@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
/**  
* -----------------------------------------------------------------------------
*
* Template : G2BGROUP HTML Template
* Author : reacthemes
* Author URI : https://lathdevincy.com/ 
* Version: 1.0
*
* -----------------------------------------------------------------------------   
    TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Appointment Section CSS
    07. Breadcrumbs Section CSS
    08. Banner Section CSS
    09. Slider Section CSS
    10. Video Section CSS
    11. Iconbox Area Section CSS
    12. Skill-bar Section CSS
    13. Services Section CSS
    14. Faq Section CSS
    15. Counter Section CSS
    16. Choose Us Section CSS
    17. Team Section CSS
    18. Process Section CSS
    19. Pricing Section CSS  
    20. Project Section CSS
    21. Partner Section CSS
    22. Blog Section CSS
    23. Testimonial Section CSS
    24. Shop Section CSS
    25. Single Shop Section CSS
    26. Cart Section CSS
    27. Woocommerce Section CSS
    28. Checkout Section CSS
    29. Account Section CSS
    30. Contact Section CSS
    31. Footer Section CSS
    32. Scroll Up CSS
    33. Preloader CSS
    34. Animation Part CSS

--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/



a:focus,
button:focus,
input:focus {
	outline: 0!important
}

.titlecard {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	margin: 0px 0px 6px 0px;
	border-top: solid;
	border-top-color: #a68a40;
	border-bottom: solid;
	border-bottom-color: #a68a40;
	border-top-width: 0.2em;
	border-bottom-width: 0.2em;
	color: #0a0a0a;
	
}
.titleh1 {
	text-align: center;
      	 color: #a78c41;
     font-size: 48px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 2rem;
	/*text-decoration: underline;
	text-underline-position: auto;
	*/
}

.titleh2 {
	text-align: center;
      	 color: #a78c41;
     font-size: 38px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 2rem;
	/*text-decoration: underline;
	text-underline-position: auto;
	*/
}

.titleh3 {
	text-align: center;
      	 color: #a78c41;
     font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 2rem;
	text-decoration: underline;
	text-underline-position: auto;
	
}
.bgmarron {
  background-color: #F9F9F9;
  background-image: url(assets/images/background/bgmarron.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed
}

.content-card-wrap {
	background: #ffffff;
		padding: 22px 40px 45px;
		border-radius: 4px 4px 4px 4px;
}

.showcard {
	padding: 15px 15px 30px;
	background: #ffffffc4;
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
	border-radius: 4px 4px 4px 4px;
}

.transcard {
	padding: 15px 15px 30px;
	background: #ffffffc4;
	color: #363636 !important;
	opacity: 1;
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
	border-radius: 4px 4px 4px 4px;
}

.transcard2 {
    padding: 10px 10px 2px;
    background: #ffffffc4;
    color: #363636 !important;
    opacity: 1;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px 4px 4px 4px;
}

body {
	font-size: 1rem;
	font-family: Sen, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #121730
}

li,
ul {
	color: #121730
}

.y-inner_page ul {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.8em
}

.y-inner_page li {
	margin-bottom: .5em
}

p {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.8em
}

a {
	text-decoration: none!important;
	transition: all .3s ease-out;
	color: #081d38
}

.container-fluid {
	max-width: 1600px;
	width: 100%;
}

a:hover {
	transition: all .3s ease-in
}
.img-responsive {
	max-width: 100%;
}
.thm-h h2 {
	font-family: Sen;
	letter-spacing: .03em;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-weight: 700
}

.thm-h h4 {
	font-family: Sen;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 200;
	letter-spacing: .1em;
	opacity: .6
}

.thm-h {
	margin-bottom: 50px
}

.thm-h-secondary {
	color: #081d38
}

.sec-main-h {
	text-align: center;
	width: 100%
}

.arrow-down {
	transform: rotate(90deg)
}

.arrow-up {
	transform: rotate(-90deg)
}

.arrow-left {
	transform: rotate(-180deg)
}

#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 42px;
	background: #fff;
	color: #dfdfdf;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	font-size: 32px;
	border: 1px solid #fff;
	box-shadow: 3px 2px 15px -4px rgba(0, 0, 0, .2)
}

#back-to-top:hover {
	background: #dfdfdf;
	color: #fff;
	transition: all .3s ease-out
}

#back-to-top.show {
	opacity: 1
}

.thm-form .field label {
	position: absolute;
	top: 17px;
	font-size: 16px;
	z-index: 99;
	left: 12px;
	transition: all .3s ease;
	color: #000
}

.thm-form .field {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	height: 100%;
	background: #fff
}

.thm-form .field.active label {
	top: -20px;
	font-size: 12px;
	transition: all .3s ease;
	left: 0
}

.thm-form .field .form-control {
	background: 0 0;
	border: 0;
	font-size: 14px;
	resize: none;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	height: 100%
}

#prelouder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: transparent;
}

.sk-circle {
	margin: 40vh auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #081d38;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s
}



@-webkit-keyframes sk-circleBounceDelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.navbar-toggler {
	font-size: 1.7rem;
	border: none
}

.form-control::-webkit-input-placeholder {
	opacity: 1
}

.form-control::-moz-placeholder {
	opacity: 1
}

.form-control:-ms-input-placeholder {
	opacity: 1
}

.form-control:-moz-placeholder {
	opacity: 1
}

.header-home-4 {
	height: 100vh;
	transition: all .5s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #06062a;
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.header-home-4::after {
	content: "";
	display: block;
	background: rgba(7, 28, 78, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.header-home-4>video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0
}

.header-home-4 h1,
.header-home-4 h5 {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 8vh
}

.header-home-4 h1 {
	font-family: Sen;
	font-size: 7vh;
	border-bottom: 1px solid #fff;
	padding-bottom: 5vh
}

.header-home-4 h5 {
	font-size: 2vh;
	color: #081d38;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: .3em
}

.header-home-1 {
	height: 100vh;
	transition: all .5s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	/*background-color: #06062a;*/
	transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.header-home-1::after {
	content: "";
	display: block;
	/*background: rgba(7, 28, 78, .5);*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.header-home-1>video {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0
}

.header-home-1 h1,
.header-home-1 h5 {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 8vh
}

.header-home-1 h1 {
	font-size: 7vh;
	padding-bottom: 0;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: .05em
}

.header-home-1 h5 {
	font-size: 2vh;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: .3em
}

.menu-1>div {
	transition: all .5s ease-in;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.menu-1.menu-1-scrolled>div {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
	transition: all .5s ease-in
}

.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger-inner::after,
.hamburger-inner::before {
	display: block;
	content: ""
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	position: absolute;
	width: 40px;
	height: 1px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff
}

.menu-1-scrolled .hamburger-inner,
.menu-1-scrolled .hamburger-inner::after,
.menu-1-scrolled .hamburger-inner::before {
	background-color: #00021d
}

.menu-1-scrolled .hamburger {
	padding-top: 12px;
	padding-bottom: 12px
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent!important
}

.menu-1 .nb-dark,
.menu-1 .nb-light {
	display: none;
	max-width: 80px;
	margin-right: 10px;
	transition: all .3s
}

.menu-1 .nb-light {
	display: inline-block
}

.menu-1.menu-1-scrolled .nb-dark {
	display: inline-block;
	max-width: 30px;
	transition: all .3s
}

.menu-1.menu-1-scrolled .nb-light {
	display: none
}

.menu-1.menu-1-scrolled .menu-1-inner {
	background-color: #fff;
	border-bottom: none;
	border-top: none;
	box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1);
	transition: all .3s ease
}

.menu-1.menu-1-scrolled .menu-1-inner .dropdown .btn,
.menu-1.menu-1-scrolled .menu-1-inner a:not(.dropdown-item) {
	color: #121730
}

.menu-1.menu-1-scrolled .toggle-dot,
.menu-1.menu-1-scrolled .toggle-dot:after,
.menu-1.menu-1-scrolled .toggle-dot:before {
	background: #121730
}

.menu-1.menu-1-scrolled .nav-search .searchclick .svg-search svg {
	fill: #121730
}

.menu-1.menu-1-scrolled .nav-search .searchclick {
	color: #121730
}

.menu-1.menu-1-scrolled .menu-1-inner .menu-1-logo .navbar-brand {
	background: 0 0
}

.menu-1.menu-1-scrolled .navbar-brand span.y {
	background: #06062a;
	color: #081d38
}

.searchclick {

}

.menu-1-inner>div {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 0;
	text-align: center;
	padding: 0
}

.menu-1 .main_nav,
.menu-2 .main_nav {
	margin-top: 10px;
	tranisition: all .3s ease
}

.menu-1.menu-1-scrolled .main_nav {
	margin-top: 3px;
	tranisition: all .3s ease
}

.menu-1.menu-1-scrolled .menu-1-inner>div {
	background: 0 0
}

.menu-1.menu-1-scrolled .menu-1-inner .menu-1-logo {
	padding-left: 15px;
	tranisition: all .3s ease
}

.menu-1-inner .dropdown {
	display: inline-block;
	height: 100%;
	margin-left: 1.8%;
	margin-right: 1.8%;
	vertical-align: middle;
}

.menu-1-inner .dropdown .dropdown-item+.dropdown-item {
	border-top: 1px solid rgba(255, 255, 255, .4)
}

.menu-1-inner .dropdown.dropdown-a .dropdown-toggle:after {
	display: none
}

.menu-1-inner .dropdown-menu {
	background: #fff;
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 0;
	border: none
}

.menu-1-inner .dropdown-menu .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px
}

.menu-1-inner .dropdown .btn {
	height: auto;
	background: 0 0;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	font-family: Sen;
	line-height: 1.3em;
	display: block;
	padding-top: 15px;
	padding-bottom: 29px;
	transition: all .3s ease
}

.menu-1.menu-1-scrolled .menu-1-inner .dropdown .btn {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all .3s ease
}

.dropdown a:active,
.dropdown a:focus,
.dropdown a:hover {
	background: #081d38;
	color: #fff
}

.menu-1-inner .dropdown .btn:focus {
	box-shadow: none
}

.menu-1-inner ul.social {
	padding: 0;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 100%
}

.menu-1-inner ul.social li {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.menu-1-inner a:not(.dropdown-item) {
	font-family: Sen;
	width: auto;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	padding-top: auto;
	color: #fff;
	display: inline-block;
	padding: .375rem .75rem
}

.menu-1-inner .btn-outline-success {
	color: #fff;
	padding: 0 10px 0
}

.menu-1-inner .menu-1-logo {
	border: none;
	background: 0 0;
	min-height: 60px;
	text-align: left;
	padding-left: 30px;
	tranisition: all .3s ease
}

.menu-1-inner a.navbar-brand {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
	margin: auto;
	padding: 10px;
	width: auto;
	position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 99;
	text-align: left;
	border: none
}

.menu-1.menu-1-scrolled .navbar-brand {
	height: 100%;
	border-color: rgba(255, 255, 255, .5)
}

.menu-1 .navbar-toggler {
	width: auto;
	height: 100%
}

.toggle-dot {
	width: 3px;
	height: 3px;
	background: #fff;
	display: block;
	border-radius: 100%;
	margin: 7px auto;
	position: relative;
	transition: all 2s ease
}

.toggle-dot * {
	transition: all .2s ease
}

.toggle-dot:after,
.toggle-dot:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 100%
}

.toggle-dot:after {
	right: 10px;
	transition: all .4s ease
}

.toggle-dot:before {
	left: 10px;
	transition: all .4s ease
}

.navbar-toggler:hover .toggle-dot:before {
	left: -12px;
	transition: all .4s ease
}

.navbar-toggler:hover .toggle-dot:after {
	right: -12px;
	transition: all .4s ease
}

.main_nav .dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation-name: menuanimation;
	-webkit-animation-duration: .3s;
	animation-name: menuanimation;
	animation-duration: .3s
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -30px;
	background-color: #06062a;
	background-image: linear-gradient(45deg, #101920, #18456c 80%);
	overflow-x: hidden;
	transition: .5s;
	padding-top: 75px;
	box-shadow: 0 0 25px 8px rgba(44, 71, 74, .4)
}

.sidenav a {
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s
}

text-sha .sidenav .dropdown a {
	background: 0 0!important;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .3);
	display: inline-block;
	width: 100%
}

.sidenav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	background: rgba(255, 255, 255, .1);
	border-radius: 0;
	float: none;
}

.sidenav .dropdown {
	position: relative;
	float: none;

}

.sidenav .dropdown-toggle {
	position: static
}

.sidenav .dropdown-toggle::after {
	position: absolute;
	right: 30px;
	top: 15px
}

.sidenav .dropdown .dropdown-item {
	padding-left: 24px
}

.sidenav a:hover {
	color: #f1f1f1
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px
}

.sidenav[style="width: 330px;"] .closebtn {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: right;
	padding-right: 30px;
	z-index: 99;
}

.sidenav[style="width: 330px;"] > nav > div {
	position: relative;
	z-index: 99;
}

.sidenav ul {
	padding: 0;
	width: 300px
}

.sidenav .dropdown .dropdown-menu {
	position: static!important;
	top: 0;
	left: 0;
	transform: none!important;
	width: 100%;
	margin-bottom: 10px
}

.sidenav ul.tagnav {
	padding: 0 15px
}

.tagnav li {
	display: inline-block;
	width: auto;
	margin: 2%
}

.tagnav li a {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	padding: 10px 15px;
	background: rgba(255, 255, 255, .2);
	width: 100%;
	font-size: 14px;
	border-radius: 3px
}

.tagnav li a:hover {
	background: #121730
}

.sidenav .nav-item {
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.sidenav .nav-item a {
	padding-left: 20px;
	font-size: 14px;
	font-weight: 600;
	opacity: .5
}

.sidenav .dropdown a:active,
.sidenav .dropdown a:focus,
.sidenav .dropdown a:hover,
.sidenav .nav-item a:hover {
	color: #fff;
	opacity: 1
}

.sidenav_cat {
	margin-bottom: 30px;
	color: rgba(255, 255, 255, .5)
}

.sidenav_cat li {
	list-style: none
}

.sidenav_cat_inner {
	padding-left: 20px
}

.sc_first.sidenav_cat {
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-top: 30px
}

.sidenav_cat h3 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding-left: 20px
}

.menu-1 .navbar-nav .nav-link {
	color: #fff
}

.menu-1 .navbar-nav .nav-item {
	width: 100%;
	border-top: none
}

.menu-1.nav-open .menu-1-inner .navbar-brand {
	height: 100%;
	border-color: rgba(255, 255, 255, .6)
}

.menu-1 .navbar {
	width: 100%;
	padding: 0
}

.menu-1 .navbar-nav .nav-link {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	border-top: none;
	position: relative
}

.menu-1 .navbar-nav .nav-link:before {
	content: "|";
	position: absolute;
	right: 0;
	color: rgba(255, 255, 255, .4)
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	background: rgba(255, 255, 255, .8)
}

.navbar-nav .dropdown-menu .dropdown-item {
	position: relative;
	padding: .75rem 1rem .75rem 2rem
}

.navbar-nav .dropdown-menu .dropdown-item:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: .75rem;
	top: 0
}

.navbar-nav .dropdown-menu .dropdown-item:after {
	content: "";
	display: block;
	width: .5rem;
	height: 1px;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: .75rem;
	top: 0;
	bottom: 0;
	margin: auto
}

.navbar-nav .dropdown-menu a:last-child.dropdown-item:before {
	height: 50%
}

.header-3 .menu-2-inner>div {
	background: #fff
}

.header-3 .menu-2-inner .btn-primary,
.header-3 .menu-2-inner a:not(.dropdown-item),
.header-3 .nav-search .searchclick {
	color: #06062a
}

.header-3 .nav-search .searchclick .svg-search svg {
	fill: #06062a
}

.header-3 .toggle-dot,
.header-3 .toggle-dot::after,
.header-3 .toggle-dot::before {
	background: #06062a
}

.header-3 .menu-2-inner .menu-2-logo .navbar-brand {
	background: #fff
}

.header-3 .navbar-brand span.y {
	background: #06062a;
	color: #fff
}

.hh3-1 {
	background-image: url(../images/h3-slider-1.jpg)
}

.hh3-2 {
	background-image: url(../images/h3-slider-2.jpg)
}

.hh3-3 {
	background-image: url(../images/h3-slider-3.jpg)
}

.hh3-4 {
	background-image: url(../images/h3-slider-4.jpg)
}

.hh3-5 {
	background-image: url(../images/h3-slider-5.jpg)
}

.hh3-6 {
	background-image: url(../images/h3-slider-6.jpg)
}

.hh3 {
	background-color: rgba(0, 16, 40, .6);
	min-height: calc(100vh - 98px);
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-blend-mode: multiply;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hh3 .header-cont h1,
.hh3 .header-cont h5 {
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 7vh
}

.hh3 .header-cont h1 {
	font-family: Sen;
	font-weight: 700;
	font-size: 8vh
}

.hh3 .header-cont h1 span {
	color: #a87e0a;
	text-transform: capitalize
}

.hh3 .header-cont h5 {
	color: rgba(255, 255, 255, .4)
}

.header-home-3-outer {
	position: relative;
	z-index: 99
}

.header-home-3-outer .compass .compass_inner>div {
	color: #a3832b
}

.header-home-3-outer .compass .navigation_a a {
	color: #a3832b
}

.header-home-3-outer .compass .compass_inner::after {
	background: #a87e0a
}

.header-home-3-outer .compass .navigation_a a::after {
	background-image: url(../images/down-3.png)
}

.header-home-3.owl-carousel .owl-stage-outer {
	padding-bottom: 0
}

.header-home-3.owl-carousel .owl-dots {
	position: absolute;
	bottom: 30px
}

.nav-search .nav-search-form.search-open {
	display: flex;
	width: 36%
}

.header-cont {
	/* z-index: 999; */
}

.banner-last {
	height: 30%;
	position: absolute;
	bottom: 0;
	width: 100%;
	top: auto!important;
	z-index: 9999;
	box-shadow: 0 -9px 8px -9px rgba(0, 0, 0, .1);
	background: #fff
}

.banner-last-boat {
	width: 30%;
	position: absolute;
	right: 15%!important;
	left: auto!important;
	bottom: 27%;
	top: auto!important;
	z-index: 999
}

.boat img {
	max-width: 100%
}

.header-3 .compass .compass_inner::after {
	background: #06062a
}

.header-3 .compass .compass_inner>div {
	color: #06062a
}

.header-3 .compass .navigation_a a {
	color: #06062a
}

.header-3 .compass .navigation_a a::after {
	background-image: url(../images/down-dark.png)
}

.header-3 .menu-2-scrolled .menu-2-inner>div {
	border-bottom-color: #dfdfdf
}

.header-3 .menu-2-scrolled .menu-2-inner .menu-2-logo {
	border-bottom: 1px solid #dfdfdf
}

.header-home-2 {
	background-image: url(../images/1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
	height: 100vh;
	transition: all .5s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 45px
}

.header-cont-2 {
	z-index: 999
}

.header-home-2 .header-cont {
	z-index: 999;
	max-width: 42%;
	margin-left: 45px;
	margin-right: auto
}

.header-home-2 h1,
.header-home-2 h5 {
	width: 100%;
	text-align: left;
	color: #fff;
	margin-bottom: 24px;
}

.header-home-2 h1 {
	font-weight: 700;
	font-size: 60px;
	text-shadow: 11px 2px 3px rgba(0, 0, 0, .3)
}

.header-home-2 h5 {
	font-size: 4vh;
	color: #022431;
	max-width: 425px;
	font-weight: 800
}

.navbar-dark {
	background: 0 0!important
}

.navbar {
	transition: all .3s ease .5s
}

.navbar.navbar-scrolled {
	transition: all .3s ease 0s
}

.navbar.navbar-scrolled .nav-item .nav-link {
	background-color: #06062a
}

.navbar-toggler {
	width: 56px;
	height: 56px;
	text-align: center
}

.navbar-toggler * {
	transition: all .2s ease-in
}

.navbar-toggler .toggle-line {
	height: 1px;
	width: 100%;
	background: #fff;
	display: block;
	margin: 9px 0;
	transform: none;
	opacity: 1
}

.navbar-toggler.collapsed .toggle-line {
	height: 1px;
	width: 100%;
	background: #fff;
	display: block;
	margin: 9px auto;
	transform: none;
	opacity: 1
}

.navbar-toggler .tl-3 {
	transform: rotate(45deg);
	margin: -1px auto;
	height: 2px
}

.navbar-toggler .tl-2 {
	margin: 0;
	opacity: 0
}

.navbar-toggler .tl-1 {
	transform: rotate(-45deg);
	margin: -1px auto;
	height: 2px
}

.navbar-toggler:hover .tl-1,
.navbar-toggler:hover .tl-3 {
	width: 60%
}

.navbar-nav {
	background: #06062a;
	padding: 15px;
	text-align: center;
	height: calc(100vh - 100px);
	overflow-y: auto
}

.navbar-nav::-webkit-scrollbar {
	width: 8px
}

.navbar-nav::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px
}

.navbar-nav::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .4);
	border-radius: 10px
}

.navbar-nav::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, .7)
}

.navbar-brand {
	border: 2px solid #fff;
	padding: 0 12px 0 0
}

.navbar-brand img {
	max-height: 55px
}

.navbar-brand span.y {
	background: #fff;
	margin-top: 0;
	display: inline-block;
	color: red;
	padding: 6px 12px;
	margin-right: 10px;
	color: #06062a;
	font-weight: 500;
	text-transform: uppercase
}

.navbar-brand span.sailing {
	margin-top: -7px
}

.navbar-brand span.sailing b {
	margin-top: -2px;
	display: block;
	color: #081d38;
	padding: 0 6px 0;
	margin-right: 0;
	font-weight: 1000;
	text-transform: uppercase;
	font-size: .5em;
	text-align: center
}

.col-toggler-2 {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px
}

.menu-1-inner>div.nav-search {
	position: static;
	text-align: right;
	vertical-align: middle
}

.nav-search .login_but {
	display: inline-block;
	padding: 19px 15px 19px 0;
	position: relative;
}

.login_but:hover .cart_index {
	display: block;
	-webkit-animation-name: menuanimation;
	-webkit-animation-duration: .3s;
	animation-name: menuanimation;
	animation-duration: .3s
}

.cart_index {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #171d33;
	background-image: linear-gradient(45deg, #205481, #18456c 80%);
	padding: 10px;
	width: 300px;
	color: rgba(255, 255, 255, .9);
	left: -110px;
	text-align: left;
	z-index: 9999;
}

.cart_index h5 {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 10px
}

.nav-search .cart_index h5 a {
	padding: 0;
	color: #fff!important
}

.cart_totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart_totals .checkout_btn {
	border: 1px solid #fff;
	margin-right: auto;
	color: #fff!important
}

.cart_index ul {
	padding: 0
}

.cart_index li {
	list-style: none;
	text-align: left;
	color: rgba(255, 255, 255, .9);
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart_index li .cart_remove {
	opacity: 0;
	width: 0;
	transition: all 0;
	cursor: pointer;
	position: absolute
}

.cart_index li:hover .cart_remove {
	opacity: 1;
	width: 30px;
	transition: all .3s;
	position: relative
}

.cart-price-amount {
	font-weight: 700;
	margin-left: auto;
	margin-right: 15px
}

.cart_totals {
	text-align: right
}

.nav-search .nav-search-form {
	position: absolute;
	top: 100%;
	z-index: 99;
	right: 45px;
	right: 32px;
	display: none
}

@-webkit-keyframes menuanimation {
	0% {
		transform: translateY(-10%);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes menuanimation {
	0% {
		transform: translateY(-10%);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.nav-search .nav-search-form.search-open {
	display: flex;
	width: 36%;
	transition: all .3s ease-in .6s;
	-webkit-animation-name: menuanimation;
	-webkit-animation-duration: .3s;
	animation-name: menuanimation;
	animation-duration: .3s;
	padding: 25px;
	background: #171d33;
	background-image: linear-gradient(45deg, #205481, #18456c 80%)
}

.nav-search .nav-search-form input {
	background: 0 0;
	border-radius: 0;
	border-color: rgba(255, 255, 255, .6);
	position: relative;
	color: #fff;
	padding-top: 11px;
	height: auto;
	padding-bottom: 11px
}

.nav-search .nav-search-form .form-control::-webkit-input-placeholder {
	color: #fff
}

.nav-search .nav-search-form .form-control::-moz-placeholder {
	color: #fff
}

.nav-search .nav-search-form .form-control:-ms-input-placeholder {
	color: #fff
}

.nav-search .nav-search-form .form-control:-moz-placeholder {
	color: #fff
}

.nav-search .nav-search-form .btn {
	border-color: rgba(255, 255, 255, .6);
	border-radius: 0;
	background: 0 0;
	border-left: 0
}

.nav-search .nav-search-form .btn:focus,
.nav-search .nav-search-form input:focus {
	box-shadow: none;
	border-color: #fff;
	border: 1px solid #fff;
	margin-top: -1px
}

.nav-search .searchclick {
	background: 0 0;
	border: none;
	cursor: pointer;
	height: 100%;
	width: auto;
	color: #fff;
	padding-top: 5px;
	vertical-align: middle
}

.nav-search .searchclick .svg-search svg {
	fill: #fff;
	width: 25px;
	display: block;
	transition: all .3s ease-in;
	-webkit-animation-name: btn-ani;
	-webkit-animation-duration: .3s;
	animation-name: btn-ani;
	animation-duration: .3s
}

.nav-search .searchclick .fa-times {
	transition: all .3s ease-in .6s;
	-webkit-animation-name: btn-ani;
	-webkit-animation-duration: .3s;
	animation-name: btn-ani;
	animation-duration: .3s
}

.nav-search .searchclick svg {
	display: none
}

@-webkit-keyframes btn-ani {
	0% {
		transform: translateX(-50%);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes btn-ani {
	0% {
		transform: translateX(-50%);
		opacity: 0
	}
	100% {
		transform: translateX(0);
		opacity: 1
	}
}

.menu-2-scrolled .nav-search-form {
	background: #1b1d2f
}

.compass {
	height: 125px;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center
}

.compass .compass_innera {
	width: 60px;
	height: 60px;
	margin: auto;
	position: relative;
	border-radius: 50%;
	z-index: 99;
	background: 0 0;
	left: -.5px
}

.compass .compass_inner {
	width: 50px;
	height: 50px;
	margin: auto;
	position: relative;
	border-radius: 50%;
	background: 0 0
}

.compass .compass_inner>div {
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	font-family: "Times New Roman"
}

.compass .compass_inner .north {
	display: block;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center
}

.compass .compass_inner .north::after {
	content: "sn";
	position: absolute;
	z-index: 1;
	display: block;
	left: -4px;
	top: 12px;
	font-size: 10px;
	transform: rotate(-45deg)
}

.compass .compass_inner .east {
	position: absolute;
	bottom: -13px;
	right: 0;
	left: 0;
	text-align: center
}

.compass .compass_inner .east::after {
	content: "ew";
	position: absolute;
	z-index: 1;
	display: block;
	right: 2px;
	bottom: 7px;
	font-size: 10px;
	transform: rotate(-45deg)
}

.compass .compass_inner .south {
	position: absolute;
	height: 100%;
	vertical-align: middle;
	left: -7px;
	padding-top: 23px
}

.compass .compass_inner .south::after {
	content: "se";
	position: absolute;
	z-index: 1;
	display: block;
	left: 11px;
	bottom: -2px;
	font-size: 10px;
	transform: rotate(45deg)
}

.compass .compass_inner .west {
	position: absolute;
	height: 100%;
	right: -11px;
	text-align: center;
	padding-top: 23px
}

.compass .compass_inner .west::after {
	content: "sn";
	position: absolute;
	z-index: 1;
	display: block;
	right: 6px;
	top: 0;
	font-size: 10px;
	transform: rotate(45deg)
}

.compass .compass_inner::after {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 50%
}

.compass .navigation_a {
	position: relative
}

.compass .navigation_a a {
	color: #fff;
	height: 50px;
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	font-style: italic;
	position: relative;
	z-index: 9999;
	letter-spacing: .2em
}

.compass .navigation_a a p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .5px;
	display: block;
	font-style: italic;
	color: #fff;
	padding: 15px 0 0;
	font-family: Sen
}

.compass .navigation_a a::after {
	content: "";
	display: block;
	width: 24px;
	height: 30px;
	position: absolute;
	bottom: -13px;
	z-index: 99999;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/down.png);
	background-size: 100%;
	background-repeat: no-repeat
}

.compass_innera {
	transform-origin: center;
	animation: naviani .4s ease-in-out infinite
}

@-webkit-keyframes naviani {
	0%,
	100% {
		transform: rotate(15deg)
	}
	50% {
		transform: rotate(5deg)
	}
}

@keyframes naviani {
	0%,
	100% {
		transform: rotate(15deg)
	}
	50% {
		transform: rotate(5deg)
	}
}

.menu-2>div {
	transition: all .5s ease-in;
	background: rgba(3, 113, 124, .5)
}

.menu-2.menu-2-scrolled>div {
	background: #03717c;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
	transition: all .5s ease-in
}

.menu-2.menu-2-scrolled .menu-2-inner {
	background-color: #fff;
	border-bottom: none;
	border-top: none;
	box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1)
}

.menu-2.menu-2-scrolled .menu-2-inner .dropdown .btn,
.menu-2.menu-2-scrolled .menu-2-inner a:not(.dropdown-item) {
	color: #121730
}

.menu-2.menu-2-scrolled .toggle-dot,
.menu-2.menu-2-scrolled .toggle-dot:after,
.menu-2.menu-2-scrolled .toggle-dot:before {
	background: #121730
}

.menu-2.menu-2-scrolled .menu-2-inner .menu-2-logo .navbar-brand {
	background: 0 0
}

.menu-2.menu-2-scrolled .navbar-brand span.y {
	background: #06062a;
	color: #081d38
}

.menu-2-inner>div {
	border: 1px solid rgba(255, 255, 255, .6);
	border-top: none;
	border-left: none;
	border-right: none;
	margin-left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .2);
	padding: 0
}

.menu-2.menu-2-scrolled .menu-2-inner>div {
	background: 0 0
}

.menu-2-inner .dropdown {
	height: 100%
}

.menu-2-inner .dropdown .btn {
	height: 100%;
	background: 0 0;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	font-family: Sen
}

.dropdown a:active,
.dropdown a:focus,
.dropdown a:hover {
	background: #bfdadd;
	color: #36607b
}

.menu-2-inner .dropdown .btn:focus {
	box-shadow: none
}

.menu-2-inner ul.social {
	padding: 0;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 100%
}

.menu-2-inner ul.social li {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.menu-2-inner a:not(.dropdown-item) {
	font-family: Sen;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	padding-top: auto;
	color: #fff;
	display: block;
	padding: 12px 10px 0
}

.menu-2-inner a:hover {
	background: #081d38;
	color: #fff
}

.menu-2-inner .fa-search {
	color: #fff;
	padding: 0 10px 0
}

.menu-2-inner .menu-2-logo {
	border: none;
	background: 0 0
}

.menu-2-inner .menu-2-logo .navbar-brand {
	background: rgba(0, 0, 0, .2)
}

.menu-2-inner a.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	height: 200%;
	margin: auto;
	padding: 0;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, .5);
	border-top: none
}

.menu-2.menu-2-scrolled .navbar-brand {
	height: 100%;
	border-color: rgba(255, 255, 255, .5)
}

.menu-2 .navbar-toggler {
	width: 100%;
	height: auto
}

.toggle-dot {
	width: 3px;
	height: 3px;
	background: #fff;
	display: block;
	border-radius: 100%;
	margin: 7px auto;
	position: relative;
	transition: all 2s ease
}

.toggle-dot * {
	transition: all .2s ease
}

.toggle-dot:after,
.toggle-dot:before {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 100%
}

.toggle-dot:after {
	right: 10px;
	transition: all .4s ease
}

.toggle-dot:before {
	left: 10px;
	transition: all .4s ease
}

.navbar-toggler:hover .toggle-dot:before {
	left: -12px;
	transition: all .4s ease
}

.navbar-toggler:hover .toggle-dot:after {
	right: -12px;
	transition: all .4s ease
}

.menu-2 .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	height: auto;
	background: 0 0;
	padding: 0
}

.menu-2 .navbar-nav .nav-link {
	color: #fff
}

.menu-2 .navbar-nav .nav-item {
	width: 100%;
	border-top: none
}

.menu-2 .navbar {
	width: 100%;
	padding: 0
}

.menu-2 .navbar-nav .nav-link {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	border-top: none;
	position: relative
}

.menu-2 .navbar-nav .nav-link:before {
	content: "|";
	position: absolute;
	right: 0;
	color: rgba(255, 255, 255, .4)
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	background: rgba(255, 255, 255, .8)
}

.navbar-nav .dropdown-menu .dropdown-item {
	position: relative;
	padding: .75rem 1rem .75rem 2rem
}

.navbar-nav .dropdown-menu .dropdown-item:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: .75rem;
	top: 0
}

.navbar-nav .dropdown-menu .dropdown-item:after {
	content: "";
	display: block;
	width: .5rem;
	height: 1px;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: .75rem;
	top: 0;
	bottom: 0;
	margin: auto
}

.navbar-nav .dropdown-menu a:last-child.dropdown-item:before {
	height: 50%
}

.section-menu .main-section-menu {
	display: flex;
	text-align: center;
	padding: 0;
	margin: 0 15px;
	position: relative
}

.main-section-menu:before {
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	position: absolute;
	bottom: 100%;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	background: #dfdfdf;
	display: none
}

.section-menu .main-section-menu li {
	list-style: none;
	width: 25%
}

.main-section-menu li a {
	padding-top: 2.5rem;
	display: block;
	padding-bottom: 2.5rem;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 1.5rem;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-family: Sen
}

.main-section-menu li a span {
	display: block;
	font-size: .8rem
}

.main-section-menu li a:hover {
	background: #06062a;
	color: #fff;
	border-color: #06062a;
	transition: all .2s ease-in
}

.main-section-menu li a img {
	position: relative;
	top: -10px;
	display: block;
	opacity: 0;
	transition: all .2s ease .3s;
	margin-top: 10px;
	height: auto;
	display: block;
	margin: auto
}

.main-section-menu li a:hover img {
	top: 10px;
	opacity: 1;
	transition: all .3s ease-in .2s;
	color: #081d38;
	height: auto
}

#h-section-menu {
	padding-top: 3vh;
	padding-bottom: 3vh
}

.section-menu.secmenu-type-1 .main-section-menu li {
	background-size: cover;
	background-position: center center;
	position: relative;
	border-left: 1px solid #fff;
	border-top: 15px solid #fff;
	background-color: #22caef;
	background-blend-mode: multiply
}

.section-menu.secmenu-type-1 .main-section-menu li:first-child {
	border-left: none
}

.section-menu.secmenu-type-1 .main-section-menu li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(7, 28, 78, .5);
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.section-menu.secmenu-type-1 .main-section-menu li:nth-child(1) {
	background-image: url(../images/2.jpg)
}

.section-menu.secmenu-type-1 .main-section-menu li:nth-child(2) {
	background-image: url(../images/4.jpg)
}

.section-menu.secmenu-type-1 .main-section-menu li:nth-child(3) {
	background-image: url(../images/c-1.jpg)
}

.section-menu.secmenu-type-1 .main-section-menu li:nth-child(4) {
	background-image: url(../images/2.jpg)
}

.section-menu.secmenu-type-1 .main-section-menu li a {
	position: relative;
	z-index: 99;
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	transition: all .3s ease-in .3s;
	flex-wrap: wrap
}

.section-menu.secmenu-type-1 .main-section-menu li a div,
.section-menu.secmenu-type-1 .main-section-menu li a h5,
.section-menu.secmenu-type-1 .main-section-menu li a span {
	width: 100%
}

.section-menu.secmenu-type-1 li a:hover {
	background: 0 0
}

.section-menu.secmenu-type-1 .main-section-menu li a h5 {
	top: 40px;
	transition: all .5s ease;
	position: relative
}

.section-menu.secmenu-type-1 .main-section-menu li:hover a h5 {
	transition: all .5s ease;
	top: 0
}

.section-menu.secmenu-type-1 li a span {
	display: block;
	font-size: 1rem;
	max-width: calc(100% - 30px);
	margin: auto;
	font-weight: 500;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease
}

.section-menu.secmenu-type-1 li:hover a span {
	visibility: visible;
	opacity: 1;
	transition: all .5s ease
}

.home-about {
	margin: 130px auto 0;
	max-width: 800px
}

.home-about p {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2em;
	font-family: Sen
}

.btn-wrap-center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem
}

.button-fancy {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	display: inline-block;
	padding: 16px 42px;
	text-decoration: none;
	position: relative;
	letter-spacing: .1em
}

.read-more.button-fancy {
	display: table;
	clear: both;
	margin-top: 20px
}

.button-fancy>.btn-arrow {
	background-color: #05c1eb;
	background-image: linear-gradient(45deg, #081d38, #21cff6);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 100%;
	z-index: 50;
	will-transform: translate;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: right .5s ease-in-out, width .4s ease .3s, height .3s ease .3s, border-width .4s ease-in-out, background-color .2s ease-in, border-color .4s ease-in-out, -webkit-transform .5s ease-in;
	transition: right .5s ease-in-out, width .4s ease .3s, height .3s ease .3s, border-width .4s ease-in-out, background-color .2s ease-in, border-color .4s ease-in-out, -webkit-transform .5s ease-in;
	transition: transform .5s ease-in, right .5s ease-in-out, width .4s ease .3s, height .3s ease .3s, border-width .4s ease-in-out, background-color .2s ease-in, border-color .4s ease-in-out;
	transition: transform .5s ease-in, right .5s ease-in-out, width .4s ease .3s, height .3s ease .3s, border-width .4s ease-in-out, background-color .2s ease-in, border-color .4s ease-in-out, -webkit-transform .5s ease-in
}

.button-fancy>.btn-arrow:after,
.button-fancy>.btn-arrow:before {
	background-color: transparent;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.button-fancy>.btn-arrow:before {
	-webkit-transform-origin: top right;
	transform-origin: top right
}

.button-fancy>.btn-arrow:after {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right
}

.button-fancy:hover.-white>.btn-arrow {
	background-color: #fff
}

.button-fancy:hover.-white>.btn-arrow:after,
.button-fancy:hover.-white>.btn-arrow:before {
	background-color: #fff
}

.button-fancy:hover.-blue>.btn-arrow {
	background-color: #06062a
}

.button-fancy:hover.-blue>.btn-arrow:after,
.button-fancy:hover.-blue>.btn-arrow:before {
	background-color: #06062a
}

.button-fancy:hover.-color-1>.btn-arrow {
	background-color: #081d38
}

.button-fancy:hover.-color-1>.btn-arrow:after,
.button-fancy:hover.-color-1>.btn-arrow:before {
	background-color: #081d38
}

.button-fancy:hover>.btn-arrow {
	height: 2px;
	border-width: 0;
	border-color: transparent;
	width: 56px;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: right .5s ease .2s, width .4s ease, height .3s ease-in-out, border-width .3s ease-in-out, background-color .2s ease-in .3s, border-color .3s ease-in-out, -webkit-transform .5s ease-in;
	transition: right .5s ease .2s, width .4s ease, height .3s ease-in-out, border-width .3s ease-in-out, background-color .2s ease-in .3s, border-color .3s ease-in-out, -webkit-transform .5s ease-in;
	transition: transform .5s ease-in, right .5s ease .2s, width .4s ease, height .3s ease-in-out, border-width .3s ease-in-out, background-color .2s ease-in .3s, border-color .3s ease-in-out;
	transition: transform .5s ease-in, right .5s ease .2s, width .4s ease, height .3s ease-in-out, border-width .3s ease-in-out, background-color .2s ease-in .3s, border-color .3s ease-in-out, -webkit-transform .5s ease-in
}

.button-fancy:hover>.btn-arrow:after,
.button-fancy:hover>.btn-arrow:before {
	width: 8px;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.button-fancy:hover>.btn-arrow:before {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg)
}

.button-fancy:hover>.btn-arrow:after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg)
}

.button-fancy:hover>.text {
	-webkit-transform: translateX(-42px);
	transform: translateX(-42px);
	-webkit-transition: -webkit-transform .4s ease-in-out .2s;
	transition: -webkit-transform .4s ease-in-out .2s;
	transition: transform .4s ease-in-out .2s;
	transition: transform .4s ease-in-out .2s, -webkit-transform .4s ease-in-out .2s;
	color: #081d38
}

.button-fancy>.text {
	color: #fff
}

.button-fancy.-white {
	color: #fff;
	border-color: #fff
}

.button-fancy.-blue {
	color: #32325d;
	border-color: #32325d
}

.button-fancy.-color-1 {
	border-color: #081d38
}

.button-fancy.-color-1:hover {
	color: #081d38
}

.button-fancy>.text {
	display: block;
	position: relative;
	z-index: 100;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.btn-round {
	border-radius: 100px
}

.main-section {
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative
}

.main-section.no-a-b:after,
.main-section.no-a-b:before {
	display: none
}

.main-section.dark {
	background: #06062a;
	color: #fff
}

.dark li,
.dark ul {
	color: #fff
}

.main-section .rtl-sec {
	flex-direction: row-reverse
}

.half-section .writing-sec {
	height: 100%;
	padding: 15px
}

.half-section .writing-sec p {
	margin-bottom: 3.5rem
}

.half-left .img-sec {
	margin-right: -15px;
	overflow: hidden
}

.half-right .img-sec {
	margin-left: -15px;
	overflow: hidden
}

.img-sec img {
	transition: all .6s ease
}

.main-section:hover .img-sec img {
	transform: scale(1.1);
	transition: all 5s ease
}

.main-section.managment-sec {
	background-size: cover;
	background-position: center center
}

.h-our-history {
	background-image: url(../images/our-history3.jpg);
	background-size: cover;
	background-position: center left;
	margin-top: 0;
	margin-bottom: 0
}

.main-section.h-our-history::before {
	display: none
}

.main-section.h-our-history::after {
	top: 100%;
	bottom: auto
}

.bg-gray {
	background-color: #ebebeb
}

.h-our-history-2 .half-left {
	position: relative
}

.h-our-history-2 .half-left::before {
	content: "";
	display: block;
	position: absolute;
	width: 300px;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	z-index: 1;
	opacity: .5;
	height: 300px;
	border-radius: 100%;
	bottom: 0
}

.h-our-history-2 .half-left {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center
}

.h-our-history-2 .half-left img {
	position: relative;
	z-index: 99;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.instagram-sec,
.instagram-sec.dark {
	background: #0e1756;
	background-image: linear-gradient(0deg, #0e1756 50%, #fff 40%)
}

.instagram-sec .owl-carousel .owl-item {
	transition-timing-function: ease-in!important
}

.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
	background: 0 0;
	padding-bottom: 200px
}

.MagicScroll a {
	font-size: 0!important
}

.instagram-sec .sec-main-h {
	margin-bottom: 1rem
}

.instagram-wrap:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0)
}

.instagram-wrap:after {
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	z-index: 999;
	background: rgba(255, 255, 255, 0)
}

.h-address {
	padding-bottom: 0
}

.h-address,
.h-address.dark {
	background: #0e1756
}

.h-address:before {
	background-color: rgba(255, 255, 255, .3)
}

.h-address:after {
	display: none
}

.h-address ul {
	width: 100%;
	padding: 0
}

.h-address li {
	padding-left: 30px;
	padding-right: 30px;
	list-style: none;
	min-height: 350px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 60px;
	position: relative;
	display: flex;
	align-items: center
}

.h-address li:before {
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: auto;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, .3)
}

.h-address li:first-child,
.h-address li:last-child {
	border-top: none
}

.h-address li:first-child::after,
.h-address li:last-child::after {
	content: "";
	width: 50%;
	background: rgba(255, 255, 255, .3);
	height: 1px;
	top: 0;
	position: absolute;
	left: auto;
	right: 0
}

.h-address li:last-child::after {
	right: auto;
	left: 0
}

.h-add-inner {
	text-align: center
}

.h-add-inner h3 {
	font-size: 4rem;
	font-family: Sen;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #081d38
}

.h-add-inner h4 {
	font-size: 1.3rem;
	font-family: Sen;
	letter-spacing: .2em;
	text-transform: uppercase
}

.h-add-inner h5 {
	font-size: .8rem;
	font-weight: 200
}

.h-address li:hover .addbig {
	max-height: 300px;
	transition: all 1s ease
}

.h-address li:hover h3 {
	color: #fff
}

.addbig {
	max-height: 0;
	overflow: hidden;
	transition: all 1s ease
}

.addbig p {
	font-size: .8rem;
	line-height: 2em;
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: 1.5rem
}

.tile-1 img {
	display: block;
	max-width: 100%
}

.item>a {
	display: block;
	overflow: visible
}

.owl-carousel .owl-stage-outer {
	padding-top: 0;
	padding-bottom: 30px
}

.main-tilt {
	max-width: 450px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	transition: all .3s ease
}

.center .main-tilt {
	padding: 10px;
	transition: all .3s ease-in
}

.center .main-tilt:hover {
	transition: all 0s ease-in
}

.inner-tilt {
	width: 80%;
	height: auto;
	transform: translateZ(50px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 80%
}

.inner-tilt img {
	max-width: 100%
}

.inner-tilt {
	background: #000
}

.inner-img {
	opacity: .5
}

.main-tilt .main-back {
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.slide-cont {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 99999;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.active.center .slide-cont {
	box-shadow: 12px 12px 21px -1px rgba(0, 0, 0, .7)
}

.slide-cont h3,
.slide-cont p,
.slide-cont span {
	color: #fff
}

.slide-cont>div {
	width: 100%;
	height: auto
}

.slide-cont {
	font-size: 14px
}

.slide-cont h3,
.slide-cont p,
.slide-cont span {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase
}

.slide-cont h3,
.slide-cont p {
	font-family: Sen
}

.slide-cont h3 {
	font-size: 1.7em
}

.slide-cont p {
	font-size: 1em
}

.slide-cont span {
	font-style: italic;
	font-weight: 500;
	font-size: .8em
}

.h-charter-sec .owl-nav {
	text-align: center;
	width: 100%;
	position: static;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 59px;
	z-index: 999
}

.h-charter-sec .owl-dots {
	display: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
	background: #fff;
	padding: 16px 24px!important;
	border-radius: 4px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px
}

.owl-carousel .owl-nav button.owl-next {
	padding: 15px
}

.owl-carousel .owl-nav button.owl-prev {
	padding: 15px
}

footer p {
	font-size: 1rem;
	margin-bottom: 1em
}

footer .dropdown-menu {
	background: rgba(0,0,0,0.3);
}

.footerdark {
	background-color: #1b1d2f;
	color: rgba(255, 255, 255, .6)
}

.footerdark a {
	color: rgba(255, 255, 255, .6)
}

.footerdark .footer-top-menu a {
	color: rgba(255, 255, 255, .6)
}

.footerdark a:hover {
	color: #081d38
}

.footer-top-menu a {
	font-size: .8rem;
	text-transform: uppercase
}

.footerdark .footer-top-menu a:hover {
	color: #081d38
}

.footer-top-menu {
	padding: 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 5rem
}

.footer-top-menu li {
	width: 100%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .3);
	list-style: none
}

.footer-top-menu li:last-child {
	border: none
}

footer .social li .dropdown .btn {
	background: 0 0;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 200
}

footer .social li .dropdown .btn:focus {
	box-shadow: none
}

footer .social li>a {
	color: #fff
}

footer .social li>a:hover {
	color: #081d38
}

.copysec {
	text-align: center;
	font-size: .9rem;
	letter-spacing: 0;
	color: #fff
}

.copysec p {
	font-size: .7rem
}

footer .navbar-brand:hover {
	color: #081d38
}

footer.footerdark .navbar-brand:hover {
	color: #fff
}

footer .social {
	margin-bottom: 0
}

footer .social li {
	display: inline-block
}

footer .social li a {
	padding-left: 15px;
	padding-right: 15px
}

.h-newslatter {
	background: url(../images/nl.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.h-newslatter h2 {
	color: #fff
}

.social li a:hover {
	color: #fff
}

.h-newslatter .btn,
.h-newslatter .form-control {
	border-radius: 0;
	padding: 1rem 4rem;
	max-height: auto;
	height: auto
}

.h-newslatter .form-control {
	padding: 1rem 15px;
	min-width: 450px
}

.h-newslatter .btn {
	color: #fff;
	border-color: #fff
}

.h-newslatter .btn:hover {
	background: #081d38;
	color: #fff
}

.h-newslatter .thm-form {
	-ms-flex-align: inherit;
	align-items: inherit
}

.h-newslatter .thm-form .field {
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0;
	border-bottom: 1px solid #bbd5d8;
	height: auto
}

.h-newslatter .thm-form .field.active {
	border-color: #fff
}

.h-newslatter .thm-form .field .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.h-newslatter .thm-form .field label {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .18em
}

.h-newslatter .thm-form .field .form-control {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .1em
}

.h-newslatter .read-more.button-fancy:hover {
	color: #fff
}

.h-newslatter .button-fancy.-color-1:hover>.btn-arrow::after,
.h-newslatter .button-fancy.-color-1:hover>.btn-arrow::before {
	background-color: #fff
}

.h-newslatter .button-fancy.-color-1:hover>.btn-arrow::after,
.h-newslatter .button-fancy.-color-1:hover>.btn-arrow::before {
	background-color: #fff
}

.h-newslatter .button-fancy.-color-1:hover>.btn-arrow {
	background: #fff
}

.submit_news {
	border: 1px solid #bfdadd;
	position: relative;
	transition: all .4s ease-in;
	transform: perspective(200px) rotateX(0) rotateY(0);
	transform-style: preserve-3d;
	cursor: pointer
}

.submit_news::before {
	content: "";
	display: block;
	background: #bfdadd;
	width: 50%;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
	transform: skewY(0);
	transform-origin: 100% 100%;
	opacity: 0;
	transition: all .2s ease
}

.submit_news::after {
	content: "";
	display: block;
	background: #36607b;
	width: 50%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewY(0);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all .2s ease
}

.submit_news:hover::after,
.submit_news:hover::before {
	opacity: 1;
	transition: all .5s ease .3s;
	box-shadow: 0 9px 8px 1px rgba(0, 0, 0, .3);
	height: 5px
}

.submit_news:hover::after {
	transform: skewY(28deg)
}

.submit_news:hover::before {
	transform: skewY(-28deg)
}

.submit_news:hover {
	border-color: #fff;
	transition: all .4s ease-in;
	transform-style: preserve-3d;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.submit_news .submit-arrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 60%;
	z-index: 1;
	transition: all .5s ease;
	transition-delay: 0
}

.submit_news .submit-arrow img {
	width: 100%;
	height: 100%
}

.submit_news input[type=submit] {
	height: 100%;
	background: 0 0;
	border: none;
	box-shadow: none;
	padding: .6rem 35px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	transition: all .5s ease
}

.submit_news:hover input[type=submit] {
	padding: 1rem 45px;
	transition: all .3s ease
}

.submit_news:hover .submit-arrow {
	right: -200%;
	transition: all .5s ease
}

.footer-logo {
	margin-top: 10px;
	text-align: center;
	position: relative;
	z-index: 99
}

.footer-logo .navbar-brand {
	background: #06062a;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	border: none
}

.footer-logo::before {
	/* content: ""; */
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1
}

@media screen and (max-width:1199px) {
	.header-home-4>video {
		width: auto;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0
	}
	.instagram-wrap::after,
	.instagram-wrap::before {
		display: none
	}
}

@media screen and (max-width:991px) {
	html {
		font-size: 12px
	}
	.toggle-dot {
		margin: 5px
	}
	.slide-cont {
		margin-top: 0
	}
	.h-charter-sec .owl-nav {
		position: static
	}
}

@media screen and (max-width:767px) {

	html {
		font-size: 11px
	}
	.header-home-2 {
		height: inherit;
		min-height: inherit;
	}
	.header-home-2 .header-cont {
		margin-top: 100px;
	}
	.header-home-2 h1 {
		font-size: 32px
	}
	.header-home-2 h5 {
		font-size: 16px;
	}
	.menu-2 .navbar-nav {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.thm-h {
		margin-bottom: 2.3rem
	}
	.half-section .writing-sec p {
		margin-bottom: 2.3rem
	}
	.thm-h h2 {
		font-size: 1.6rem
	}
	.h-newslatter .form-control {
		padding: 1rem 8px;
		min-width: 180px
	}
	.section-menu .main-section-menu {
		margin: 0 -15px;
		position: relative
	}
	.main-section-menu li a {
		font-size: .9rem
	}
	.main-section {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.main-section:after,
	.main-section:before {
		height: 3rem
	}
	.button-fancy {
		font-size: .9rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		display: inline-block;
		padding: 1.5rem 2rem;
		text-decoration: none;
		position: relative
	}
	img.arrow-down,
	img.arrow-left,
	img.arrow-right,
	img.arrow-up {
		max-width: 12px
	}
	.h-address li {
		padding-left: 0;
		padding-right: 0;
		list-style: none;
		min-height: 350px;
		border-top: 1px solid rgba(255, 255, 255, .3);
		padding-top: 0;
		position: relative;
		display: flex;
		align-items: center
	}
	.h-add-inner h3 {
		font-size: 2rem;
		font-family: Sen;
		letter-spacing: .2em;
		text-transform: uppercase;
		color: #081d38
	}
	.h-add-inner h4 {
		font-size: 1.1rem
	}
	.menu-2 .navbar-toggler {
		width: auto
	}

}

@media screen and (max-width:575px) {
	.h-our-history-2 .half-left img {
		position: static;
	}
	.h-our-history-2 .half-left::before {
		display: none
	}
	.half-left .img-sec,
	.half-right .img-sec {
		margin-right: 0;
		margin-left: 0
	}
	.main-section-menu.d-flex {
		flex-wrap: wrap
	}
	.section-menu .main-section-menu li {
		width: 50%
	}
	.section-menu.secmenu-type-1 .main-section-menu li {
		border-top: 0
	}
	.section-menu.secmenu-type-1 .main-section-menu li:first-child {
		border-left: 1px solid #fff
	}
	.section-menu.secmenu-type-1 .main-section-menu li,
	.section-menu.secmenu-type-1 .main-section-menu li:last-child {
		border-right: 1px solid #fff
	}
	.header-home-2.header-scrolled,
	.header-home-4.header-scrolled {
		margin: 10px 10px 0
	}
	.menu-2.menu-2-scrolled>div {
		width: calc(100% - 20px)
	}
}

body.home-3 {
	color: #32325d
}

body.home-3 .main-section-menu li a:hover {
	background: #32325d;
	color: #fff;
	border-color: #32325d
}

body.home-3 .main-section.dark {
	background: #f6f9fc;
	color: #32325d
}

body.home-3 .dark li {
	color: #32325d
}

body.home-3 .h-add-inner h3 {
	color: #081d38
}

body.home-3 .menu-2-inner a:not(.navbar-brand):hover {
	background: #32325d;
	color: #fff
}

body.home-3 .section-menu {
	margin-top: 30px
}

body.home-3 .h-address li::after,
body.home-3 .h-address li::before,
body.home-3 .h-address::before {
	background-color: #dfdfdf
}

body.home-3 .h-address li {
	border-color: #dfdfdf
}

.header-inner {
	min-height: 0;
	background: url(../images/inner_bg.png), linear-gradient(108deg, #001a30, rgba(0, 0, 0, 0)) no-repeat;
	padding-top: 14rem;
	color: #fff;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 4rem;
	padding-bottom: 1px;
	background-blend-mode: multiply
}

.header-inner .y-breadcrum ul {
	background: 0 0
}

.header-inner .y-breadcrum span {
	color: #fff
}

.header-inner .y-breadcrum h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px
}

.header-inner .y-breadcrum a:hover {
	color: #fff
}

form.y-form input::-webkit-input-placeholder,
form.y-form textarea::-webkit-input-placeholder {
	color: #121730
}

form.y-form input::-moz-placeholder,
form.y-form textarea::-moz-placeholder {
	color: #121730
}

form.y-form input:-ms-input-placeholder,
form.y-form textarea::-moz-placeholder {
	color: #121730
}

form.y-form input:-moz-placeholder,
form.y-form textarea::-moz-placeholder {
	color: #121730
}

/*div.container-fluid .y-arrow_line {
	top: -25px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 30px;
	width: 74px;
	z-index: 999
}

div.container-fluid .y-arrow_line i.y-left_anchor {
	left: -2px
}

div.container-fluid .y-arrow_line img {
	position: absolute;
	display: block;
	font-size: 24px;
	top: -12px;
	cursor: pointer
}

div.container-fluid .y-arrow_line img.y-right_anchor {
	right: -2px
}

div.container-fluid .y-arrow_line img {
	position: absolute;
	display: block;
	font-size: 24px;
	top: -12px;
	cursor: pointer
}*/

.y-fun_facts {
	position: relative
}

.y-fun_facts_container {
	position: relative;
	z-index: 999;
	border: 1px solid rgba(255, 255, 255, .6);
	width: calc(100% - 60px);
	max-width: 100%;
	padding-top: 40px
}

.y-fun_facts:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(8, 28, 78, .6);
	position: absolute
}

.y-fun_facts_block {
	position: relative;
	z-index: 999
}

.y-product_listing_side .y-dest_list>div:nth-child(2n+1) {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.y-pagination {
	padding-top: 0;
	width: 100%;
	margin: 3rem 0 6rem;
	padding-right: 15px;
	padding-left: 15px
}

.y-pagination>div {
	padding-top: 0;
	border-top: 1px solid #dfdfdf;
	padding-top: 7px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0
}

.y-dest_list_single .thm-h {
	margin-bottom: 3.5rem
}

.responsive-tabs__list__item {
	font-weight: 400;
	margin-bottom: 0!important
}

.responsive-tabs__panel {
	margin-bottom: 7rem;
	padding: 40px 15px 15px;
	border: 1px solid #dfdfdf;
	border-top: none
}

.responsive-tabs__panel p {
	margin-top: 0;
	margin-bottom: .5em
}

.y-client_testimonials .y-client_testimonial_rating i {
	color: #081d38
}

.header-inner.hi-charter {
	background: url(../images/bg-slide-charterlisting.jpg);
	background-position: center center;
	background-size: 100%
}

.y-yacht_intro .button-fancy {
	margin-left: auto;
	margin-right: auto
}

.y-yacht_intro .button-fancy {
	font-weight: 500
}

.y-slideshow .inner-tilt {
	background: 0 0;
	transition: all .5s ease
}

.y-slideshow .inner-tilt h3:after,
.y-slideshow .inner-tilt h3:before {
	display: none
}

.y-slideshow .main-tilt .slide-cont {
	box-shadow: none;
	transition: all .5s ease
}

.y-slideshow .main-tilt:hover .inner-tilt {
	background: #000;
	transition: all .5s ease
}

.y-slideshow .main-tilt:hover .slide-cont {
	box-shadow: 0 0 21px -1px rgba(0, 0, 0, .7);
	transition: all .5s ease
}

.y-slideshow .owl-dots {
	display: none!important
}

.y-slideshow .owl-nav {
	text-align: center;
	width: 100%;
	margin: auto
}

.y-slideshow .owl-theme .owl-nav div.owl-next,
.y-slideshow .owl-theme .owl-nav div.owl-prev,
.y-slideshow .owl-theme div.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.y-slideshow .owl-theme .owl-nav div.owl-prev {
	margin-right: 24%;
	padding: 15px
}

.y-slideshow .owl-theme .owl-nav div.owl-next {
	margin-left: 24%;
	padding: 15px
}

.y-boat_type .owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #081d38;
	cursor: pointer;
	font-size: 65px;
	line-height: 1em;
	padding: 0;
	margin: 0
}

.y-contact .y-single_info,
.y-contact_01 .y-single_info,
.y-contact_02 .y-single_info {
	margin-bottom: 7rem
}

.y-contact_01 .y-form input,
.y-contact_01 .y-form textarea {
	background: #efefef
}

.example-classname {
	border: 8px solid red
}

.charter-carousel .item a img {
	height: 150px;
	object-fit: cover;
	transition: all .3s ease
}

.charter-carousel .item a {
	display: block;
	height: 150px;
	transition: all .3s ease .3s;
	overflow: hidden
}

.charter-carousel .center .item a {
	height: 230px;
	transition: all .3s ease
}

.charter-carousel .center .item a img {
	height: 230px;
	object-fit: cover;
	transition: all .3s ease
}

.charter-carousel .owl-dots {
	max-width: 900px;
	text-align: center;
	margin: auto;
	margin-top: 43px
}

.charter-carousel .owl-dot.active {
	display: block;
	-webkit-animation-name: menuanimation;
	-webkit-animation-duration: .3s;
	animation-name: menuanimation;
	animation-duration: .3s
}

.charter-carousel .owl-dot {
	display: none
}

.charter-carousel .owl-dot h4 {
	font-weight: 700
}

.charter-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.charter-carousel.owl-carousel .owl-nav {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 0;
	max-width: 53%;
	z-index: 99;
	position: relative;
	top: -66px
}

.charter-carousel.owl-carousel .owl-nav::after {
	content: "";
	width: calc(100% - 45px);
	position: absolute;
	top: 73px;
	height: 0;
	border-top: 1px solid #4e4e4e;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .2
}

.charter-carousel.owl-carousel .owl-nav .owl-next,
.charter-carousel.owl-carousel .owl-nav .owl-prev {
	font-size: 44px!important;
	padding: 10px 20px!important;
	margin: 0!important;
	background: 0 0
}

.servicebox-first {
	background: url(../images/service-first.jpg);
	background-color: rgba(7, 28, 78, .5);
	background-blend-mode: multiply;
	height: calc(100% - 30px);
	background-size: cover;
	background-position: center center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	padding: 15px;
	position: relative
}

.servicebox-first::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	position: relative;
	left: 15px
}

.servicebox-first .thm-h {
	margin-bottom: 0
}

.servicebox-first p {
	font-size: 18px;
	line-height: 1.8em
}

.servicebox {
	background: #e6f0f6;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative
}

.servicebox-row>div:nth-child(1) .servicebox {
	background: #e6f0f6
}

.servicebox-row>div:nth-child(2) .servicebox {
	background: #f7f5f4
}

.servicebox-row>div:nth-child(3) .servicebox {
	background: #f3f2f4
}

.servicebox-row>div:nth-child(4) .servicebox {
	background: #fcf0e4
}

.servicebox-row>div:nth-child(5) .servicebox {
	background: #f4f6f8
}

.servicebox-row>div:nth-child(6) .servicebox {
	background: #effafb
}

.servicebox img {
	max-height: 45px;
	position: relative;
	transition: all .4s;
	top: 0
}

.servicebox:hover img {
	top: -45px;
	transition: all .3s
}

.servicebox h4 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	top: 0;
	position: relative;
	transition: all .3s
}

.servicebox:hover h4 {
	top: -45px;
	transition: all .3s .2s
}

.servicebox p {
	font-size: 15px;
	margin: 0;
	top: 0;
	position: relative;
	transition: all .3s
}

.servicebox:hover p {
	top: -45px;
	transition: all .3s .4s
}

.servicemore {
	opacity: 0;
	bottom: -45px;
	position: absolute;
	font-weight: 700;
	transition: all .1s;
	visibility: hidden
}

.servicebox:hover .servicemore {
	bottom: 20px;
	opacity: 1;
	transition: all .3s .5s;
	visibility: visible
}

.servicebox .servicemore:hover {
	color: #000;
	transition-delay: 0s
}

.testimonial {
	background: url(../images/testimonial_bg.png);
	background-repeat: no-repeat;
	background-position: bottom 75px left;
	background-color: #bfdadd;
	background-size: 300px;
	color: #36607b;
	-webkit-animation-name: testimonialani;
	-webkit-animation-duration: .3s;
	animation-name: testimonialani;
	animation-duration: .3s
}

@-webkit-keyframes testimonialani {
	0% {
		transform: translateY(-10%);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes testimonialani {
	0% {
		transform: translateY(-10%);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.testimonail_box {
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.testimonail_slider .testimonail_user img {
	max-width: 100%;
	width: 100px;
	padding: 7px;
	margin: 20px auto;
	border: 1px solid rgba(14, 23, 86, .1);
	border-radius: 100%
}

.testimonail_slider .owl-dots {
	text-align: center;
	vertical-align: middle
}

.testimonail_slider .owl-dot span {
	width: 15px;
	height: 15px;
	margin-top: 0;
	margin-left: 4px;
	border-radius: 100%;
	display: block;
	background: rgba(14, 23, 86, 0)
}

.testimonail_slider .owl-dot.active span {
	background: #36607b;
	display: block
}

.testimonail_slider .owl-dot {
	width: 23px;
	height: 23px;
	background: rgba(14, 23, 86, .1)!important;
	border-radius: 100%;
	margin-left: 5px;
	margin-right: 5px
}

.home-booknow {
	padding: 15px
}

.home-booknow:after {
	content: "";
	display: block;
	clear: both
}

.booknow_box {
	background-color: #bfdadd;
	margin-top: 20px;
	padding: 30px 30px 50px;
	background-image: linear-gradient(45deg, #bfdadd, #f0f9fa)
}

.booknow_box h4 {
	margin-bottom: 30px;
	font-weight: 700;
	color: #36607b
}

.btn-primary {
	color: #fff;
	background-color: #05c1eb;
	background-image: linear-gradient(45deg, #081d38, #21cff6);
	border-color: #007bff;
	padding: 15px
}

.btn-primary:hover {
	background-image: linear-gradient(0deg, #007bff, #007bff)
}

.booknow_box .btn-primary {
	width: 100%
}

.booknow_box .form-control {
	border: 1px solid #38999e;
	color: #36607b
}

.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: inherit
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: inherit
}

.form-control:-ms-input-placeholder {
	opacity: 1;
	color: inherit
}

.form-control:-moz-placeholder {
	opacity: 1;
	color: inherit
}

.footer-1 .h-newslatter .thm-form .field {
	width: 100%;
	margin-bottom: 10px;
	text-align: center
}

.footer-1 .h-newslatter .form-control {
	min-width: inherit;
	text-align: center
}

.footer-1 .thm-form .field label {
	left: 0;
	right: 0;
	letter-spacing: 0;
	opacity: .6;
	text-transform: inherit
}

.footer-1 .h-newslatter .thm-form .field .form-control {
	width: 100%
}

.footer-1 .h-newslatter .thm-h {
	margin-bottom: 30px
}

.footer-box h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}

.footer-box h4 {
	font-size: 14px
}

.footer-1 .footer-box {
	text-align: left
}

.footer-box ul {
	padding: 0
}

.footer-box ul li {
	margin-bottom: .3em
}

.footer-box p {
	font-size: 1rem;
	margin-bottom: 1em
}

.textwidget {
	margin-top: 30px;
	text-align: justify;
	font-size: 14px;
}

.textwidget li {
	list-style: none
}

.footer-box .tagnav {
	padding: 0
}

.footer-box .tagnav li {
	width: auto;
	margin: 3px 0
}

.h2-book-section {
	background-image: url(../images/1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center bottom;
	min-height: inherit;
	transition: all .5s ease-in;
	padding-left: 45px
}

.h2-book-section .booknow_box {
	margin-top: 60px;
	background: rgba(27, 34, 37, .2)
}

.h2-book-section .booknow_box h4 {
	color: #fff
}

.h2-book-section .home-about p {
	font-size: 1.4rem;
	text-align: left;
	line-height: 2em;
	font-family: Sen
}

.h2-book-section .home-about {
	position: relative;
	z-index: 99
}

.h2-book-section {
	position: relative
}

.h2-book-section .home-about {
	margin: 80px auto 0
}

.h2-book-section::after {
	content: "";
	display: block;
	width: calc(50% + 23px);
	background: #fff;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	margin: auto;
	height: 100%;
}

.menu-2 .sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -30px;
	background-color: #02252a;
	background-image: linear-gradient(45deg, #02252a, #039eab 80%);
	overflow-x: hidden;
	transition: .5s;
	padding-top: 75px;
	box-shadow: 0 0 25px 8px rgba(44, 71, 74, .4)
}

.menu-2 .cart_index {
	background-color: #02252a;
	background-image: linear-gradient(45deg, #02252a, #02252a 80%)
}

.menu-2 .nav-search .nav-search-form.search-open {
	background-color: #02252a;
	background-image: linear-gradient(45deg, #02252a, #02252a 80%)
}

.h2-book-section .booknow_box .form-control {
	background: 0 0;
	border: none;
	border-radius: 0;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .9);
	border-bottom: 1px solid #43dfe6
}

.h2-book-section .booknow_box .form-control:focus {
	box-shadow: none;
	border-color: none;
	background-color: rgba(0, 0, 0, .3)
}

#main-2 footer .h-newslatter {
	background-color: #02252a;
	background-image: linear-gradient(45deg, #02252a, #12757d 80%)
}

#main-2 .main-section.dark {
	background-color: #02252a
}

#main-2 .footerdark {
	background-color: #02252a;
	color: rgba(255, 255, 255, .6)
}

#main-2 .footer-logo .navbar-brand {
	background-color: #02252a
}

#main-2 footer.swip {
	min-height: inherit
}

#main-2 .thm-h h2 {
	font-family: Sen;
	letter-spacing: .03em;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-weight: 700;
	color: #03717c
}

#main-2 .button-fancy>.btn-arrow {
	background-color: #05c1eb;
	background-image: linear-gradient(45deg, #03717c, #21cff6)
}

#main-2 .h-charter {
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center bottom -150px
}

.main-section.h-our-history-3 {
	padding-top: 0;
	padding-bottom: 0
}

.h-our-history-3 {
	overflow: hidden
}

.h-our-history-3 .half-right {
	padding-top: 75px;
	padding-bottom: 75px
}

.h-our-history-3 .jumbotron {
	margin-bottom: 0
}

#main-2 .half-section .writing-sec {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 10px 15px 95px -5px rgba(3, 81, 89, .1);
	position: relative
}

#main-2 .half-section {
	overflow: hidden
}

#main-2 .half-section .writing-sec::after {
	content: "";
	width: 88px;
	height: 100px;
	background: 0 0;
	border: 10px solid #cbd0d1;
	display: block;
	position: absolute;
	top: -30px;
	left: -30px;
	opacity: .3;
	z-index: -1
}

.par-img img {
	opacity: 0
}

.menu-2.menu-3-color>div {
	transition: all .5s ease-in;
	background: rgba(0, 12, 30, 0)
}

.menu-2.menu-2-scrolled.menu-3-color>div {
	transition: all .5s ease-in;
	background: rgba(0, 12, 30, .9)
}

.menu-2.menu-3-color .sidenav {
	background-color: #0e0a00;
	background-image: linear-gradient(45deg, #0e0a00, #261c00 80%);
	box-shadow: none
}

.menu-2.menu-3-color .sidenav .tagnav li a:hover {
	background: #a3832b
}

#main-3 .half-section,
#main-3 .main-section {
	overflow: hidden
}

.h3-book-section {
	background: #000c1e;
	box-shadow: 0 -17px 11px 26px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 9
}

.h3-book-section .booknow_box {
	background: 0 0;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px
}

.h3-book-section .booknow_box h4 {
	font-size: 15px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-right: 30px
}

.h3-book-section .booknow_box .btn-primary {
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .7);
	padding: 6px 50px;
	margin-left: 30px
}

.h3-book-section .booknow_box .btn-primary:hover {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .1);
	padding: 6px 50px;
	color: #000c1e
}

.h3-book-section .booknow_box .form-control {
	color: rgba(255, 255, 255, .7);
	background: 0 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-radius: 0;
	margin-left: 15px;
	margin-right: 15px
}

.h3-book-section .booknow_box .form-control:focus {
	color: #fff;
	box-shadow: none
}

.h3-about-section {
	background: url(../images/about-3.jpg);
	background-position: center right;
	background-repeat: no-repeat
}

.home-about-3 {
	max-width: 600px;
	margin: 170px auto;
	text-align: left
}

.thm-h-3.thm-h {
	position: relative
}

.thm-h-3.thm-h h4 {
	font-family: Sen;
	letter-spacing: .03em;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2rem;
	opacity: 1;
	position: relative
}

.thm-h-3.thm-h h4:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #ddc29a;
	margin-top: 30px;
	margin-bottom: 30px
}

.thm-h-3.thm-h.text-center h4:after {
	margin-left: auto;
	margin-right: auto
}

.thm-h-3.thm-h h2 {
	font-size: 107px;
	width: auto;
	opacity: .07;
	white-space: nowrap;
	line-height: .5
}

#main-3 .half-section .thm-h-3.thm-h h2 {
	line-height: 0
}

#main-3 .half-section .writing-sec {
	background: #fff;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 10px 15px 95px -5px rgba(3, 81, 89, .1)
}

#main-3 .charter-carousel-2 {
	background: #f4f4f4;
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	margin-top: 100px;
	padding-bottom: 50px
}

.charter-carousel-2.owl-carousel .owl-nav button.owl-next {
	background: 0 0
}

.charter-carousel-2.owl-carousel .owl-nav button.owl-prev {
	background: 0 0
}

.explore-section {
	padding-top: 0;
	padding-bottom: 0
}

.explore-section .row {
	overflow: hidden;
}

.explore_box {
	position: relative
}

.explore_box>a {
	display: block;
	position: relative
}

.explore_box>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 8px solid #ddc29a;
	transform: scale(1);
	z-index: 99;
	transition: all .4s;
	opacity: 0
}

.explore_box>a:hover::before {
	content: "";
	transform: scale(.9);
	opacity: .5;
	transition: all .6s
}

.explore_box .thm-h {
	position: absolute;
	top: 13%;
	left: 10%;
	z-index: 99
}

.explore_box .thm-h h4 {
	text-transform: capitalize;
	color: #fff
}

.explore_box.exb-type-2 .thm-h h4 {
	color: #121730
}

.explore_box.exb-type-2 .img-fluid-i {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .05;
	max-width: 180px;
	margin: auto;
	transform: translateY(-50%)
}

.exb-type-2.explore_box .thm-h {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center
}

.exb-type-2.explore_box .thm-h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.explore_box img.img-fluid {
	max-width: inherit;
	width: 100%;
	max-height: 65vh;
	object-fit: cover;
	transition: all .4s
}

.explore_box:hover img.img-fluid {
	filter: contrast(140%);
	transition: all .4s
}

.exb-1 img.img-fluid {
	max-width: inherit;
	width: 112%;
	position: relative;
	z-index: 9
}

.owl-carousel.charter-carousel-2 .owl-nav button.owl-next,
.owl-carousel.charter-carousel-2 .owl-nav button.owl-prev {
	margin-bottom: 0
}

.charter-carousel-2 .owl-nav {
	width: 300px;
	display: inline-block;
	vertical-align: middle
}

.charter-carousel-2 .owl-dots {
	width: calc(100% - 320px);
	display: inline-block;
	vertical-align: middle;
	text-align: right
}

.charter-carousel-2 .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}

.charter-carousel-2 .owl-dots .owl-dot:before {
	content: "";
	display: inline-block;
	width: 30px;
	background: #a87e0a;
	height: 1px;
	transition: all .4s;
	margin-right: 15px
}

.charter-carousel-2 .owl-dots .owl-dot.active:before {
	width: 100px;
	transition: all .4s
}

.charter-carousel-2 .owl-dots {
	counter-reset: dots
}

.charter-carousel-2 .owl-dot:after {
	counter-increment: dots;
	content: counter(dots);
	font-style: italic;
	font-size: 19px
}

.count_single {
	padding: 70px 50px;
	position: relative;
	min-width: 25vw
}

.count_single::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddc29a;
	position: absolute;
	right: -15px;
	top: 0
}

.count_single::after {
	content: "";
	display: block;
	width: 40px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/themeing-vactor.png);
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center center
}

.counter_outer .row>div:last-child .count_single::after,
.counter_outer .row>div:last-child .count_single::before {
	display: none
}

.count_num {
	font-size: 50px;
	display: block;
	font-weight: 700
}

.count_title {
	color: rgba(18, 23, 48, .5);
	display: block;
	margin: auto
}

.footer-3.footerdark {
	background-color: #fff;
	background-image: url(../images/footer-3-bg.png);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 70vh
}

.footer-3 .h-newslatter .thm-form .field .form-control {
	width: 100%;
	min-width: inherit
}

.footer-3.footerdark .h-newslatter {
	background: 0 0
}

.footer-3.footerdark .main-section.dark {
	background: 0 0
}

.footer-3.footerdark .footer-logo .navbar-brand {
	background: 0 0
}

#main-3 .button-fancy>.btn-arrow {
	background-color: #a87e0a;
	background-image: linear-gradient(45deg, #524929, #a87e0a);
	color: #fff
}

#main-3 .button-fancy:hover>.text {
	color: #524929
}

#main-3 .button-fancy:hover.-color-1>.btn-arrow::after,
#main-3 .button-fancy:hover.-color-1>.btn-arrow::before {
	background-color: #524929
}

.header .fa,
.y-boat_type .fa-anchor,
.y-header_outer .header,
.y-header_outer nav,
.y-header_strip .header,
.y-landing .y-landing_list img,
.y-our_services .y-servie_info,
.y-product_filter_side,
.y-product_filter_side.y-side_filter_open,
.y-product_listing>div .m-prod_list_text,
.y-side_tags_list li,
.y-transtion,
.y-yacht_intro_img img,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out
}

.y-transtion_fast {
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out
}

.y-loading {
	background: rgba(255,255,255,0.9);
	height: 100%;
	max-width: 100% !important;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: none;
}

.y-loading img {
	width: auto;
	height: auto;
	margin: auto;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	max-width: 210px;
}

.select-wrapper {
	display: inline-block;
	border: 1px solid #06062a;
	background: url(../images/dropdown.png) no-repeat right center;
	cursor: pointer;
	background-size: 12px;
	background-color: #06062a
}

.select-wrapper,
.select-wrapper select {
	height: 40px;
	position: relative;
	line-height: 34px;
	width: 100%
}

.select-wrapper:hover {
	background-image: url(../images/dropdown.png) no-repeat right center
}

.select-wrapper .holder {
	color: #fff;
	display: block;
	margin: 0 35px 0 5px;
	font-size: 14px;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative
}

.select-wrapper select {
	margin: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0
}

.y-button:hover,
.y-footer .y-special_offer ul li .y-read_more:hover,
.y-home_blog_content .y-btn:hover {
	color: #fff;
	border-color: #081d38;
	background: #081d38;
	cursor: pointer
}

.y-button:active::before,
.y-button:focus::before,
.y-button:hover::before,
.y-footer .y-special_offer ul li .y-read_more:active::before,
.y-footer .y-special_offer ul li .y-read_more:focus::before,
.y-footer .y-special_offer ul li .y-read_more:hover::before,
.y-home_blog_content .y-btn:active::before,
.y-home_blog_content .y-btn:focus::before,
.y-home_blog_content .y-btn:hover::before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1)
}

.y-button,
.y-footer .y-special_offer ul li .y-read_more,
.y-home_blog_content .y-btn {
	backface-visibility: hidden;
	border-left: 5px solid #06062a;
	background: #e1e1e1 none repeat scroll 0 0;
	box-shadow: 0 2px 2px #bfbfbf;
	-moz-box-shadow: 0 2px 2px #bfbfbf;
	-webkit-box-shadow: 0 2px 2px #bfbfbf;
	display: inline-block;
	position: relative;
	transform: translateZ(0);
	transition-duration: .3s;
	transition-property: color;
	vertical-align: middle
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

:-moz-placeholder {
	color: #fff;
	opacity: 1
}

::-moz-placeholder {
	color: #fff;
	opacity: 1
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

.video-container {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.fa-times-circle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 38px!important;
	margin: auto;
	text-align: center;
	width: 94%
}

.header .fa {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	text-align: center;
	width: 20px;
	background: 0 0
}

.header .fa:hover {
	background: #06062a
}

form.y-form .y-select_full>span {
	width: 100%
}

form.y-form .y-select_half>span {
	width: 49%
}

form.y-form .y-select_half input {
	width: 49.2%
}

form.y-form .y-bots_types img {
	display: inline-block;
	vertical-align: bottom
}

form.y-form button {
	margin-top: 15px;
	padding: 13px 30px;
	background: 0 0;
	box-shadow: none!important;
	border: 1px solid;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: auto
}

form.y-form input {
	width: 100%;
	color: #06062a;
	padding: 5px 10px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	border: none;
	margin-bottom: 8px;
	font-size: 14px
}

form.y-form textarea {
	color: #06062a;
	width: 100%;
	height: 70px;
	resize: none;
	padding: 10px;
	background: #fff;
	border: none;
	margin-bottom: 8px;
	font-size: 14px
}

.y-line {
	opacity: .4;
	background: #a0a0a0 none repeat scroll 0 0;
	right: 74px;
	position: absolute;
	top: 1px;
	width: 1px;
	z-index: 999
}

.y-inner_page {
	position: relative;
	margin-top: 60px;
	background: #fff
}

.y-back_to_top {
	bottom: 74.5px;
	color: #5a5a5a;
	cursor: pointer;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: fixed;
	right: 50px;
	text-align: center;
	width: 50px;
	z-index: 99999
}

.camera_prev {
	background: #fff none repeat scroll 0 0;
	left: 0;
	opacity: 1!important
}

.camera_next {
	background: #fff none repeat scroll 0 0;
	right: 0;
	opacity: 1!important
}

.y-landing {
	padding-bottom: 10px
}

.y-landing .y-landing_but {
	position: relative;
	height: 100px
}

.y-landing .y-logo {
	margin-top: 10px;
	display: inline-block;
	top: 125px;
	position: relative
}

.y-landing .header {
	padding-bottom: 10px
}

.y-landing .y-section_inner {
	padding-top: 30px
}

.y-landing .y-section_inner h2 {
	color: #06062a
}

.y-landing .y-landing_list {
	margin-top: 30px
}

.y-landing .y-landing_list>div {
	margin-bottom: 30px
}

.y-landing .y-landing_list img {
	box-shadow: 0 0 5px #d7d7d7;
	-webkit-box-shadow: 0 0 5px #d7d7d7;
	-moz-box-shadow: 0 0 5px #d7d7d7;
	margin: 15px auto 10px;
	max-width: 500px;
	width: 100%
}

.y-landing .y-landing_list img:hover {
	box-shadow: 0 5px 5px #949494;
	-webkit-box-shadow: 0 5px 5px #949494;
	-moz-box-shadow: 0 5px 5px #949494
}

.y-landing .y-landing_list h3 {
	font-size: 20px;
	font-weight: 700;
	color: #06062a;
	text-align: center;
	margin-bottom: 0;
	border: none
}

.y-landing .y-landing_list h3:after {
	display: none
}

.y-footer .y-special_offer ul li .y-landing .y-read_more,
.y-home_blog_content .y-landing .y-btn,
.y-landing .y-button,
.y-landing .y-footer .y-special_offer ul li .y-read_more,
.y-landing .y-home_blog_content .y-btn {
	background: #081d38 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 600;
	height: 50px;
	left: 0;
	letter-spacing: 0;
	line-height: 45px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 250px
}

@media (max-width:1023px) {
	.y-landing .y-logo img {
		max-height: 70px
	}
	.y-landing .y-logo {
		top: 25px
	}
}

.y-header_outer nav {
	border-top: 1px solid #dbdaeb;
	margin-top: 8px;
	text-align: center
}

.y-header_outer nav ul {
	padding-left: 0
}

.y-header_outer nav ul li {
	text-align: left
}

.y-header_outer address {
	padding-top: 10px
}

.y-header_outer address a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	font-size: 12px
}

.y-header_outer address a:hover {
	color: #081d38
}

.y-header_outer address i {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 6px;
	color: #06062a
}

.y-header_outer .y-social {
	padding-top: 0;
	position: absolute;
	right: 15px;
	top: 22px
}

.y-header_outer .y-logo {
	margin-top: 10px;
	display: inline-block
}

.y-header_outer .header:hover {
	background: #fff
}

.y-header_outer .header {
	width: 100%;
	background: rgba(255, 255, 255, .8)
}

.y-form_gap {
	padding-right: 35px
}

.y-header_strip.y-header_outer>div#y-header_form {
	position: static;
	margin-top: -165px
}

.y-header_strip .header {
	position: static;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, .8)
}

.y-header_strip .y-logo {
	margin-top: 10px;
	display: inline-block
}

.y-header_strip #y-header_form {
	bottom: 0;
	position: absolute;
	margin-top: auto;
	width: 100%
}

.y-header_strip .y-header_form {
	background-color: rgba(255, 255, 255, .8);
	padding: 10px
}

.y-header_strip .y-header_form .y-form_gap button {
	width: 100%
}

.y-header_strip .y-header_form .y-form_gap i {
	position: relative!important;
	top: 5px;
	color: #fff!important;
	margin-right: 5px
}

.y-header_strip .y-header_form h3 {
	color: #06062a;
	font-size: 18px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase
}

.y-header_strip .y-header_form .select-wrapper .holder {
	margin-top: 3px;
	margin-left: 8px
}

.y-footer .y-special_offer ul li .y-header_strip .y-header_form .y-read_more,
.y-header_strip .y-header_form .y-button,
.y-header_strip .y-header_form .y-footer .y-special_offer ul li .y-read_more,
.y-header_strip .y-header_form .y-home_blog_content .y-btn,
.y-home_blog_content .y-header_strip .y-header_form .y-btn {
	width: auto;
	display: inline-block;
	background: #081d38;
	border-color: transparent
}

.y-header_strip .y-header_form p {
	margin: auto auto 15px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-transform: capitalize
}

.y-header_strip .y-header_form p a {
	color: #007ac2;
	font-weight: 600;
	font-style: italic;
	margin-left: 5px
}

.y-header_strip .y-header_form .y-form>div.col-lg-4>div {
	position: relative;
	padding-left: 35px
}

.y-header_strip .y-header_form .y-form>div.col-lg-4>div input,
.y-header_strip .y-header_form .y-form>div.col-lg-4>div span {
	margin-bottom: 10px
}

.y-header_strip .y-header_form .y-form>div.col-lg-4>div i {
	position: absolute;
	z-index: 999;
	left: 0;
	font-size: 26px;
	color: #06062a;
	top: 7px
}

.y-header_top_info {
	padding: 3px 0 0
}

.y-lang_icons,
.y-login_but {
	padding-left: 0
}

.y-lang_icons li,
.y-login_but li {
	display: inline-block
}

.y-lang_icons img,
.y-login_but img {
	width: 16px
}

.y-lang_icons a,
.y-login_but a {
	color: #06062a;
	font-size: 12px;
	font-weight: 400
}

.y-lang_icons li {
	margin-right: 10px;
	padding-top: 5px
}

.y-login_but a:after {
	content: "|";
	margin: 0 10px
}

.y-login_but li:last-child a:after {
	display: none
}

.y-login_but i {
	position: relative;
	top: 5px;
	font-size: 18px
}

.y-sticky {
	background: #fff!important;
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc
}

.y-sticky address {
	margin-bottom: 5px
}

.y-sticky address i {
	font-size: 18px
}

.y-sticky address a {
	font-size: 14px
}

.y-sticky .y-logo {
	margin-top: 5px
}

.y-sticky .y-logo img {
	max-height: 60px
}

.y-sticky nav {
	margin-top: 5px
}

.y-sticky .flexnav li a {
	padding: 3px .96em
}

.y-sticky .flexnav .touch-button {
	top: -14px
}

.y-sticky .rmm.style {
	padding: 0
}

.y-sticky .y-social {
	top: 8px
}

.y-sticky .y-menu_outer {
	margin-top: 0;
	top: 10px
}

@media (min-width:1024px) {
	.y-header_outer address {
		padding-top: 35px;
		margin: auto
	}
}

@media (min-width:768px) {
	.y-header_outer nav ul,
	.y-header_strip nav ul {
		display: inline-block;
		width: auto;
		max-height: none
	}
	.y-header_strip .header {
		position: fixed;
		z-index: 9999
	}
}

@media (max-width:1200px) {
	form.y-form .y-select_33>span {
		width: 32.3%
	}
	form.y-form .y-select_33>span select {
		width: 100%
	}
	.y-logo_bg {
		border-left: 25vw solid transparent;
		border-right: 25vw solid transparent
	}
}

@media (max-width:990px) {
	form.y-form .y-select_33>span {
		width: 32%
	}
	.select-wrapper .holder {
		margin-right: 0
	}
	form.y-form .y-select_half>span {
		width: 48.5%
	}
	form.y-form button {
		font-size: 14px;
		padding: 10px
	}
	form.y-form .y-bots_types img {
		max-width: 65px
	}
	.y-logo_bg {
		border-left: 30vw solid transparent;
		border-right: 30vw solid transparent;
		border-top: 20vh solid #fff
	}
}

@media (max-width:767px) {
	.y-header_form {
		margin: auto
	}
	.y-form .col-sm-5 {
		display: none
	}
	form.y-form .y-select_33>span {
		width: 32.3%
	}
	form.y-form .y-select_half>span {
		width: 49.1%
	}
	.y-logo_bg {
		border-left: medium none;
		border-right: medium none;
		border-top: medium none
	}
	.y-logo_bg img {
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0
	}
	.y-header_form form.y-form input {
		margin-bottom: 0
	}
	.y-header_strip .y-header_form .y-form>div.col-lg-3>div {
		margin-bottom: 10px
	}
	.y-footer .y-special_offer ul li .y-header_strip .y-header_form .y-read_more,
	.y-header_strip .y-header_form .y-button,
	.y-header_strip .y-header_form .y-footer .y-special_offer ul li .y-read_more,
	.y-header_strip .y-header_form .y-home_blog_content .y-btn,
	.y-home_blog_content .y-header_strip .y-header_form .y-btn {
		display: block;
		width: 100%
	}
	.y-header_strip #y-header_form,
	.y-header_strip .header {
		position: static
	}
	.parallax-image-wrapper-100 {
		display: none
	}
}

.y-our_services .y-service_inner {
	position: relative;
	overflow: hidden
}

.y-our_services .y-servie_info {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	position: absolute;
	top: 77%;
	width: 100%;
	height: 100%
}

.y-our_services .y-servie_info h4 {
	margin: 0;
	font-size: 18px
}

.y-our_services .y-servie_info h4 a {
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	display: block;
	text-align: center;
	padding: 20px 10px
}

.y-our_services .y-servie_info p {
	padding: 0 20px;
	text-align: center;
	color: #fff
}

.y-our_services .y-service_inner:hover .y-servie_info {
	background: #06062a;
	top: 0
}

.y-our_services .y-service_inner:hover a {
	color: #fff
}

.y-section_inner {
	padding-top: 40px;
	padding-bottom: 40px
}

.y-section_inner .header {
	margin-bottom: 50px
}

.y-section_inner h2 {
	letter-spacing: .03em;
	margin-bottom: .3em;
	text-transform: uppercase;
	font-weight: 700
}

.y-section_content h1 {
	text-transform: uppercase;
	color: #003d70;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative
}

.y-section_content h1::before {
	background: #ccc none repeat scroll 0 0;
	border-radius: 50%;
	bottom: -1px;
	content: "";
	display: block;
	height: 5px;
	left: 116px;
	position: absolute;
	width: 5px;
	z-index: 999
}

.y-section_content h1::after {
	border-top: 1px solid #ccc;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 120px
}

.y-section_content h5 {
	color: #0f0d0d;
	line-height: 28px;
	margin-top: 0
}

.y-contact_side>div {
	background-color: #f0f0f0;
	padding-bottom: 25px;
	padding: 25px 20px
}

.y-contact_side h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase
}

.y-contact_side hr {
	margin: 0 0 15px 0;
	border-color: #06062a;
	border-width: 2px
}

.y-contact_side form.y-form button {
	border: 1px solid #06062a;
	color: #06062a
}

.y-contact_side form.y-form button:hover {
	color: #fff;
	border-color: #081d38
}

.y-popular_destination .header .fa {
	background: 0 0
}

.y-popular_destination h3 {
	font-weight: 300;
	position: relative;
	border-bottom: none
}

.y-popular_destination h3 strong {
	text-transform: uppercase
}

.y-popular_destination .y-boat_center {
	margin: 30px auto 80px
}

.camera_next>span:hover::before,
.camera_prev>span:hover::before {
	color: #06062a
}

.y-dest_list_single {
	margin-bottom: 7rem
}

.y-dest_list_single a {
	display: block
}

.y-dest_list_single h2 {
	margin-bottom: 10px;
	font-size: 34px
}

.y-dest_list_single h4 {
	margin-bottom: 0
}

.y-dest_list_single h2:hover {
	border-color: #06062a
}

.y-dest_list_single .pull-right.col-lg-5 img {
	float: right
}

.y-dest_list_single ul {
	margin: 20px 0;
	padding-left: 18px;
	list-style: square
}

.y-dest_list_single li {
	line-height: 32px
}

.y-dest_list_single .y-button,
.y-dest_list_single .y-footer .y-special_offer ul li .y-read_more,
.y-dest_list_single .y-home_blog_content .y-btn,
.y-footer .y-special_offer ul li .y-dest_list_single .y-read_more,
.y-home_blog_content .y-dest_list_single .y-btn {
	display: inline-block;
	padding: 8px 10px;
	background: #081d38;
	border-color: #06062a;
	color: #fff
}

.y-dest_list_single .y-button:hover,
.y-dest_list_single .y-footer .y-special_offer ul li .y-read_more:hover,
.y-dest_list_single .y-home_blog_content .y-btn:hover,
.y-footer .y-special_offer ul li .y-dest_list_single .y-read_more:hover,
.y-home_blog_content .y-dest_list_single .y-btn:hover {
	color: #fff
}

.y-dest_list>div:last-child {
	margin-bottom: 0
}

.y-more_dest h3::after {
	background: #fff;
	width: 20%
}

.y-more_dest p {
	color: #fff
}

.y-more_dest img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}

.y-boat_type .header .fa {
	background: #0186d5
}

.y-boat_type .y-boat_selection {
	margin-top: 50px;
	text-align: center
}

.y-boat_type .col-xs-12.y-boat_selection>div {
	display: inline-block
}

.y-boat_type .col-xs-12.y-boat_selection>div h3 {
	font-weight: 400;
	font-size: 28px;
	color: #fff
}

.y-boat_type .y-boat_imgs img {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 15px
}

.y-boat_type .y-select_boat {
	min-width: 240px;
	margin-right: 50px
}

.y-boat_type .y-select_boat h3 {
	border-bottom: 5px solid #fff;
	padding-bottom: 10px
}

.y-boat_type .y-select_boat p {
	color: #fff
}

.y-boat_type .y-select_boat p a {
	font-weight: 600;
	font-style: italic;
	color: #fff
}

.y-boat_type .y-boat_info {
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%
}

.y-boat_type .y-boat_info p {
	color: #000;
	margin: 0
}

.y-boat_type .y-boat_info a {
	color: #000;
	font-size: 14px
}

.y-boat_type .y-boat_info span {
	position: absolute;
	right: 15px;
	top: 5px;
	color: #003d70;
	font-weight: 60;
	font-style: italic;
	font-size: 24px
}

.y-boat_type .y-boat_carousel {
	clear: both;
	padding-top: 60px
}

.y-boat_type .owl-controls {
	position: relative
}

.y-boat_type .owl-controls .owl-nav:after {
	clear: both;
	display: block;
	content: ""
}

.y-boat_type .y-section_inner {
	overflow: hidden
}

.y-boat_type .owl-nav {
	text-align: center
}

.y-boat_type .fa-anchor {
	font-size: 34px
}

.y-boat_type .y-right {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg)
}

.y-boat_type .y-left {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg)
}

.y-boat_type .fa-anchor:hover {
	color: #06062a
}

.y-boat_type .owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: relative;
	z-index: 99
}

.y-boat_type .owl-controls::after {
	background: #ccc none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 99%
}

.y-blog_listing img,
.y-feature_post img.img-fluid {
	border: 10px solid #fff;
	box-shadow: 0 0 3px #d0d0d0;
	-moz-box-shadow: 0 0 3px #d0d0d0;
	-webkit-box-shadow: 0 0 3px #d0d0d0
}

.y-blogs .y-feature_post {
	width: 100%;
	margin-top: 50px
}

.y-blogs .y-feature_post .y-blog_info h5 {
	margin-top: 30px
}

.y-blogs .y-feature_post .y-blog_info h3 {
	color: #06062a;
	position: relative
}

.y-blogs .y-feature_post .y-blog_info p {
	font-size: 14px
}

.y-blogs .y-feature_post .y-blog_info .y-footer .y-special_offer ul li a.y-read_more,
.y-blogs .y-feature_post .y-blog_info .y-home_blog_content a.y-btn,
.y-blogs .y-feature_post .y-blog_info a.y-button,
.y-footer .y-special_offer ul li .y-blogs .y-feature_post .y-blog_info a.y-read_more,
.y-home_blog_content .y-blogs .y-feature_post .y-blog_info a.y-btn {
	text-align: center;
	background: #081d38;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 15px
}

.y-blogs .y-feature_post .y-blog_info .y-footer .y-special_offer ul li a.y-read_more:hover,
.y-blogs .y-feature_post .y-blog_info .y-home_blog_content a.y-btn:hover,
.y-blogs .y-feature_post .y-blog_info a.y-button:hover,
.y-footer .y-special_offer ul li .y-blogs .y-feature_post .y-blog_info a.y-read_more:hover,
.y-home_blog_content .y-blogs .y-feature_post .y-blog_info a.y-btn:hover {
	color: #fff
}

.y-blogs .y-feature_post .y-blog_info .y-blog_general_info li a,
.y-blogs .y-feature_post .y-blog_info .y-blog_general_info li span {
	text-transform: capitalize
}

.y-blogs .y-feature_post .y-blog_info .y-blog_general_info li i {
	top: 5px
}

.y-blogs .y-info_pop {
	background-color: #06062a;
	max-width: 200px;
	padding: 10px 15px;
	position: absolute;
	right: 50px;
	text-align: left;
	top: 60px;
	width: 100%
}

.y-blogs .y-info_pop i,
.y-blogs .y-info_pop span {
	font-size: 13px;
	color: #fff
}

.y-blogs .y-info_pop i {
	top: 2px;
	position: relative;
	margin-right: 5px
}

.y-blogs .y-info_pop a {
	margin: auto;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
	font-weight: 600
}

.y-blogs .y-info_pop a:hover {
	color: #081d38
}

.y-blogs .y-blog_listing {
	margin-top: 60px
}

@media (max-width:1200px) {
	.y-section_content {
		padding: 0
	}
	form.y-form .y-select_half input {
		width: 49%
	}
	.y-boat_type .y-boat_info span {
		right: 5px
	}
}

@media (max-width:990px) {
	.y-section_content h2 br,
	.y-section_content h4 br,
	.y-section_content p br {
		display: none
	}
	.y-blog_listing {
		margin: auto
	}
	.y-blogs .y-info_pop {
		left: 5px
	}
	.y-boat_type .y-boat_imgs img {
		max-width: 80px;
		margin: 0 10px
	}
}

@media (max-width:767px) {
	.y-dest_list_single img {
		margin: auto
	}
	.y-dest_list_single h2 {
		padding-top: 15px;
		clear: both
	}
	.y-blog_listing div.y-info_pop {
		left: 0;
		right: 0;
		margin: auto;
		background: rgba(0, 0, 0, .8) none repeat scroll 0 0
	}
	.y-blog_listing img {
		margin: auto;
		margin-bottom: 25px
	}
	.y-popular_destination h3 {
		margin-top: 20px
	}
	.y-boat_carousel {
		max-width: 300px;
		margin: auto
	}
	.y-feature_post img {
		margin: auto
	}
	.y-boat_type .owl-controls::after {
		width: 85%
	}
	.y-our_services .y-service_inner {
		max-width: 324px;
		margin: auto auto 20px
	}
	.y-dest_list_single li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px
	}
	.y-blogs .y-feature_post {
		margin-left: auto;
		margin-right: auto
	}
	.y-boat_type .y-boat_imgs img {
		margin: 10px
	}
}

.y-footer {
	background: #fff;
	padding: 60px 0 0
}

.y-footer h5 {
	color: #000;
	text-transform: capitalize;
	padding-bottom: 10px
}

.y-footer h5 i,
.y-footer h5 span {
	float: left;
	margin-right: 10px
}

.y-footer h5 span {
	font-size: 18px
}

.y-footer h5:after {
	clear: both;
	display: block;
	content: ""
}

.y-footer a,
.y-footer p,
.y-footer span {
	color: #464646;
	font-size: 13px
}

.y-footer ul {
	list-style: square;
	padding-left: 23px
}

.y-footer ul li {
	line-height: 34px
}

.y-footer ul li strong {
	font-weight: 600;
	font-size: 13px;
	color: #303030
}

.y-footer hr {
	border-color: #d6d6d6
}

.y-footer p.text-center {
	margin-bottom: 0
}

.y-footer a:hover {
	color: #06062a
}

.y-footer .y-special_offer ul {
	list-style: none;
	padding-left: 5px
}

.y-footer .y-special_offer ul li {
	position: relative
}

.y-footer .y-special_offer ul li a {
	font-weight: 600;
	color: #303030
}

.y-footer .y-special_offer ul li p {
	margin-top: 0;
	font-size: 13px
}

.y-footer .y-special_offer ul li .y-read_more {
	font-size: 14px;
	padding: 0 10px
}

.y-footer .y-social_links {
	text-align: right
}

.y-footer .y-social_links p {
	margin-top: 5px
}

.y-footer .y-social_links a {
	font-size: 18px;
	display: inline-block;
	margin-left: 5px
}

.y-footer p.text-left {
	margin: auto
}

.y-footer .y-footer_strip {
	background: #fff;
	padding: 8px 0;
	margin-top: 50px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc
}

.y-footer .y-footer_strip p {
	margin: auto;
	color: #06062a
}

.y-footer .y-footer_strip .fa {
	color: #06062a
}

.y-footer .y-form button {
	background: #e1e1e1 none repeat scroll 0 0;
	color: #303030;
	font-size: 14px;
	font-weight: 700;
	margin-top: 5px;
	max-width: 100px;
	padding: 10px;
	text-transform: uppercase
}

.y-footer .y-form button:hover {
	color: #fff
}

.y-footer .y-social a {
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px
}

.y-footer .y-social a i {
	color: #fff
}

.y-footer form.y-form button {
	border: none;
	border-left: 5px solid #06062a
}

@media (max-width:990px) {
	.y-footer .col-lg-3 {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.y-footer h5 {
		margin-bottom: 10px;
		padding-bottom: 0
	}
	.y-footer .text-left,
	.y-footer .y-social_links {
		text-align: center
	}
	.y-footer .y-footer_strip p {
		margin: 8px auto
	}
}

.y-client_says_section {
	background: transparent url(../images/clients_bg.jpg) no-repeat fixed 0 0/cover
}

.y-client_says_section .owl-stage-outer {
	margin-top: 50px
}

.y-client_says_section h2 {
	color: #fff
}

.y-tab_review .y-client_testimonials {
	color: #464646;
	padding: 15px 15px 15px 130px;
	position: relative;
	text-align: left
}

.y-tab_review .y-client_testimonials>img {
	left: 10px;
	max-height: 100px;
	position: absolute;
	top: 22px
}

.y-tab_review .y-client_testimonials {
	color: #464646;
	padding: 15px 15px 15px 130px;
	position: relative;
	text-align: left
}

.y-tab_review .y-client_testimonials p {
	max-width: 100%;
	margin: auto auto 0
}

.y-client_testimonials {
	text-align: center;
	color: #fff
}

.y-client_testimonials p {
	max-width: 80%;
	margin: auto auto 30px
}

.y-header_01 .header {
	padding: 10px 0 15px
}

.y-header_01 .header .fa {
	color: #06062a
}

.y-header_01 .header .fa:hover {
	color: #fff
}

.y-header_01 .header .rmm.style ul li>a:not(:only-child)::before {
	top: 17px;
	right: 3px
}

.y-header_01 .y-header_outer nav {
	border: none;
	margin-top: 35px
}

.y-header_01 address {
	text-align: right;
	margin-bottom: 0
}

.y-header_01 .y-menu_outer {
	margin-top: 0;
	border-top: 0
}

.y-header_01 .flexnav li a {
	padding: .96em .36em
}

.y-header_01 .rmm.style ul li a {
	font-size: 13px;
	margin-right: 0;
	padding: 1.2em 1.5em
}

.y-header_01 .rmm.style ul ul li a {
	padding: 6px 50px 6px 15px;
	margin-right: 0
}

.y-header_01 .y-sticky .rmm.style ul li>a:not(:only-child)::before {
	top: 18px
}

.y-header_01 .y-top_info_part>* {
	display: inline-block;
	margin-left: 10px;
	padding-top: 0!important;
	text-align: right;
	position: static
}

.y-header_01 .y-top_info_part {
	text-align: right
}

.y-header_01 .y-top_info_part address {
	margin-bottom: 0;
	text-align: right
}

.y-header_01 .rmm-toggled {
	bottom: auto;
	top: auto;
	position: static
}

.y-header_01 .rmm-toggled-button {
	float: right;
	margin: auto
}

.y-header_01 .rmm.style ul.rmm-mobile {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	left: 0;
	margin-top: 18px;
	z-index: 9999
}

.y-header_01 .rmm.style>ul>li>a {
	color: #06062a
}

.y-sticky .y-header_01 .header {
	padding: 0
}

.y-sticky .y-header_01 .flexnav li a {
	margin-right: 10px;
	padding: .96em .7em .96em 0
}

@media (min-width:1024px) {
	.y-header_01 .y-menu_outer .rmm.style {
		float: right
	}
}

@media (max-width:767px) {
	.y-header_01 {
		background: url(../images/banner.jpg)
	}
	.y-header_01 .y-logo img {
		margin: auto;
		max-height: 80px
	}
	.y-header_01 .col-lg-8 {
		padding-top: 0
	}
	.y-header_01 .y-header_outer .row>.col-sm-2 {
		text-align: center;
		margin-bottom: 15px
	}
	.y-header_01 .rmm-toggled,
	.y-header_01 .y-header_outer .y-social {
		position: static
	}
	.y-header_01 .y-top_info_part {
		text-align: center
	}
	.y-header_01 .rmm.style ul {
		margin-top: 0
	}
}

.y-home_02 .y-slider_form {
	position: relative
}

.y-home_02 .y-slider_form>div#y-header_form {
	position: absolute;
	top: 0;
	right: 10%
}

.y-home_02 .y-header_form {
	background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
	max-width: 400px;
	padding: 30px;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 999
}

.y-home_02 .y-header_form h3 {
	margin-bottom: 30px;
	color: #06062a;
	font-size: 24px
}

.y-home_02 .y-header_form div.col-lg-12 button {
	color: #06062a;
	border-color: #06062a
}

.y-home_02 .y-header_form div.col-lg-12 button i {
	position: relative;
	top: 5px;
	margin-right: 8px
}

.y-home_02 .y-header_form div.col-lg-12 button:hover {
	color: #fff
}

.y-home_02 .y-header_form div.col-lg-12>div {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px
}

.y-home_02 .y-header_form div.col-lg-12>div input {
	margin-bottom: 0
}

.y-home_02 .y-header_form div.col-lg-12>div i {
	color: #003d70;
	font-size: 26px;
	left: 0;
	position: absolute;
	top: 7px;
	z-index: 999
}

.y-home_02 .y-book_today .y-section_inner {
	padding-top: 10px
}

.y-home_02 .y-our_services {
	text-align: center
}

.y-home_02 .y-our_services i {
	font-size: 34px
}

.y-home_02 .y-our_services .y-servie_info {
	background: 0 0!important;
	position: static;
	margin-bottom: 25px
}

.y-home_02 .y-our_services .y-servie_info span {
	text-transform: uppercase;
	color: #06062a;
	font-size: 16px;
	display: block;
	margin: 20px auto 15px
}

.y-home_02 .y-our_services .y-servie_info p {
	margin: auto;
	color: #464646
}

.y-header_05 .header {
	padding: 0 0 5px;
	background: #fff
}

.y-header_05 .header .fa {
	color: #06062a
}

.y-header_05 .header .fa:hover {
	color: #fff
}

.y-header_05 .header .rmm.style ul li>a:not(:only-child)::before {
	top: 17px;
	right: 3px
}

.y-header_05 .y-header_strip .y-logo {
	margin-top: 0
}

.y-header_05 .y-header_outer nav {
	border: none;
	margin-top: 35px
}

.y-header_05 address {
	text-align: right;
	margin-bottom: 0
}

.y-header_05 .y-menu_outer {
	margin-top: 0;
	border-top: 0
}

.y-header_05 .flexnav li a {
	padding: .96em .36em
}

.y-header_05 .rmm.style ul li a {
	font-size: 13px;
	margin-right: 0;
	padding: 1.2em 1.5em
}

.y-header_05 .rmm.style ul ul li a {
	padding: 6px 50px 6px 15px;
	margin-right: 0
}

.y-header_05 .y-sticky .rmm.style ul li>a:not(:only-child)::before {
	top: 18px
}

.y-header_05 .y-top_info_part>* {
	display: inline-block;
	margin-left: 10px;
	padding-top: 0!important;
	text-align: right;
	position: static
}

.y-header_05 .y-top_info_part {
	text-align: right
}

.y-header_05 .y-top_info_part address {
	margin-bottom: 0;
	text-align: right
}

.y-header_05 .rmm-toggled {
	bottom: auto;
	top: auto;
	position: static
}

.y-header_05 .rmm-toggled-button {
	float: right;
	margin: auto
}

.y-header_05 .rmm.style ul.rmm-mobile {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	left: 0;
	margin-top: 18px;
	z-index: 9999
}

.y-header_05 .rmm.style>ul>li>a {
	color: #06062a
}

.y-product_home {
	padding-top: 50px;
	clear: both
}

.y-sticky .y-header_05 .header {
	padding: 0
}

.y-sticky .y-header_05 .flexnav li a {
	margin-right: 10px;
	padding: .96em .7em .96em 0
}

@media (min-width:1024px) {
	.y-header_05 .y-menu_outer .rmm.style {
		float: right
	}
}

@media (max-width:767px) {
	.y-header_05 {
		background: url(../images/header_bg_05.jpg)
	}
	.y-header_05 .y-logo img {
		margin: auto;
		max-height: 80px
	}
	.y-header_05 .col-lg-8 {
		padding-top: 0
	}
	.y-header_05 .y-header_outer .row>.col-sm-2 {
		text-align: center;
		margin-bottom: 15px
	}
	.y-header_05 .rmm-toggled,
	.y-header_05 .y-header_outer .y-social {
		position: static
	}
	.y-header_05 .y-top_info_part {
		text-align: center
	}
	.y-header_05 .rmm.style ul {
		margin-top: 0
	}
}

.y-header_06 .header {
	padding: 0 0 5px;
	background: 0 0
}

.y-header_06 .header .fa {
	color: #06062a
}

.y-header_06 .header .fa:hover {
	color: #fff
}

.y-header_06 .header .rmm.style ul li>a:not(:only-child)::before {
	top: 17px;
	right: 3px
}

.y-header_06 .y-header_strip .y-logo {
	margin-top: 0
}

.y-header_06 .y-header_outer nav {
	border: none;
	margin-top: 35px
}

.y-header_06 address {
	text-align: right;
	margin-bottom: 0
}

.y-header_06 .y-menu_outer {
	margin-top: 0;
	border-top: 0
}

.y-header_06 .flexnav li a {
	padding: .96em .36em
}

.y-header_06 .rmm.style ul li a {
	font-size: 13px;
	margin-right: 0;
	padding: 1.2em 1.5em
}

.y-header_06 .rmm.style ul ul li a {
	padding: 6px 50px 6px 15px;
	margin-right: 0
}

.y-header_06 .y-sticky .rmm.style ul li>a:not(:only-child)::before {
	top: 18px
}

.y-header_06 .y-top_info_part>* {
	display: inline-block;
	margin-left: 10px;
	padding-top: 0!important;
	text-align: right;
	position: static
}

.y-header_06 .y-top_info_part {
	text-align: right
}

.y-header_06 .y-top_info_part address {
	margin-bottom: 0;
	text-align: right
}

.y-header_06 .rmm-toggled {
	bottom: auto;
	top: auto;
	position: static
}

.y-header_06 .rmm-toggled-button {
	float: right;
	margin: auto
}

.y-header_06 .rmm.style ul.rmm-mobile {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	left: 0;
	margin-top: 18px;
	z-index: 9999
}

.y-header_06 .rmm.style>ul>li>a {
	color: #06062a
}

.y-product_home {
	padding-top: 50px;
	clear: both
}

.y-sticky .y-header_06 .header {
	padding: 0
}

.y-sticky .y-header_06 .flexnav li a {
	margin-right: 10px;
	padding: .96em .7em .96em 0
}

@media (min-width:1024px) {
	.y-header_06 .y-menu_outer .rmm.style {
		float: right
	}
}

@media (max-width:767px) {
	.y-header_06 {
		background: url(../images/header_bg_06.jpg)
	}
	.y-header_06 .y-logo img {
		margin: auto;
		max-height: 80px
	}
	.y-header_06 .col-lg-8 {
		padding-top: 0
	}
	.y-header_06 .y-header_outer .row>.col-sm-2 {
		text-align: center;
		margin-bottom: 15px
	}
	.y-header_06 .rmm-toggled,
	.y-header_06 .y-header_outer .y-social {
		position: static
	}
	.y-header_06 .y-top_info_part {
		text-align: center
	}
	.y-header_06 .rmm.style ul {
		margin-top: 0
	}
}

.y-inner_header {
	background: url(../images/header_bg.jpg) no-repeat;
	padding-top: 15px;
	padding-bottom: 200px
}

.y-inner_header .header {
	margin-top: -15px
}

.y-about_us {
	background-image: url(../images/about_us_bg.jpg)
}

.y-cat_full {
	background-image: url(../images/cat_full_bg.jpg)
}

.y-single_charter {
	background-image: url(../images/single_charter_bg.jpg)
}

.y-sale {
	background-image: url(../images/sale_bg.jpg)
}

.y-product {
	background-image: url(../images/product_bg.jpg)
}

.y-dest_listing {
	background-image: url(../images/dest_listing_bg.jpg)
}

.y-single_dest {
	background-image: url(../images/single_dest_bg.jpg)
}

.y-post_list {
	background-image: url(../images/post_list_bg.jpg)
}

.y-post_single {
	background-image: url(../images/post_single_bg.jpg)
}

.y-landing>.y-inner_header {
	background-image: url(../images/landing_bg.jpg);
	background-size: 100%;
	position: relative;
	padding-bottom: 375px
}

.y-contact_one {
	background-image: url(../images/contact_01_bg.jpg)
}

.y-contact_two {
	background-image: url(../images/contact_02_bg.jpg)
}

.y-contact_three {
	background-image: url(../images/contact_03_bg.jpg)
}

.y-single_info_inner {
	background-color: #fff
}

.y-single_info_inner .col-sm-8 {
	padding-right: 30px
}

.y-single_info_inner ul {
	list-style: outside none square;
	margin: 0;
	padding-left: 18px
}

.y-single_info_inner li {
	line-height: 32px
}

.y-single_info_inner li>span {
	text-transform: capitalize
}

.y-single_info_inner li>span.y-info_val {
	float: right
}

.y-single_info_inner .y-dest_list h3 {
	color: #06062a
}

.y-single_info_inner .y-dest_list h3 a {
	color: #06062a
}

.y-single_info_inner .y-dest_list h3 {
	margin-bottom: 20px
}

.y-single_info_inner .y-dest_list ul {
	margin: 15px 0 20px
}

.y-single_info_inner .y-dest_list h4,
.y-single_info_inner .y-dest_list li {
	color: #464646
}

@media (min-width:1200px) {
	.y-landing>.y-inner_header {
		padding-bottom: 500px
	}
}

@media (min-width:1400px) {
	.y-landing>.y-inner_header {
		padding-bottom: 600px
	}
}

.responsive-tabs-wrapper .y-yacht_intro_img img {
	top: -5px
}

.responsive-tabs-wrapper .y-yacht_intro_img {
	height: 250px
}

.y-slideshow {
	padding: 7rem 0 4rem
}

.y-footer {
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	position: relative
}

.y-inner_page .y-sidebar {
	background: #000c1e;
	padding: 30px 15px
}

.y-inner_page .y-sidebar h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase
}

.y-inner_page .y-sidebar li a {
	color: #e3e3e3;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}

.y-inner_page .y-sidebar li a:hover {
	color: #081d38
}

.y-inner_page .y-sidebar .y-side_posts_text>a:hover {
	color: #081d38
}

.y-side_bar_single {
	margin-bottom: 45px
}

.y-sidebar h4 {
	color: #000;
	font: 700 15px/18px;
	text-transform: uppercase;
	margin: auto auto 20px
}

.y-side_search input {
	background: 0 0;
	border: 1px solid #6380aa;
	color: #fff;
	font: 400 16px/18px;
	max-width: 100%;
	padding: 15px;
	width: 100%
}

.y-side_bar_cat_list {
	padding-left: 10px
}

.y-side_bar_cat_list li {
	padding-bottom: 10px
}

.y-side_bar_cat_list li a {
	font: 400 13px/20px;
	color: #696969
}

.y-side_bar_cat_list li span {
	float: right
}

.y-side_bar_cat_list li:last-child {
	padding-bottom: 0
}

.y-side_text p {
	font: 400 13px/22px;
	color: #696969
}

.y-side_tags_list {
	padding: 0
}

.y-side_tags_list li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
	background: #ebebeb
}

.y-side_tags_list li a {
	color: #202020;
	display: block;
	font: 400 14px/1;
	padding: 8px 12px
}

.y-side_tags_list li:hover a {
	color: #fff
}

.y-side_posts_list>div {
	margin-bottom: 20px;
	position: relative;
	padding-left: 100px;
	padding-top: 0;
	min-height: 80px
}

.y-side_posts_list>div img {
	position: absolute;
	top: 0;
	left: 0
}

.y-side_posts_list>div:last-child {
	margin-bottom: 0
}

.y-side_posts_text>a {
	color: #fff;
	font: 700 15px/18px;
	text-transform: uppercase;
	padding-bottom: 2px;
	display: inline-block
}

.y-side_posts_text ul {
	padding-left: 0
}

.y-single_tweet {
	font: 400 13px/22px;
	color: #696969
}

.y-single_tweet>p {
	line-height: 18px;
	margin: auto;
	font-size: 13px;
	display: inline
}

.y-blog_detail {
	margin: auto!important
}

.y-blog_detail li {
	padding-right: 10px
}

.y-blog_detail li:after {
	position: absolute;
	content: "|";
	top: 0;
	right: 2px;
	font-style: normal
}

.y-blog_detail li,
.y-blog_detail li a {
	display: inline-block;
	color: #e6e6e6;
	font: italic 12px/16px;
	position: relative
}

.y-blog_detail li:last-child:after {
	content: ""
}

.textwidget p {
	color: #fff
}

.tagcloud a {
	background: #6380aa none repeat scroll 0 0;
	color: #000c1e;
	display: inline-block;
	font: 400 14px/1!important;
	margin-bottom: 5px;
	margin-right: 1px;
	padding: 8px 12px
}

.wp-caption {
	max-width: 100%
}

.widget img,
.widget select {
	max-width: 100%;
	height: auto
}

.y-side_bar_single>ul {
	padding-left: 15px
}

.y-side_bar_single>ul>li {
	padding-bottom: 0;
	color: #6380aa
}

.widget_categories a {
	float: left
}

.menu ul {
	padding-left: 20px
}

.menu {
	padding-left: 10px
}

ul.menu>li {
	padding-bottom: 10px
}

table th {
	background: #f8f8f8 none repeat scroll 0 0;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 7px;
	text-align: left;
	text-shadow: 0 1px 0 #fff
}

table td,
table th {
	border: 1px solid #dce3eb;
	vertical-align: top
}

table td {
	background: #fff none repeat scroll 0 0;
	color: #484848;
	padding: 5px
}

table {
	border: 1px solid #dce3eb;
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%
}

.widget select {
	padding: 8px;
	width: 100%
}

.comment-form .submit {
	background: transparent none repeat scroll 0 0;
	display: block;
	font: 400 17px/18px;
	margin: 50px auto auto;
	padding: 15px 30px;
	text-transform: uppercase;
	width: 225px
}

.y-single_blog img {
	height: auto;
	max-width: 100%
}

.rssSummary {
	font-size: 14px;
	line-height: 24px
}

.tagcloud a:hover {
	background: #081d38;
	color: #fff
}

.y-blog_detail_content {
	padding: 0
}

.y-blog_detail_bloger_img .y-glyp_icon span {
	display: block;
	padding: 20px 0 10px
}

.y-blog_detail_bloger_img .y-glyp_icon {
	background: #303030 none repeat scroll 0 0;
	color: #fff;
	fony-size: 22px
}

.y-blog_detail_info h2 {
	font-size: 28px;
	color: #06062a;
	font-weight: 600;
	word-spacing: 2px;
	margin-bottom: 0
}

.y-blog_general_info {
	padding-left: 0!important
}

.y-blog_general_info li {
	display: inline-block;
	position: relative;
	padding-left: 15px
}

.y-blog_general_info li i {
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 18px
}

.y-blog_general_info li span {
	border-right: 1px solid #e5e5e5;
	color: #949494;
	font: italic 400 12px/1;
	padding: 0 10px
}

.y-blog_general_info li a {
	color: #949494
}

.y-blog_general_info li:last-child span {
	border-right: none
}

.y-blog_detail_info {
	margin-bottom: 20px;
	padding-bottom: 10px
}

.y-blog_detail_text {
	padding-bottom: 30px
}

.y-blog_detail_text p {
	text-align: left
}

.y-alpha_text {
	height: 60px;
	width: 60px;
	background: #202020;
	color: #fff;
	font: 400 28px/60px;
	text-align: center;
	display: block;
	margin: 8px 8px 0 0;
	float: left
}

.y-blog_detail_text>img {
	margin: 40px 0
}

.y-blog_detail_content .y-pagination {
	padding-top: 30px;
	padding-bottom: 50px
}

.y-blog_social_links ul li {
	display: inline-block
}

.y-blog_social_links ul li a {
	font-size: 14px;
	color: #202020;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px
}

.y-blog_social_links ul li a:hover {
	background: #06062a;
	color: #fff
}

.y-home_blog_content ul {
	margin-bottom: 10px
}

.y-home_blog_content h3 {
	font-size: 24px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 10px;
	color: #06062a
}

.y-home_blog_content p {
	margin: 10px 0
}

.y-home_blog_content .y-btn {
	text-transform: capitalize;
	padding: 10px;
	border-color: #081d38;
	background: #081d38;
	color: #fff
}

.y-single_blog {
	margin-bottom: 50px
}

footer.post-meta {
	margin-bottom: 15px
}

footer.post-meta span {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-size: auto 12px;
	color: #949494;
	display: inline-block
}

footer.post-meta span.post-categories {
	margin-left: 5px;
	padding-left: 16px
}

footer.post-meta span a {
	color: #949494;
	display: inline-block;
	font: 400 13px/1
}

@media (max-width:767px) {
	.y-blog_detail_bloger_img {
		display: none
	}
	.y-blog_detail_content {
		padding: 0 15px
	}
}

.y-product_listing>div {
	background: #fff;
	margin-bottom: 30px
}

.y-product_listing>div .m-prod_list_img {
	height: 260px;
	text-align: center;
	border-bottom: 1px solid;
	position: relative
}

.y-product_listing>div .m-prod_list_img img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

.y-product_listing>div .m-prod_list_text {
	height: 165px;
	padding: 28px 15px 0;
	border-top: 1px solid transparent
}

.y-product_listing>div a.y-heading {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
	color: #06062a
}

.y-product_listing>div .y-adv_info_foot {
	position: absolute;
	bottom: 15px;
	width: calc(100% - 30px)
}

.y-product_listing>div .y-adv_info_foot a {
	color: #06062a
}

.y-product_listing>div .y-fav_item {
	top: 10px;
	left: 10px;
	position: absolute
}

.y-yacht_intro_img {
	height: auto;
	text-align: center;
	border-bottom: 1px solid #efefef;
	position: relative;
	overflow: hidden
}

.y-yacht_intro_img a:hover img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25)
}

.y-yacht_intro_img a {
	display: block;
	height: 100%;
	position: relative;
	width: 100%
}

.y-yacht_intro_img img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: static;
	right: 0;
	top: 0
}

.y-yacht_intro {
	padding: 15px;
	background: #f7f7f7
}

.y-yacht_intro a:not(.button-fancy) {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: inherit;
	text-align: center;
	display: block
}

.y-yacht_intro>span {
	display: block;
	margin-bottom: 0;
	text-align: center;
	font-style: italic;
	color: #06062a
}

.y-yacht_intro ul {
	padding-left: 0;
	list-style: none;
	padding: 10px 0;
	margin: 10px 0 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center
}

.y-yacht_intro ul li {
	display: inline-block;
	color: #606060;
	position: relative;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase
}

.y-yacht_intro ul img {
	max-width: 20px;
	margin-right: 10px;
	position: relative;
	top: -2px
}

.y-yacht_intro ul i {
	position: relative;
	top: 3px;
	font-size: 20px
}

.y-yacht_intro ul li:first-child {
	margin-right: 20px;
	padding-right: 20px
}

.y-yacht_intro ul li:first-child:after {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-right: 1px solid #ddd;
	content: "";
	display: block
}

.y-footer .y-special_offer ul li .y-yacht_intro .y-read_more,
.y-home_blog_content .y-yacht_intro .y-btn,
.y-yacht_intro .y-button,
.y-yacht_intro .y-footer .y-special_offer ul li .y-read_more,
.y-yacht_intro .y-home_blog_content .y-btn {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #081d38;
	color: #fff
}

.y-product_filters ul {
	padding: 0;
	list-style: none
}

.y-product_filters .y-single_filter {
	margin-bottom: 50px
}

.y-product_filters>div:last-child {
	margin-bottom: 0
}

.y-product_filters .y-single_filter>span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 40px
}

.y-product_filters .y-single_filter li span {
	font: 16px;
	margin-bottom: 8px;
	display: block;
	color: #fff;
	cursor: pointer
}

.y-range_meter li {
	max-width: 48%;
	display: block;
	width: 100%;
	float: left
}

.y-range_meter li:nth-child(1) {
	margin-right: 2%
}

.y-range_meter input,
.y-range_meter span {
	width: 100%;
	padding: 5px 0;
	height: 25px;
	color: #212121
}

.y-range_meter input {
	background: 0 0;
	color: #fff;
	border: none;
	text-align: right
}

.y-login_popup [type=checkbox]:checked,
.y-login_popup [type=checkbox]:not(:checked),
.y-product_filters [type=checkbox]:checked,
.y-product_filters [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px
}

.y-login_popup [type=checkbox]:checked+label,
.y-login_popup [type=checkbox]:not(:checked)+label,
.y-product_filters [type=checkbox]:checked+label,
.y-product_filters [type=checkbox]:not(:checked)+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: block;
	font: 400 14px;
	margin-bottom: 10px;
	color: #e3e3e3;
	cursor: pointer
}

.y-login_popup [type=checkbox]:checked+label::before,
.y-login_popup [type=checkbox]:not(:checked)+label::before,
.y-product_filters [type=checkbox]:checked+label::before,
.y-product_filters [type=checkbox]:not(:checked)+label::before {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	content: "";
	height: 17px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 17px
}

/*.y-login_popup [type=checkbox]:checked+label::after,
.y-login_popup [type=checkbox]:not(:checked)+label::after,
.y-product_filters [type=checkbox]:checked+label::after,
.y-product_filters [type=checkbox]:not(:checked)+label::after {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	content: "\f00c";
	font-family: fontawesome;
	font-size: 13px;
	height: 15px;
	left: 1px;
	line-height: .8;
	padding-left: 1px;
	padding-top: 2px;
	position: absolute;
	top: 8px;
	transition: all .2s ease 0s;
	width: 15px
}*/

.y-login_popup [type=checkbox]:checked+label::after,
.y-login_popup [type=checkbox]:not(:checked)+label::after,
.y-product_filters [type=checkbox]:checked+label::after,
.y-product_filters [type=checkbox]:not(:checked)+label::after  {

}
.y-login_popup [type=checkbox]:checked+label::after,
.y-login_popup [type=checkbox]:not(:checked)+label::after,
.y-product_filters [type=checkbox]:checked+label::after,
.y-product_filters [type=checkbox]:not(:checked)+label::after  {
	content: "";
	position: absolute;
	left: 5px;
	top: 8px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	opacity: 0;
}


.y-login_popup [type=checkbox]:checked+label:after,
.y-product_filters [type=checkbox]:checked+label:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

/*.y-login_popup [type=checkbox]:not(:checked)+label:after,
.y-product_filters [type=checkbox]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0)
}

.y-login_popup [type=checkbox]:checked+label:after,
.y-product_filters [type=checkbox]:checked+label:after {
	opacity: 1;
	transform: scale(1)
}*/

.y-nav_but {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 2px #bfbfbf;
	color: #424242;
	display: inline-block;
	font: 16px;
	padding: 12px 15px;
	text-transform: uppercase
}

.y-pagination {
	padding-top: 0;
	clear: both
}

.y-pagination ul {
	list-style: none;
	display: inline-block;
	padding: 0
}

.y-pagination span {
	display: inline-block
}

.y-pagination li {
	display: inline-block
}

.y-pagination ul.y-pagination_num li {
	height: 48px;
	width: 48px;
	background: #fff;
	text-align: center;
	float: left
}

.y-pagination ul.y-pagination_num li a {
	font: 16px;
	color: #212121;
	display: block;
	line-height: 48px
}

.y-pagination ul.y-pagination_num a:hover,
.y-pagination ul.y-pagination_num li a.y-active_page {
	background: #fafafa;
	color: #9e9e9e
}

.y-pagination .y-pagination_count {
	text-align: right;
	line-height: 48px
}

.y-pagination .y-pagination_count a,
.y-pagination .y-pagination_count span {
	font: 16px
}

.y-pagination .y-pagination_count a {
	margin-left: 5px
}

.y-pagination .y-pagination_count a.y-active_page_count,
.y-pagination .y-pagination_count a:hover {
	color: #212121
}

.y-side_filter_but {
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #fff;
	font-size: 20px;
	display: block;
	cursor: pointer
}

.y-product_filter_side {
	position: absolute;
	right: -340px;
	top: 0
}

.y-product_filter_side.y-side_filter_open {
	right: 65px
}

#y-price_range>div:first-child {
	display: none
}

.noUi-background {
	margin-top: 10px;
	background: #fff
}

.noUi-handle {
	background: #081d38
}

.noUi-handle {
	box-shadow: none
}

.noUi-handle.noUi-handle-upper {
	top: -16px
}

.noUi-horizontal .noUi-handle {
	cursor: pointer
}

.y-product_filters .y-single_filter li span:hover {
	color: #081d38
}

@media (max-width:1200px) {
	.y-product_listing_side>div {
		max-width: inherit
	}
	.y-product_listing>div a.y-heading {
		font-size: 20px;
		line-height: 24px
	}
	.y-product_listing>div a.y-heading br {
		display: none
	}
	.y-product_listing_full {
		margin: auto
	}
	.y-product_listing_full>div {
		max-width: 23.6%;
		margin: auto 15px 15px auto
	}
}

@media (max-width:991px) {
	.y-product_listing>div {
		margin: auto
	}
	.y-inner_container {
		max-width: calc(100% - 70px)
	}
	.y-pagination ul.y-pagination_num li {
		height: 42px;
		width: 42px
	}
	.y-pagination,
	.y-pagination .y-pagination_count {
		text-align: center
	}
	.y-pagination>div {
		margin: 5px 0
	}
	.y-product_listing>div a.y-heading {
		font-size: 16px;
		line-height: 20px
	}
	.y-product_listing_full>div {
		max-width: 100%;
		border: 8px solid #fafafa
	}
	.y-product_filter_side {
		display: none
	}
	.y-product_filter_side.y-side_filter_open {
		display: block
	}
}

@media (max-width:767px) {
	.y-product_listing>div {
		margin: auto auto 15px;
		border: none
	}
	.y-product_listing_full>div {
		max-width: inherit
	}
}

.y-breadcrum {
	margin: 0 auto 50px;
	position: relative;
	z-index: 99
}

.header-inner .header-cont {
	position: relative
}

.header-inner .header-cont::before {
	content: "";
	display: block;
	width: 136px;
	height: 166px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/yawl-dark.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 9;
	opacity: .3
}

.y-breadcrum h1 {
	margin: auto
}

.y-breadcrum ul {
	list-style: none;
	background: #fff;
	padding: 0 0 30px;
	font-size: 14px
}

.y-breadcrum li {
	display: inline-block
}

.y-breadcrum a,
.y-breadcrum span {
	color: rgba(255, 255, 255, .5);
	font: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: relative;
	padding: 0 10px
}

.y-breadcrum a:after {
	content: "";
	background: url(../images/wave.png) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -6px;
	top: 3px
}

.y-breadcrum span {
	color: #212121
}

.y-cat_top_filter {
	margin-bottom: 50px
}

.y-cat_top_filter form {
	display: inline-block
}

.y-cat_top_filter ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-left: 35px
}

.y-cat_top_filter input {
	background: #eee none repeat scroll 0 0;
	border: medium none;
	border-radius: 12px 0 0 12px;
	color: #9e9e9e;
	display: inline-block;
	font: 16px;
	max-width: 185px;
	padding: 14px 20px;
	width: 100%
}

.y-cat_top_filter button {
	border-radius: 0 12px 12px 0;
	left: -5px;
	padding: 14px 18px;
	color: #424242;
	display: inline-block;
	position: relative;
	border: none;
	font-size: 16px;
	top: -.5px
}

.y-cat_top_filter li {
	padding: 14px 20px;
	margin-right: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px
}

.y-cat_top_filter li span {
	color: #424242;
	font: 16px;
	text-transform: uppercase
}

.y-cat_top_filter li i {
	font-size: 18px;
	margin-left: 18px;
	cursor: pointer
}

.y-cat_top_filter img {
	height: 48px
}

.y-product_images {
	background: #fff
}

.y-product_images #y-product_images>div.y-box:nth-child(1) {
	width: 100%
}

.y-product_images #y-product_images>div.y-box:nth-child(2) {
	width: 319px;
	float: left
}

.y-product_images #y-product_images>div.y-box:nth-child(3) {
	width: 168px;
	float: left
}

.y-product_text_details h5 {
	font-weight: 600;
	border-bottom: 3px solid;
	text-transform: uppercase;
	margin-top: 30px;
	color: #06062a
}

.y-product_text_details h4 {
	text-transform: capitalize
}

.y-product_text_details ul {
	padding: 0;
	list-style: none
}

.y-product_text_details li {
	padding-bottom: 5px;
	font-size: 14px;
	color: #616161;
	line-height: 28px
}

.y-product_text_details li strong {
	font-weight: 600;
	color: #212121
}

.y-product_text_details ul.y-product_attr {
	margin: 30px auto
}

.y-price_box span {
	color: #06062a;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	top: 8px
}

.y-price_box a {
	padding: 10px 30px;
	text-transform: uppercase;
	margin-left: 20px;
	background: #081d38;
	color: #fff
}

.y-relative_outer {
	padding-top: 100px;
	clear: both
}

.y-relative_outer h3 {
	color: #06062a
}

.y-relative_outer .owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

div.container {
	position: relative
}

div.container .y-arrow_line {
	top: 35px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 30px;
	width: 74px;
	z-index: 999
}

div.container .y-arrow_line i {
	position: absolute;
	display: block;
	font-size: 24px;
	top: -12px;
	cursor: pointer
}

div.container .y-arrow_line i.y-left_anchor {
	left: -2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg)
}

div.container .y-arrow_line i.y-right_anchor {
	right: -2px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg)
}

div.container .y-arrow_line i:hover {
	color: #06062a
}

.y-relative_item {
	margin: 0
}

.y-relative_item>div {
	padding-top: 10px
}

.y-relative_item .y-relative_item>div>div.row {
	background: #fff
}

.y-relative_item .y-relative_img {
	min-height: inherit;
	max-width: 95%;
	margin: auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 5px #c7c6c6;
	-webkit-box-shadow: 0 0 5px #c7c6c6;
	-moz-box-shadow: 0 0 5px #c7c6c6
}

.y-relative_item .y-adv_info {
	position: relative;
	min-height: 165px;
	max-width: 95%;
	margin: auto;
	padding: 15px;
	border-top: none;
	box-shadow: 0 0 5px #c7c6c6 inset;
	-webkit-box-shadow: 0 0 5px #c7c6c6 inset;
	-moz-box-shadow: 0 0 5px #c7c6c6 inset
}

.y-relative_item img {
	position: static;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.y-relative_item a.y-heading {
	margin-bottom: 16px
}

.y-relative_item .y-adv_info_foot {
	position: absolute;
	width: calc(100% - 30px);
	bottom: 15px
}

.y-product_details {
	margin-top: 25px
}

.y-product_details ul {
	padding: 0;
	list-style: none
}

.y-product_details li {
	float: left;
	margin-right: 15px
}

.y-product_details li span {
	display: block;
	color: #9e9e9e;
	font-size: 12px;
	text-align: center
}

.y-product_details .y-nav_but {
	height: 46px;
	width: 50px;
	color: #212121;
	font-size: 16px;
	padding: 0;
	line-height: 46px
}

.y-product_details .y-attr_title {
	margin-bottom: 5px
}

.y-product_details .y-color_attr {
	background: #019bff
}

.y-product_details .y-price_box {
	margin-top: 15px
}

.y-product_details .y-price_box span {
	font-size: 34px;
	font-weight: 700;
	position: relative;
	top: 5px;
	display: inline-block;
	margin-right: 100px
}

.y-product_details .y-product_options {
	text-align: right;
	padding-top: 16px
}

.y-product_details .y-product_options ul {
	display: inline-block
}

.y-product_details .y-nav_but i {
	font-size: 18px
}

.owl-item {
	float: left
}

.owl-wrapper-outer {
	overflow: hidden
}

.owl-wrapper::after {
	clear: both;
	display: block;
	content: ""
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

@media (max-width:1340px) {
	.y-product_images #y-product_images>div.y-box:nth-child(2) {
		width: 66%
	}
	.y-product_images #y-product_images>div.y-box:nth-child(3) {
		width: 34%
	}
	.y-product_details .y-price_box span {
		margin-right: 30px
	}
}

@media (max-width:989px) {
	.y-footer_strip,
	.y-popular_items .y-adv_info {
		max-width: 95%
	}
	div.container .y-arrow_line {
		bottom: 265px
	}
	div.container .y-arrow_line {
		width: 125px;
		right: 0
	}
}

@media (max-width:767px) {
	.y-product_details>div {
		text-align: center
	}
	.y-product_details>div ul {
		display: inline-block
	}
	.y-product_details .y-product_options {
		text-align: center
	}
}

.y-fun_facts {
	background: url(../images/fun_facts.jpg) no-repeat;
	background-size: cover
}

.y-fun_facts h2 {
	color: #fff
}

.y-fun_facts_block {
	padding: 50px 0 0;
	overflow: hidden
}

.y-fact_single>div {
	height: 260px
}

.y-fact_single>div>i {
	height: 60px;
	width: 60px;
	text-align: center;
	color: #fff;
	display: block;
	margin: 50px auto 30px;
	line-height: 60px;
	font-style: normal;
	font-size: 40px
}

.y-fact_single>div>span.y-fact_count {
	color: #fff;
	font: 500 40px/1;
	display: block;
	text-align: center
}

.y-fact_single>div>span.y-fact_title {
	color: #fff;
	font: 200 14px/1;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px
}

.container .y-our_team h2 {
	color: #06062a
}

.container .y-our_team .y-arrow_line {
	top: -25px
}

.y-about_block {
	background-image: url(../images/about-3.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center right
}

.y-our_team_list {
	margin-top: 50px;
	position: relative
}

.y-our_team_list .y-team_img {
	border: 1px solid #e5e5e5;
	padding: 8px;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	-webkiy-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.y-our_team_list .y-team_name {
	color: #000;
	font: 700 15px/1;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	text-align: center
}

.y-our_team_list .y-team_name span {
	margin: 20px 0 10px;
	display: block
}

.y-our_team_list .y-team_post {
	color: #000;
	font: 400 11px/1;
	display: block;
	letter-spacing: 1px;
	text-align: center;
	font-style: italic
}

.y-slide_controls {
	text-align: center;
	padding: 80px 0 45px
}

.y-our_team_list .item {
	position: relative
}

.y-our_team_list .item:after {
	position: absolute;
	max-width: 254px;
	width: 30px;
	height: 1px;
	background: #cfcfcf;
	content: "";
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.y-our_team_list .item:hover:after {
	width: 100%;
	background: #06062a
}

.y-our_team_list .item:hover img.y-team_img {
	border-color: #06062a
}

.y-our_team_list .item:hover .y-team_name {
	color: #06062a
}

.y-slide_controls a {
	display: inline-block;
	border: 1px solid #06062a;
	color: #06062a;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	line-height: 28px
}

.y-slide_controls a:hover {
	background: #06062a;
	border: 1px solid #06062a;
	color: #fff
}

.y-our_team_carousel {
	overflow: hidden
}

.y-our_team_carousel .owl-nav {
	display: none
}

.y-our_team .y-arrow_line {
	padding: 45px 15px 15px;
	text-align: center
}

.y-our_team .y-arrow_line img {
	padding: 15px;
	cursor: pointer;
	min-width: 46px
}

.y-our_team_carousel .owl-wrapper-outer {
	min-height: 335px
}

.y-our_team_overlay {
	margin: auto;
	max-width: 100%;
	position: relative
}

.y-our_team_overlay li {
	display: inline-block;
	margin: 0 10px
}

.y-our_team_social {
	background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
	bottom: 8px;
	height: calc(100% - 16px);
	left: 8px;
	max-height: 36px;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	transition: all 1s ease 0s;
	width: 93%
}

.y-our_team_social>ul {
	bottom: 0;
	height: 100%;
	list-style: outside none none;
	margin: auto;
	max-height: 100px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%
}

.y-our_team_social a {
	color: #fff;
	font-size: 16px;
	margin: 8px 0
}

.y-our_team_social a:hover {
	color: #06062a
}

.y-our_team_list .item:hover .y-our_team_social {
	opacity: 1
}

@media (min-width:481px) and (max-width:767px) {
	.y-our_team_carousel .owl-wrapper-outer {
		min-height: 240px
	}
}

.y-corporate_block li {
	color: #121730
}

.y-map {
	height: 300px
}

.y-contact .y-contact_form {
	padding: 15px;
	background: #efefef;
	margin-top: 30px
}

.y-contact h3 {
	color: #06062a
}

.y-contact form.y-form button {
	color: #06062a
}

.y-contact form.y-form button:hover {
	color: #fff
}

.y-contact textarea {
	height: 100px
}

.y-contact address {
	color: #1c1c1c;
	line-height: 26px;
	font-size: 16px
}

.y-contact address span {
	font-weight: 600
}

.y-contact address a {
	color: #06062a
}

.y-contact abbr[title] {
	border: none
}

.y-contact ul li {
	color: #1c1c1c
}

.y-contact .y-contact_side>div {
	background-color: #efefef;
	padding: 25px 20px
}

.y-contact .y-contact_side>div {
	margin-bottom: 30px
}

.y-contact .y-contact_side>div:last-child {
	margin-bottom: 0
}

.y-contact .y-contact i {
	position: relative;
	top: 6px;
	margin-right: 3px
}

.y-contact_01 .y-contact i {
	position: relative;
	top: 6px;
	margin-right: 3px
}

.y-contact_01 .y-map {
	height: 400px
}

.y-contact_01 .y-contact .y-contact_side {
	background: 0 0
}

.y-contact_02 .y-contact i {
	position: relative;
	top: 6px;
	margin-right: 3px
}

.y-contact_02 .y-contact .y-contact_side>div {
	background: 0 0;
	padding: 0
}

.y-contact_02 .y-map {
	height: 200px;
	margin-bottom: 20px
}

.y-contact_02 .y-contact .y-social {
	margin-top: 30px
}

.y-contact_02 .y-contact .y-social a {
	display: block;
	height: 50px;
	margin-bottom: 10px;
	line-height: 30px;
	padding: 10px;
	text-align: center
}

.y-contact_02 .y-contact .y-social a,
.y-contact_02 .y-contact .y-social i {
	color: #fff
}

.y-contact_02 .y-contact .y-social i {
	font-size: 22px;
	top: 2px
}

.y-contact_02 .y-contact .y-social a:hover {
	opacity: .8
}

.y-footer>.container .row>div:nth-child(1) {
	background: url(../images/contact_bg.png) no-repeat;
	background-size: 100%
}

.y-tw {
	background: #55acee
}

.y-gp {
	background: #dc4e41
}

.y-fb {
	background: #3b5998
}

.y-linkd {
	background: #0177b5
}

.header .y-tw:hover {
	background: #55acee
}

.header .y-gp:hover {
	background: #dc4e41
}

.header .y-fb:hover {
	background: #3b5998
}

.header .y-linkd:hover {
	background: #0177b5
}

.y-yt {
	background: #c00;
	display: none!important
}

.y-insta {
	background: #4b7699;
	display: none!important
}

.y-boxed {
	background: transparent url(../images/home_4_bg.jpg) no-repeat fixed 0 0/cover;
	background-position: bottom
}

.y-boxed>section {
	background: #fff
}

.y-boxed>* {
	margin: auto;
	max-width: 1240px
}

.y-boxed .y-header_strip .header {
	max-width: 1240px
}

.y-boxed .parallax-image-wrapper {
	right: 0;
	margin: auto
}

.y-menu_outer {
	margin-top: 0;
	background: #06062a;
	position: relative;
	top: 15px;
	z-index: 9999;
	padding-left: 15px
}

.y-menu_outer .y-social {
	position: absolute;
	right: 20px;
	top: 10px
}

.rmm ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.rmm ul:after {
	content: "";
	clear: both;
	display: block
}

.rmm ul li {
	float: left
}

.rmm ul li:hover>ul {
	display: block
}

.rmm ul li:hover a {
	color: #fff
}

.rmm ul li a {
	color: #fff;
	display: block;
	text-decoration: none
}

.rmm ul ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%
}

.rmm ul ul li {
	float: none;
	position: relative
}

.rmm ul ul li a {
	color: #fff
}

.rmm ul ul li a:hover {
	background: #06062a;
	color: #fff!important
}

.rmm ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%
}

.rmm-toggled {
	min-height: 50px;
	margin: 0 auto;
	top: -34px;
	display: none;
	position: absolute;
	right: 0
}

.rmm-closed~.rmm-mobile {
	display: none!important
}

.rmm-toggled-controls {
	width: 100%
}

.rmm-toggled-title {
	width: 60%;
	float: left;
	display: none;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	padding: 8px 0 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px
}

.rmm-toggled-button {
	width: 20%;
	float: left;
	margin-top: 3px;
	display: block;
	width: 32px;
	padding: 0!important;
	margin: 13px 10px 0 0;
	float: right
}

.rmm-toggled-button span {
	float: left;
	display: block;
	margin: 3px 6px;
	height: 3px;
	background: #081d38;
	width: 20px
}

.rmm .rmm-back {
	display: none;
	font-size: 12px
}

.rmm .rmm-back:after {
	display: none
}

.rmm .rmm-back a:after {
	content: "\f107";
	display: inline-block;
	float: left;
	font-family: fontawesome;
	font-size: 20px;
	position: relative;
	right: 2px;
	top: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg)
}

.rmm-mobile .rmm-back {
	display: block
}

.rmm-mobile {
	width: 100%
}

.rmm-mobile ul {
	width: 100%;
	position: inherit!important
}

.rmm-mobile li {
	width: 100%
}

.rmm-dropdown {
	display: block!important
}

.rmm-mobile .rmm-subview {
	display: block!important;
	width: 100%
}

.rmm-mobile .rmm-subover-hidden {
	display: none!important
}

.rmm-mobile .rmm-subover-visible {
	display: block
}

.rmm-mobile .rmm-subover-header {
	display: none!important;
	padding: 0;
	margin: 0
}

.rmm-mobile .rmm-submenu {
	position: relative;
	left: 0
}

.rmm .rmm-mobile li:hover>ul {
	display: none
}

.rmm.style {
	text-align: left;
	padding: 0 0 0
}

.rmm.style ul {
	display: inline-table;
	text-align: left
}

.rmm.style ul li {
	text-align: left
}

.rmm.style ul ul {
	display: none;
	margin: 0;
	min-width: 140px;
	background: #fff;
	border-radius: 0;
	padding: 0;
	position: absolute;
	z-index: 9999
}

.rmm.style ul li a {
	color: #fff;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 12px 8px;
	margin-right: 15px;
	display: block
}

.rmm.style ul ul li a {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: 400;
	color: #06062a;
	text-transform: capitalize;
	padding: 6px 50px 6px 15px;
	margin-right: 0;
	min-width: 100px
}

.rmm.style ul li>a:not(:only-child):before {
	position: absolute;
	content: "\f107";
	right: 0;
	display: block;
	top: 15px;
	font-size: 12px
}

.rmm.style ul ul li>a:not(:only-child):after {
	-webkit-transform: rotate(120deg)!important;
	transform: rotate(120deg)!important;
	top: 2px;
	font-size: 14px;
	float: right;
	margin-right: -20px
}

.rmm.style .rmm-mobile li>a:not(:only-child):after {
	-webkit-transform: rotate(120deg)!important;
	transform: rotate(120deg)!important;
	top: 4px!important;
	font-size: 14px!important;
	float: right;
	margin-right: -20px
}

.rmm.style .rmm-mobile li {
	background: 0 0;
	border-bottom: 1px solid #b5bdc8!important;
	border-top: 0!important
}

.rmm.style ul.rmm-mobile li a {
	color: #06062a
}

.y-gray_bg {
	background: #e2e2e2 none repeat scroll 0 0
}

@media (max-width:1200px) {
	.y-our_services .y-servie_info h4 {
		font-size: 16px
	}
	.y-our_services .y-servie_info p {
		padding: 0 10px
	}
	.y-yacht_intro ul li:first-child {
		margin-right: 3px;
		padding-right: 5px
	}
	.y-yacht_intro_img {
		height: 210px
	}
	.responsive-tabs-wrapper .y-yacht_intro_img {
		height: auto
	}
	.y-back_to_top {
		right: -5px
	}
	.y-line {
		right: 20px
	}
	.y-blog_detail li::after {
		display: none
	}
	.rmm.style ul li a {
		padding: .96em .9em
	}
	.y-home_02 .y-header_form {
		top: 40px
	}
	.y-home_02 .y-our_services .y-servie_info span {
		font-size: 12px
	}
	.y-pagination {
		margin: auto
	}
	.header-home-2 .header-cont {
		z-index: 999;
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:1023px) {
	.y-landing>.y-inner_header {
		padding-bottom: 250px
	}
	.y-footer_strip,
	.y-popular_items .y-adv_info {
		max-width: 100%
	}
	.rmm.style .rmm-mobile ul li a {
		padding: .56em .86em
	}
	.rmm.style .rmm-mobile li ul li {
		border-bottom: none!important
	}
	.rmm.style ul.rmm-mobile ul {
		background: 0 0
	}
	.rmm.style .rmm-mobile ul li a {
		padding: 12px 22px 12px 22px;
		border-bottom: 1px solid #b5bdc8;
		color: #06062a
	}
	.rmm.style .rmm-mobile ul li:last-child a {
		border-bottom: none
	}
	.rmm.style ul.rmm-mobile li>a:not(:only-child)::before {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		right: 8px
	}
	.y-header_form form.y-form button {
		padding-top: 0
	}
	.y-form_gap {
		padding-right: 0
	}
	.y-our_services .y-servie_info h4 a {
		padding-left: 5px;
		padding-right: 5px
	}
	form.y-form button {
		font-size: 17px;
		padding: 6px 13px 13px
	}
	.y-header_outer .y-social {
		padding-top: 10px
	}
	.container .y-our_team .y-arrow_line {
		top: -100px;
		left: 0;
		margin: auto;
		right: 0;
		max-width: 260px;
		width: 100%
	}
	.bx-wrapper .bx-controls-auto,
	.bx-wrapper .bx-pager {
		bottom: 10px
	}
	.y-yacht_intro_img {
		height: auto
	}
	.y-yacht_intro_img img {
		position: static
	}
	.y-yacht_intro a {
		font-size: 14px
	}
	.y-yacht_intro ul li:first-child::after {
		border: none
	}
	.y-breadcrum {
		margin-bottom: 20px
	}
	.y-single_info_inner {
		padding-left: 0;
		padding-bottom: 0
	}
	.camera_next {
		background: rgba(255, 255, 255, .7) none repeat scroll 0 0
	}
	.camera_commands,
	.camera_next,
	.camera_prev {
		bottom: 0;
		text-align: center
	}
	.camera_prev {
		left: 0;
		background: rgba(255, 255, 255, .7) none repeat scroll 0 0
	}
	.y-relative_item.owl-carousel .owl-item .col-lg-12 {
		max-width: 266px;
		margin: auto;
		float: none
	}
	.y-relative_item .y-relative_img {
		padding: 10px;
		max-width: 100%
	}
	div.container .y-arrow_line i.y-left_anchor {
		left: 30px
	}
	div.container .y-arrow_line i.y-right_anchor {
		right: 30px
	}
	.responsive-tabs__list__item {
		padding: 20px 15px;
		font-size: 14px
	}
	.responsive-tabs {
		padding-left: 0;
		padding-right: 0
	}
	.y-inner_page .y-sidebar {
		margin-right: -15px
	}
	.y-single_info_inner .col-sm-8 {
		padding: 0
	}
	.y-contact {
		margin-bottom: 25px
	}
	.y-single_info_inner .y-contact .col-sm-8 {
		padding: 0 15px
	}
	.y-contact address,
	.y-contact ul li {
		font-size: 14px
	}
	.y-header_outer .y-social {
		top: -58px;
		left: 0;
		right: auto
	}
	.rmm-toggled {
		top: -62px
	}
	.rmm-toggled-button {
		margin-right: 0
	}
	.y-header_01 .rmm.style ul.rmm-mobile {
		margin-top: 0
	}
	.y-header_top_info .col-xs-12 {
		padding-bottom: 15px
	}
	.y-home_02 .y-header_form,
	.y-home_02 .y-slider_form>div#y-header_form {
		position: static;
		max-width: 100%
	}
	.y-breadcrum {
		margin-bottom: 0
	}
	.skrollr-desktop body {
		height: auto!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.y-our_services .y-servie_info p {
		font-size: 12px;
		line-height: 16px;
		margin-top: 10px
	}
	.y-our_services .y-servie_info h4 {
		font-size: 16px;
		font-size: 11px
	}
	.y-our_services .y-servie_info h4 a {
		padding: 13px 8px
	}
	.y-footer .col-lg-3 {
		min-height: 200px
	}
	.y-header_strip .y-header_form .y-form>div.col-lg-4>div.y-form_gap {
		padding-left: 0
	}
	.responsive-tabs__list__item {
		padding-left: 10px;
		padding-right: 10px
	}
	.y-inner_page .y-sidebar {
		margin-bottom: 30px
	}
	.y-menu_outer .y-social {
		display: none
	}
}

@media (max-width:767px) {
	.y-menu_outer {
		background: 0 0
	}
	.y-menu_outer .y-social {
		display: none
	}
	.y-landing>.y-inner_header {
		padding-bottom: 300px;
		background-size: cover
	}
	.y-landing .y-landing_list img {
		margin: 10px auto auto
	}
	.y-header_strip .y-header_form .y-form>div.col-lg-4>div {
		padding-right: 0
	}
	#skrollr-body {
		height: auto
	}
	.header .container>div:nth-child(2)>div {
		padding-bottom: 30px
	}
	.y-header_outer .y-social {
		position: absolute;
		top: -75px;
		right: 15px
	}
	.y-logo img {
		max-height: 78px
	}
	form.y-form button {
		font-size: 17px;
		padding: 6px 13px 8px
	}
	.y-header_strip #y-header_form {
		margin-top: 150px
	}
	.y-line {
		opacity: 0
	}
	.y-back_to_top {
		opacity: 0
	}
	.y-dest_list_single .col-sm-7 {
		clear: both;
		padding-top: 1px
	}
	.y-dest_list_single img {
		border: none
	}
	.y-header_outer address a {
		font-size: 14px
	}
	.y-home_02 .y-header_form,
	.y-home_02 .y-slider_form>div {
		position: static
	}
	.y-home_02 .y-header_form {
		padding-left: 0;
		padding-right: 0
	}
	.y-lang_icons,
	.y-login_but {
		text-align: center
	}
	.y-single_info_inner {
		padding-left: 0;
		padding-right: 0
	}
	.y-breadcrum {
		margin: auto
	}
	.y-breadcrum ul {
		float: none!important
	}
	.y-product_listing>div {
		border: medium none;
		float: none;
		margin: auto auto 15px;
		max-width: 354px
	}
	.y-contact_side {
		float: none!important
	}
	.y-pagination {
		margin: auto
	}
	.y-product_listing>div {
		max-width: 300px
	}
	.y-single_info_inner .col-sm-12 .col-sm-3.pull-right {
		float: none!important
	}
	.y-relative_item img {
		position: static
	}
	div.container .y-arrow_line {
		display: none
	}
	div.container .y-our_team_list .y-arrow_line {
		display: block
	}
	.y-product_text_details {
		margin-top: 25px
	}
	.y-single_info_inner .y-dest_list h3 {
		margin-top: 20px
	}
	.y-single_info_inner li {
		line-height: 22px
	}
	.responsive-tabs__heading--active {
		background: #06062a
	}
	.y-inner_page .y-sidebar {
		margin: 0 -15px 20px
	}
	.y-breadcrum ul li:first-child a {
		padding-left: 0
	}
	.y-blog_general_info li i {
		top: 4px
	}
	.y-single_info_inner .y-contact .col-sm-8 {
		padding: 0
	}
	.y-contact .y-contact_side {
		clear: both
	}
	.y-contact_inner>address:last-child {
		margin-bottom: 0
	}
	.y-contact_inner {
		margin-bottom: 15px
	}
	.y-header_outer .y-social {
		display: none
	}
	.rmm.style {
		padding-top: 0
	}
	.y-dest_list_single .pull-right.col-lg-5 img {
		float: none
	}
	.y-blog_info {
		margin-top: 15px
	}
	.y-fact_single>div {
		height: auto
	}
	.y-relative_item {
		padding-top: 30px
	}
	.y-relative_outer div.container .y-arrow_line {
		display: block;
		top: 70px
	}
	.responsive-tabs .y-client_testimonials {
		padding: 15px 0
	}
	.responsive-tabs .y-client_testimonials p {
		text-align: justify
	}
	.responsive-tabs .y-client_testimonials img {
		position: static
	}
	.y-blog_sidebar {
		float: none!important
	}
	.y-blog_sidebar .y-sidebar {
		max-width: 400px;
		margin: auto auto 20px
	}
	.y-landing .y-single_info_inner {
		margin: auto
	}
	.y-client_says_section {
		background-attachment: scroll
	}
}

.header-inner.hi-single-yacht {
	padding-top: 0;
	background: #fff
}

.single-yacht .owl-nav {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}

.owl-carousel.single-yacht .owl-nav button.owl-next,
.owl-carousel.single-yacht .owl-nav button.owl-prev {
	border-radius: 0
}

.owl-carousel.single-yacht .owl-dots {
	display: none
}

.owl-carousel.single-yacht .owl-stage-outer {
	padding-bottom: 0
}

.single-yacht::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 160px;
	background-color: transparent;
	background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0))
}

.single-yacht .item img {
	max-height: 100vh;
	object-fit: cover
}

.hi-single-yacht .header-cont {
	padding: 120px 20px 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	left: auto;
	height: 100%;
	background: rgba(0, 12, 30, .95);
	overflow-y: auto
}

.hi-single-yacht .header-cont ul {
	padding-left: 0;
	padding-bottom: 30px
}

.hi-single-yacht .header-cont ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none
}

.hi-single-yacht .header-cont ul li a {
	color: rgba(255, 255, 255, .9)
}

.hi-single-yacht .header-cont ul li a:hover {
	color: #6380aa
}

.hi-single-yacht .header-cont:before {
	display: none
}

.hi-single-yacht .header-cont .single-yacht_dtails h1 {
	font-size: 25px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700
}

.single-yacht_dtails {
	text-align: right
}

.single-yacht_dtails>div {
	margin: 15px auto 30px
}

.single-yacht_dtails p {
	margin-bottom: 0;
	color: #6380aa
}

.hi-single-yacht .single-yacht_dtails span {
	padding-left: 0;
	padding-right: 0
}

.single-yacht_dtails p .value {
	color: #fff
}

.single-yacht_number {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.single-yacht_number li {
	list-style: none;
	display: inline-block;
	color: #fff;
	width: auto;
	text-align: center
}

.single-yacht_number li span {
	display: block;
	text-align: center;
	font-size: 36px
}

.hi-single-yacht .single-yacht_number li span {
	color: #6380aa;
	padding: 0
}

.single-yacht_dtails .btn.btn-primary-ouline {
	border: 1px solid;
	border-radius: 100px;
	padding: 10px 26px;
	width: 100%;
	text-transform: uppercase
}

.single_side_action {
	padding-top: 20px
}

.single_side_action li {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	text-align: center
}

.y-inner_page .card .card-header {
	padding: 0;
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .3);
	background: 0 0
}

.y-inner_page .card .card-header a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 15px;
	color: #121730
}

.card .card-header h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding-left: 15px
}

.card .card-header h2 .ti-anchor {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle
}

.card {
	border: none
}

.y-single_details .card-body {
	padding-left: 102px
}

.card_view {
	font-size: 0
}

.card_view:after {
	content: "View Less -";
	font-size: 15px
}

.card-link.collapsed .card_view:after {
	content: "View More +"
}

.box_line {
	padding: 70px 50px;
	position: relative;
	min-width: 25vw;
	text-align: left
}

.box_line_row>div:last-child .box_line:after,
.box_line_row>div:last-child .box_line:before {
	display: none
}

.box_line::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddc29a;
	position: absolute;
	right: -15px;
	top: 0
}

.box_line::after {
	content: "";
	display: block;
	width: 40px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	right: -35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/themeing-vactor.png);
	background-size: auto 40px;
	background-repeat: no-repeat;
	background-position: center center
}

.speci_ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.speci_ul li {
	width: 24%;
	margin-right: 0;
	list-style: none;
	padding: 15px;
	margin-right: 1%;
	background-color: rgba(0, 0, 0, .1)
}

.y-single_form {
	background-image: url(../images/y-single_form.jpg);
	background-size: cover;
	background-color: rgb(0, 12, 30, .8);
	background-blend-mode: multiply;
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center bottom
}

.y-single_form form {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px
}

.y-single_form .thm-h {
	color: #fff
}

.y-single_form .form-control {
	background: 0 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #6a88b5;
	color: #6a88b5
}

.y-single_form textarea.form-control {
	border: 1px solid #6a88b5
}

.y-single_form label {
	color: #6a88b5;
	padding-left: .75rem
}

.y-single_form .form-control:focus {
	box-shadow: none;
	border-color: #fff;
	color: #fff
}

.y-single_form .form-group {
	margin-bottom: 45px
}

.y-single_form .btn.btn-primary {
	border: 1px solid;
	color: #6a88b5;
	border-radius: 100px;
	padding: 10px 26px;
	width: 100%;
	text-transform: uppercase;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: 0 0
}

.y-single_form .btn.btn-primary:hover {
	color: #fff
}

@media screen and (max-width:1199px) {
	.menu-1-inner .dropdown .btn {
		padding-left: 3px;
		padding-right: 3px
	}
	.booknow_box {}
	.h3-book-section .booknow_box h4 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px
	}
	.single-yacht .item img {
		height: 100vh;
		object-fit: cover
	}
}

@media screen and (max-width:1099px) {
	/*.menu-1-inner>div {
		display: none
	}*/
	.menu-1-inner .menu-1-logo {
		display: block;
		padding-left: 10px
	}
	/*.menu-1-inner .nav-search {
		display: block;
		margin-right: auto
	}*/
	.header-home-1>video {
		width: auto;
		height: 100%
	}
	/*.menu-1-inner>div.nav-search {
		margin-right: 0;
		margin-left: auto
	}*/
	/*.menu-1-inner .menu-1-logo,
	.menu-1-inner>div.nav-search {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}*/
	.nav-search .nav-search-form.search-open {
		width: 300px
	}
	.h3-book-section .booknow_box .btn-primary,
	.h3-book-section .booknow_box .form-group {
		margin-top: 15px;
		margin-bottom: 15px
	}
}

@media screen and (max-width:991px) {
	.footer-3.footerdark {
		background-size: cover
	}
	.charter-carousel-2 .owl-nav {
		width: 100%;
		text-align: center
	}
	.charter-carousel-2 .owl-dots {
		width: 100%;
		text-align: center
	}
	.main_nav_outer {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.menu-1 .nb-dark,
	.menu-1 .nb-light {
		max-width: 30px
	}
	.navbar-brand img {
		max-height: 30px
	}
	.menu-1.menu-1-scrolled>div,
	.menu-2.menu-2-scrolled>div {
		width: 100%
	}
	.menu-1-inner .menu-1-logo {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.menu-1-inner>div.nav-search {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.hamburger {
		padding: 5px
	}
	.navbar-toggler {
		padding: 0
	}
	.nav-search .login_but {
		padding: 5px 15px
	}
	.nav-search .searchclick {
		padding: 0 15px 0 0
	}
	.cart_index {
		right: -86px;
		left: auto
	}
	.nav-search .nav-search-form.search-open {
		width: 300px;
		right: 10px;
		left: auto
	}
	.menu-1-inner .btn-outline-success {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.menu-1-inner a.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.hamburger-inner,
	.hamburger-inner::after,
	.hamburger-inner::before {
		width: 32px
	}
	.hamburger-box {
		width: 32px
	}
	.header-home-1 .header-cont {
		padding-left: 15px;
		padding-right: 15px
	}
	.header-home-1 h1 {
		font-size: 7vw
	}
	.header-home-1 h5 {
		font-size: 14px;
		letter-spacing: .1em
	}
	.servicebox-first {
		height: auto;
		margin-bottom: 30px
	}
	.servicemore {
		position: static;
		opacity: 1;
		visibility: visible;
		margin-top: 15px;
		display: inline-block
	}
	footer .footer-box {
		margin-bottom: 35px
	}
	.header-home-2 .header-cont {
		max-width: 100%;
		margin-left: 0;
		margin-right: auto
	}
	.header-home-2 {
		padding-left: 15px;
		padding-right: 15px
	}
	.header-home-2.header-scrolled,
	.header-home-4.header-scrolled {
		margin: 0
	}
	.h2-book-section::after {
		display: none
	}
	.h2-book-section {
		padding-left: 0;
		height: auto
	}
	.h2-book-section .home-about {
		padding: 15px 30px 0;
		background: #fff
	}
	.h2-book-section .booknow_box {
		margin-top: 10px
	}
	.thm-h-3.thm-h h2 {
		font-size: 47px
	}
	.hh3 .header-cont h1 {
		font-size: 8vw
	}
	.h3-book-section .booknow_box .btn-primary,
	.h3-book-section .booknow_box .form-group {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.h3-book-section .booknow_box .form-control {
		margin-left: 0;
		margin-right: 0
	}
	.count_single::after,
	.count_single::before {
		display: none
	}
	.count_single {
		padding: 20px;
		position: relative
	}
	.hi-single-yacht .header-cont {
		padding: 60px 20px 30px;
		width: 100%;
		left: auto;
		height: auto;
		position: static
	}
	.hi-single-yacht .header-cont ul,
	.single-yacht_number {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto
	}
	.hi-single-yacht .header-cont .single-yacht_dtails h1,
	.single-yacht_dtails {
		text-align: center
	}
	.single-yacht_dtails>div:last-child {
		margin-top: 0
	}
	.single-yacht_dtails .btn.btn-primary-ouline {
		max-width: 170px
	}
	.y-single_details .card-body {
		padding: 0
	}
	.y-inner_page .card .card-header a {
		padding: 20px 0 20px 30px;
		color: #121730
	}
	.card .card-header h2 {
		font-size: 18px;
		padding-left: 0
	}
	.card .card-header h2 .ti-anchor {
		margin-right: 0;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 25px;
		left: 0
	}
	.charter-carousel-2 .owl-dots .owl-dot::before {
		width: 10px
	}
	.charter-carousel-2 .owl-dots .owl-dot.active::before {
		width: 30px;
		transition: all .4s
	}
	.charter-carousel-2 .owl-dot::after {
		font-size: 12px
	}
	.single-yacht .item img {
		height: auto;
		object-fit: cover
	}
	.single-yacht .owl-nav {
		position: absolute;
		bottom: -53px;
		left: 0;
		right: 0;
		text-align: center
	}
	.card-link.collapsed .card_view::after {
		content: "+"
	}
	.card_view::after {
		content: "-"
	}
	.charter-carousel.owl-carousel .owl-nav {
		top: auto
	}
	.header-inner .y-breadcrum h1 {
		font-size: 25px
	}
	.header-inner {
		padding-top: 10rem
	}
	.y-about_block {
		background-position: center center
	}
	.speci_ul li {
		width: 48%;
		margin-right: 0;
		list-style: none;
		padding: 15px;
		margin-right: 2%;
		background-color: rgba(0, 0, 0, .1);
	}
	.box_line {
		padding: 30px 15px
	}
	.box_line::before {
		width: 100%;
		height: 1px;
		top: 100%;
		left: 0;
		right: 0;
	}
	.box_line::after {
		width: 30px;
		height: 60px;
		right: 0;
		top: auto;
		bottom: -32px;
		margin: auto;
		background-size: auto 30px;
		left: 0;
	}
	.header-home-2, .h2-book-section  {
		background-attachment:scroll;
	}
	.h2-book-section .home-about {
		margin: 0 auto 0;
	}
}



html,
body {
  font-size: 15px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #ebebeb;
}
.gray-bg2 {
  background: #ededed;
}
.gray-bg3 {
  background: #f6f7f9;
}
.gray-bg4 {
  background: #f6f6f6;
}
.gray-bg5 {
  background: #f9f9f9;
}
.gray-bg6 {
  background: #f7f7f7;
}
.gray-bg7 {
  background: #fcfcfc;
}
.black-bg {
  background: #15161a;
}
.black-bg2 {
  background: #0c0b0b;
}
.black-bg3 {
  background: #201d1d;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #0a0a0a !important;
}
.body-color {
  color: #454545 !important;
}
.white-bg {
  background: #fff;
}
.primary-color2 {
  color: #e94d65 !important;
}
.primary-bd2 {
  background: #e94d65 !important;
}
.secondary-bg2 {
  background: #043d72 !important;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a {
  color: #a68a40;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #a68a40;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #a68a40;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #a68a40;
  text-shadow: none;
  color: #ffffff;
}

.bg77 {
	background-color: #EBEBEB;
	background-image: url(assets/images/background/bg7.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.bg1 {
  background: url(assets/images/bg/about-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(assets/images/bg/ser-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg3 {
  background: url(assets/images/bg/portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg4 {
  background-image: url(assets/images/bg/team-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg5 {
  background-image: url(assets/images/bg/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg6 {
  background-image: url(assets/images/bg/testi-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg7 {
  background-color: #EBEBEB;
  background-image: url(assets/images/bg/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-attachment: fixed
}
.bg8 {
  background-image: url(assets/images/bg/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.bg9 {
  background-image: url(assets/images/bg/contact-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg10 {
  background-image: url(assets/images/bg/testi-bg2.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.bg11 {
  background-image: url(assets/images/bg/contact-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg12 {
  background-image: url(assets/images/bg/about-bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg13 {
  background-image: url(assets/images/bg/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg14 {
  background-image: url(assets/images/bg/ser-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg15 {
  background-image: url(assets/images/bg/choose-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg16 {
  background-image: url(assets/images/bg/testi-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg17 {
  background-image: url(assets/images/bg/team-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg18 {
  background-color: #F9F9F9;
  background-image: url(assets/images/bg/con-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
background-attachment: fixed
}
.bg19 {
  background-image: url(assets/images/bg/blog-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg20 {
  background-image: url(assets/images/bg/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg21 {
  background-image: url(assets/images/bg/about-bg4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.bg22 {
  background-image: url(assets/images/bg/testi-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg23 {
  background-image: url(assets/images/bg/project-single-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 45px 30px;
}
.bg24 {
  background-image: url(assets/images/bg/project-single-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px 40px 35px;
}
.bg25 {
  background-image: url(assets/images/bg/count-bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg26 {
  background-image: url(assets/images/bg/project-bg5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
background-attachment: fixed
}
.shape-bg {
  background: url(assets/images/background/shape/shape-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #a68a40;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background: #a68a40;
  color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #a68a40;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
.features-content {
  padding: 98px 150px 97px 100px;
}
.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}
.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e78b0e 0%, #d22511 100%);
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}
.icon-item li {
  display: flex;
  padding-bottom: 10px;
}
.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}
.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}
.icon-item li:last-child {
  padding-bottom: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-area {
  display: inline-block;
}
.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #a68a40;
}
.pagination-area .nav-link .page-number {
  padding: 2px 15px 0 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #eee;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #a68a40;
}
.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 0;
}
.gridFilter button.active {
  color: #FFFFFF;
  background: #BB0B0B !important;
}
.gridFilter button:hover {
  color: #FFFFFF;
  background: #BB0B0B !important;
}
.gridFilter button + button {
  margin-left: 20px;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #FD6509;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #a68a40;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #a68a40;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #a68a40;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #a68a40;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #a68a40;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #a68a40;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #BB0B0B;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #BB0B0B;
  opacity: .5;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.btn-part2 .readon.consultant {
  background: #a68a40;
}
.btn-part3 .readon.consultant {
  background: #0082f1;
}
.btnx .readon.consultant {
  background: none;
  color: #a68a40;
  border: 2px solid #a68a40;
}
.btnx .readon.consultant:hover {
  color: #ffffff;
  background: #a68a40;
}
.btnx .readon.consultant::after {
  display: none;
}
.btny .readon.consultant {
  background: none;
  color: #a68a40;
  border: 2px solid #a68a40;
  border-radius: 10px;
}
.btny .readon.consultant:hover {
  color: #ffffff;
  background: #a68a40;
}
.btny .readon.consultant::after {
  display: none;
}
.btnz .readon.consultant {
  background: none;
  color: #a68a40;
  border: 2px solid #a68a40;
  border-radius: 100px;
}
.btnz .readon.consultant:hover {
  color: #ffffff;
  background: #a68a40;
}
.btnz .readon.consultant::after {
  display: none;
}
.button-area1 .btn-part {
  margin-bottom: 20px;
}
.button-area2 .btn-part {
  margin-bottom: 20px;
}
.button-area3 .btn-area {
  margin-bottom: 20px;
}
.btn-area3 .readon2 {
  border-radius: 0;
  padding: 20px 35px;
}
.btn-area4 .readon2 {
  padding: 10px 10px;
}
.btn-area4 .readon2 .btn-arrow {
  margin-right: 11px;
  margin-left: 0;
  transform: rotate(180deg);
}
.button-area-inner2 .btn-area .bnr-play-btn {
  color: #222;
  transition: all 0.3s ease !important;
  position: relative;
  top: 4px;
}
.button-area-inner2 .btn-area .bnr-play-btn .border-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 71px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #e94d65;
}
.readon {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #a68a40;
  overflow: hidden;
  position: relative;
}
.readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.readon.consultant:hover:after {
  opacity: .3;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}
.readon.consultant.slider {
  padding: 18px 40px 18px 40px;
}
.readon.consultant.discover {
  padding: 15px 40px 15px 40px;
}
.readon.consultant.discover.orange-more {
  background: #fd4a36;
}
.readon.consultant.blue-view {
  padding: 15px 40px 15px 40px;
  background: #0082f1;
}
.readon.consultant.orange-slide {
  background: #fd4a36;
}
.readon.consultant.blog {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 50px 9px 25px;
  background: #a68a40;
  position: relative;
}
.readon.consultant.blog:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 26px;
  transition: all 0.3s;
  color: #fff;
  transition: all ease .4s;
  color: #ffffff;
}
.readon.consultant.lets-talk {
  padding: 8px 22px;
  font-size: 14px;
  background: #fd4a36;
}
.readon.consultant.get-quote {
  font-size: 14px;
  padding: 8px 22px;
  background: #a68a40;
  border-color: #a68a40;
}
.readon.consultant.paste-btn {
  font-weight: 500;
  padding: 15px 33px 15px 33px;
  background-color: #a68a40;
  border-radius: 4px 4px 4px 4px;
}
.readon.consultant.paste-btn.more {
  padding: 15px 40px 15px 40px;
}
.readon.blue-slide {
  background-color: #0082f1;
  color: #ffffff;
  padding: 17px 35px 17px;
  display: inline-block !important;
}
.readon.blue-slide:hover {
  opacity: 0.8;
}
.readon.submit {
  background-color: #a68a40;
  padding: 18px 35px 18px 35px;
  border: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.readon.submit:hover {
  color: #fff;
  opacity: .99;
}
.readon.submit.blue-small {
  background-color: #a68a40;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
}
.readon.submit.orange-submit {
  background-color: #FD4A36;
  font-size: 16px;
}
.readon.submit.paste-btn {
  color: #fff;
  background-color: #a68a40;
  margin: 0px 0px 0px 0px;
  padding: 18px 35px 18px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
}
.readon.post {
  padding: 14px 25px;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  background: #a68a40;
  border: none;
}
.readon.price {
  padding: 8px 30px 8px 30px;
  color: #0A0A0A;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0A0A0A;
  border-radius: 0px 0px 0px 0px;
}
.readon.price:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #BB0B0B;
  color: #ffffff;
  background-color: #a68a40;
}
.readon.price.price2 {
  background-color: #BB0B0B;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #BB0B0B;
  background: #a68a40;
  color: #ffffff;
}
.readon.price.price2:hover {
  border-width: 1px 1px 1px 1px;
  border-color: #DF1313;
  background: #DF1313;
}
.readon.price.big {
  font-size: 20px;
  font-weight: 500;
}
.readon.apply {
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #a68a40;
}
.readon.view-more {
  padding: 7px 25px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
}
.readon.view-more.small {
  padding: 7px 25px 7px 25px;
  border-radius: 4px 4px 4px 4px;
}
.readon2 {
  padding: 12px 35px 10px;
  border-radius: 30px;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #a68a40;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease !important;
}
.readon2 .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 11px;
}
.readon2 .btn-arrow:before,
.readon2 .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.readon2 .btn-arrow:before {
  right: 1px;
}
.readon2 .btn-arrow:after {
  right: 22px;
}
.readon2:hover {
  color: #ffffff;
  background: #7e6000;
}
.readon2:hover div:before,
.readon2:hover div:after {
  color: #070102;
}
.readon2:hover div:before {
  right: -20px;
}
.readon2:hover div:after {
  right: 1px;
}
.readon2.hover-light:hover {
  background: #ffffff;
  color: #e94d65 !important;
}
.readon2.hover-light:hover .btn-arrow:before,
.readon2.hover-light:hover .btn-arrow:after {
  color: #e94d65;
}
.left-line-v {
  position: relative;
  padding-left: 20px;
}
.left-line-v .draw-line.start-draw {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 0;
  background: #e94d65;
  animation: start-draw 1.5s ease forwards;
}
.blog-button a {
  text-align: center;
  display: inline-block;
  color: #a68a40;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
}
.blog-button a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}
.blog-button a:hover:after {
  right: -5px;
  opacity: 1;
}
.blog-button.services a {
  font-size: 16px;
  font-weight: 600;
  color: #a68a40;
  padding-right: 12px;
}
.blog-button.services a:after {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #a68a40;
}
.blog-button.services a:hover:after {
  right: -2px;
  opacity: 1;
  transform: unset;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #a68a40;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 8px 8px 8px 8px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #a68a40;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 30%;
  cursor: pointer;
}
.submit-btn:hover {
  opacity: 0.9;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.pt-relative {
  position: relative !important;
}
.sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  color: #a68a40;
  line-height: 28px;
  font-size: 15px;
  /* text-transform: uppercase; */
}
.desc {
  font-weight: 500;
  text-align: justify;
}
.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #191821;
  margin: 0 0 10px;
  /* text-transform: capitalize; */
  display: block;
}
.sec-title .sub-text.big {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}
.sec-title .sub-text.small {
  font-size: 15px;
  color: #bf8e01;
  /* text-transform: uppercase; */
}
.sec-title .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
  position: relative;
  padding-top: 28px;
}
.sec-title .title span {
  color: #a68a40;
  font-style: oblique;
}
.sec-title .title span.new-text {
  font-style: unset;
}
.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #a68a40;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}
.sec-title .title.title2:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .title.title2.contact {
  max-width: 530px;
  margin: 0 auto;
  color: #ffffff;
}
.sec-title .title.title3 {
  padding-top: 0;
}
.sec-title .title.title3:after {
  display: none;
}
.sec-title .title.title3.small {
  font-size: 28px;
}
.sec-title .title.title4 {
  font-size: 28px;
  line-height: 36px;
}
.sec-title .title span {
  color: #a68a40;
}
.sec-title .title-inner .title-small {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: #0a0a0a;
}
.sec-title2 .title {
  font-size: 36px;
}
.sec-title2 .title span {
  color: #a68a40;
  font-style: oblique;
}
.sec-title2 .title span.new-next {
  font-style: unset;
}
.sec-title2 .first-half {
  max-width: 50%;
  flex: 0 0 50%;
}
.sec-title2 .last-half {
  max-width: 50%;
  flex: 0 0 50%;
  font-weight: 500;
}
.sec-title3 {
  position: relative;
}
.sec-title3 .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd4a36;
  display: block;
  margin: 0 0 10px;
}
.sec-title3 .sub-title.paste-color {
  color: #a68a40;
}
.sec-title3 .sub-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #fd4a36;
  margin: 0 0 10px;
  display: block;
  position: relative;
  padding-left: 107px;
}
.sec-title3 .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
.sec-title3 .heading-border-line {
  position: relative;
}
.sec-title3 .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title3 .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}
.sec-title3 .heading-border-line.left-style:before {
  left: 0;
}
.sec-title3 .heading-border-line.left-style:after {
  left: 0;
}
.sec-title3:hover .sub-text:before {
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .sub-text:after {
  margin-left: 46px;
  width: 12px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line {
  position: relative;
}
.sec-title3:hover .heading-border-line:before {
  margin-left: -5px;
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #fd4a36;
}
.sec-title4 {
  position: relative;
  z-index: 1;
}
.sec-title4 .sub-title {
  color: #e94d65;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}
.sec-title4 .title {
  color: #043d72;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area.style1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 50px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
  margin-right: 5px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  padding-right: 40px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
  font-size: 13px;
  font-style: normal;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
  font-size: 13px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.style3 .toolbar-sl-share ul li a:hover {
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style4 .topbar-contact li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .topbar-area.style4 .toolbar-sl-share ul li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .topbar-area.style2 {
  background-color: unset !important;
  padding-bottom: 30px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
  display: none;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
  float: left;
  margin-right: 15px;
  line-height: 35px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
  font-size: 26px;
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a {
  color: #0a0a0a;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover {
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des {
  font-size: 14px;
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a {
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover {
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list:last-child {
  border: none;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 70px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 2px;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Poppins;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #a68a40 !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #a68a40;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #a68a40;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header .expand-btn-inner ul li > a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner ul li > a:hover {
  color: #a68a40;
}
.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #a68a40;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #a68a40;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .rs-header.style2 {
  position: static;
}
.full-width-header .rs-header.style2 .topbar-area {
  background-color: #5a58545c;
}
.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
  color: #fff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #a68a40;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #a68a40;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
  height: 116px;
  line-height: 116px;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #a68a40;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #a68a40;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a {
  color: #0a0a0a;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a:hover {
  color: #a68a40;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .rs-header.style3 {
  bottom: -33px;
}
.full-width-header .rs-header.style3 .box-layout {
  position: relative;
  z-index: 10;
  max-width: 1172px;
  margin: 0 auto;
  border-radius: 1px;
  background: #0082f1;
  padding: 0 30px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .header-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
  height: 65px;
  line-height: 65px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
  line-height: 25px;
  height: unset;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.current-menu-item > a {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 22px;
  border-color: #fff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
  font-size: 14px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
  color: #ccc;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3 .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo {
  display: block;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
  max-height: 40px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #0a0a0a;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
  color: #0082f1;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  display: none;
}
.full-width-header .rs-header.header-home5-style .menu-area {
  padding-top: 10px;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul li > a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #a68a40 !important;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky {
  padding-top: unset;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #a68a40;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #a68a40;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #191821;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: #081d3a;
  padding: 26px 20px 30px 20px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
  text-align: justify;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #a68a40;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 15px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 68px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 45px;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 0px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #a68a40;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #a68a40;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: #a68a40;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #a68a40;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  position: absolute;
  left: 0;
  min-width: 1210px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.015);
  padding: 20px 0;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
  min-width: 1180px;
  left: -31px;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.style1 .about-img {
  position: relative;
}
.rs-about.style1 .about-img .working-experiance {
  position: absolute;
  width: 200px;
  max-width: 200px;
  bottom: 0;
  left: 2px;
  z-index: 1;
  padding: 50px 30px 30px 30px;
  background-color: #BB0B0B;
  border-radius: 0px 0px 0px 15px;
}
.rs-about.style1 .about-img .working-experiance .count-year .sub-text {
  font-size: 73px;
  font-weight: 800;
  color: #ffffff;
}
.rs-about.style1 .about-img .working-experiance .title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.rs-about.style2 {
  position: relative;
}
.rs-about.style2 .rs-animation .animate-style {
  position: absolute;
  right: 21%;
  bottom: 1%;
}
.rs-about.style2 .rs-animation .animate-style img {
  width: 130px;
}
.rs-about.style3 .accordion {
  border-width: 12px;
}
.rs-about.style3 .accordion .card {
  margin-bottom: 3px;
  border: none;
}
.rs-about.style3 .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-about.style3 .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background: #fff;
  padding: 16px 2px 16px 2px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  color: #1273EB;
  font-weight: 700;
}
.rs-about.style3 .accordion .card .card-body {
  background: #f9f9f9;
  font-weight: 400;
  color: #454545;
  padding: 17px 65px 40px 22px !important;
  border: none;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 44px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #0082f1;
  font-size: 15px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed.card-link {
  color: #0a0a0a !important;
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #454545;
}
.rs-about.style3 .about-content {
  position: relative;
  z-index: 111;
}
.rs-about.style3 .about-content .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style3 .about-content .rs-animations .spinner.dot {
  top: -45px;
  left: -40px;
}
.rs-about.style3 .about-content .rs-animations .spinner.ball {
  bottom: -66px;
  left: -73px;
}
.rs-about.style4 .about-img {
  position: relative;
  z-index: 11;
}
.rs-about.style4 .about-img .animations {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style4 .about-img .animations.one {
  left: 16%;
  bottom: -77px;
}
.rs-about.style4 .about-img .animations.two {
  left: 26%;
  top: -6%;
}
.rs-about.style5 .left-side {
  position: relative;
}
.rs-about.style5 .left-side img {
  border-radius: 0 50px 0 0;
}
.rs-about.style5 .left-side .skill-tag {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #ffffff;
  font-size: 16px;
  padding: 46px 20px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  background: #043d72;
  color: #ffffff;
  font-weight: 600;
}
.rs-about.style5 .left-side .skill-tag span {
  font-size: 30px;
  font-weight: 700;
}
.rs-about.style5 .left-side .left-pattern {
  position: absolute;
  content: '';
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rs-about.style5 .services li {
  font-weight: 500;
  color: #454545;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}
.rs-about.style5 .services li i {
  margin-right: 10px;
}
.rs-about.style5 .services li i:before {
  color: #043d72;
  font-size: 16px;
  font-weight: 700;
}
.rs-about.style5 .services li:last-child {
  margin-bottom: 0;
}
.rs-about.style5 .services li:hover {
  padding-left: 5px;
}
.rs-about.style5 .pattern-img .left-pattern {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  z-index: -1;
}
/* ------------------------------------
    06. Appointment Section CSS
---------------------------------------*/
.rs-appointment.style1 .border-section {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #02010108;
  padding: 50px 0px 100px 0px;
}
.rs-appointment.style1 .appoint-schedule .appoint-img {
  background: url(assets/images/appointment/1.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap {
  padding: 110px 100px 100px 70px;
  background: #13171c;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0d0d0d;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap textarea {
  height: 120px;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rs-appointment.style1 .appoint-schedule .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-appointment.style1.apply-career .appoint-schedule .appoint-img {
  background: url(assets/images/careers/2.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap {
  padding: 100px 100px 100px 70px;
  background: #13171c;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group label {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group .form-control-mod {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
}
/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 10px 0 80px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 90px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #a68a40;
  width: 65px;
  margin: 0 auto;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
  padding-right: 290px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: .7;
}
.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/inr_1.jpg);
}
.rs-breadcrumbs.img2 {
  background: url(assets/images/breadcrumbs/inr_2.jpg);
}
.rs-breadcrumbs.img3 {
  background: url(assets/images/breadcrumbs/inr_3.jpg);
}
.rs-breadcrumbs.img4 {
  background: url(assets/images/breadcrumbs/inr_4.jpg);
}
.rs-breadcrumbs.img5 {
  background: url(assets/images/breadcrumbs/inr_5.jpg);
}
.rs-breadcrumbs.img6 {
  background: url(assets/images/breadcrumbs/inr_6.jpg);
}
.rs-breadcrumbs.img7 {
  background: url(assets/images/breadcrumbs/inr_7.jpg);
}
.rs-breadcrumbs.img8 {
  background: url(assets/images/breadcrumbs/inr_8.jpg);
}
.rs-breadcrumbs.img9 {
  background: url(assets/images/breadcrumbs/inr_9.jpg);
}
.rs-breadcrumbs.img10 {
  background: url(assets/images/breadcrumbs/inr_10.jpg);
}
/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/style1/main-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 111;
}
.rs-banner.main-home .content-wrap {
  padding: 350px 0 298px;
  position: relative;
  z-index: 10;
}
.rs-banner.main-home .content-wrap .border-line {
  background-color: #a68a40;
  color: #ffffff;
  width: 70px;
  height: 8px;
  margin-bottom: 28px;
}
.rs-banner.main-home .content-wrap .title {
  font-size: 84px;
  line-height: 84px;
  font-weight: 800;
  color: #ffffff;
  margin: 0px 0px 14px 0px;
}
.rs-banner.main-home .content-wrap .sub-title {
  font-size: 53px;
  line-height: 63px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px 47px 0px;
}
.rs-banner.main-home .animate-part .spiner {
  position: absolute;
  bottom: 0;
}
.rs-banner.main-home .animate-part .spiner.dot {
  right: 46%;
  top: 30%;
}
.rs-banner.main-home .animate-part .spiner.dot img {
  width: 70px;
}
.rs-banner.main-home .animate-part .spiner.tri-circle {
  left: 33%;
  bottom: 9%;
}
.rs-banner.main-home .animate-part .spiner.tri-circle img {
  width: 150px;
}
.rs-banner.main-home .animate-part .spiner.circle {
  right: 35%;
  bottom: 27%;
}
.rs-banner.main-home .animate-part .spiner.circle img {
  width: 85px;
}
.rs-banner.main-home .animate-part .spiner.line {
  bottom: -40px;
  right: -10px;
}
.rs-banner.main-home .animate-part .spiner.line img {
  width: 1030px;
}
.rs-banner.banner-home-style2 {
  background: url(assets/images/banner/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.rs-banner.banner-home-style2 .content-wrap {
  padding: 325px 0 230px;
}
.rs-banner.banner-home-style2 .content-wrap .sub-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #a68a40;
  text-transform: capitalize;
  display: block;
  margin-bottom: 18px;
}
.rs-banner.banner-home-style2 .content-wrap .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 22px;
}
.rs-banner.banner-home-style2 .content-wrap .description {
  font-size: 18px;
  font-weight: 500;
  /* color: #ffffff; */
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap {
  background: #ffffff;
  padding: 22px 40px 45px;
  border-radius: 4px 4px 4px 4px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part {
  text-align: center;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
  color: #0A0A0A;
  margin: 10px 0px 4px 0px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .description {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap .from-control {
  padding: 12px 25px 12px 25px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F7F7F7;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap textarea {
  height: 120px;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}
.rs-banner.banner-style6 {
  background: url(assets/images/banner/home_banner6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 250px 0;
}
.rs-banner.banner-style6 .title {
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  margin-left: -5px;
}
.rs-banner.banner-style6 .btn-area {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.rs-banner.banner-style6 .bnr-play-btn {
  color: #222;
  transition: all 0.3s ease !important;
  margin-left: 20px;
  position: relative;
  top: 4px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap {
  position: relative;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #e94d65;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap i:before {
  font-size: 15px;
  padding-left: 3px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before,
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border: 1px solid #e94d65;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: 9;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  width: 47px;
  height: 47px;
}
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before {
  width: 55px;
  height: 55px;
}
.rs-banner.banner-style6 .bnr-play-btn:hover {
  color: #043d72;
}
/*---------------------------------------
    09. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.rs-slider.slider3 {
  position: relative;
  /*-- Animations Start --*/
  /*-- Animations End --*/
}
.rs-slider.slider3 .desc {
  font-size: 17px;
  color: #0a0a0a;
  max-width: 500px;
  margin: 25px 0 45px;
}
.rs-slider.slider3 .slider-bottom {
  display: block;
  overflow: hidden;
}
.rs-slider.slider3 .slider-bottom .consultant {
  display: inline-block !important;
}
.rs-slider.slider3 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.rs-slider.slider3 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.rs-slider.slider3 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.rs-slider.slider3 .content-part .sl-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #a68a40;
}
.rs-slider.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 36px;
}
.rs-slider.slider3 .content-part .slider-bottom {
  display: inline-block;
}
.rs-slider.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
}
.rs-slider.slider3 .content-part .slider-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}
.rs-slider.slider3 .content-part .slider-bottom ul li:last-child {
  margin: 0;
}
.rs-slider.slider3 .nivo-caption {
  padding: 0;
}
.rs-slider.slider3 .nivo-directionNav > a {
  background: rgba(0, 0, 0, 0.2);
}
.rs-slider.slider3 .nivo-directionNav > a:before {
  color: #ffffff;
}
.rs-slider .sl-wrap {
  padding: 50px 0;
}
.rs-slider .nivo-directionNav > a {
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  background: #ebebeb;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav,
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  left: 5px;
  background: #a68a40;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav {
  top: 44.4%;
}
.rs-slider .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
}
.rs-slider .nivo-directionNav > a.nivo-nextNav {
  top: 53%;
}
.rs-slider .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
}
.rs-slider .nivo-directionNav > a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
  color: #a68a40;
}
.rs-slider .nivo-directionNav > a:hover {
  opacity: 95;
}
.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}
.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.rs-slider .nivo-controlNav .nivo-control.active {
  background: #a68a40;
  border-color: #a68a40;
}
.rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #0082f1;
}
.rs-slider.rs-slider-style3.slider3 .content-part .sl-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 36px;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a {
  border-radius: 50%;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav,
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
  left: 30px;
  background: #0082f1;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}
.rs-slider.rs-slider-style3 .nivo-directionNav > a:before {
  color: #0082f1;
}
.rs-slider.rs-slider-style4 {
  position: relative;
  z-index: 2;
}
.rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fd4a36;
  margin-bottom: 6px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 38px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
  display: inline-block;
  overflow: unset;
  position: relative;
  left: -4%;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 42px 17px;
}
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom li .rs-videos .animate-border .popup-border {
  top: -5px;
  left: unset;
  right: -136px;
  z-index: 111;
  transform: unset;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a {
  border-radius: 50%;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav,
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
  left: 30px;
  background: #fd4a36;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}
.rs-slider.rs-slider-style4 .nivo-directionNav > a:before {
  color: #fd4a36;
}
.rs-slider.style4 .owl-nav .owl-next,
.rs-slider.style4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
.rs-slider.style4 .owl-nav .owl-next i:before,
.rs-slider.style4 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}
.rs-slider.style4 .owl-nav .owl-next {
  right: 10px;
  left: unset;
}
.rs-slider.style4 .owl-nav .owl-next i:before {
  content: "\f113";
}
/* ------------------------------------
    10. Video Section CSS
---------------------------------------*/
.rs-videos .animate-border .popup-border {
  background: #a68a40;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #a68a40;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #a68a40;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-videos .animate-border.blue-color-style .popup-border:after,
.rs-videos .animate-border.blue-color-style .popup-border:before {
  border: 2px solid #0082f1;
}
.rs-videos .animate-border.blue-color-style .popup-border {
  background: #0082f1;
}
.rs-videos .animate-border.orange-color-style .popup-border:after,
.rs-videos .animate-border.orange-color-style .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.orange-color-style .popup-border i {
  color: #fd4a36;
}
.rs-videos .animate-border.orange-color-style .popup-border {
  background: #ffffff;
}
.rs-videos.choose-video {
  position: relative;
}
.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.choose-video.careers-video {
  position: relative;
}
.rs-videos.choose-video.careers-video .images-video {
  background: url(assets/images/careers/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 100px 300px;
}
.rs-videos.choose-video.careers-video .animate-border .popup-border {
  left: 45%;
  top: 32%;
  transform: unset;
}
.rs-videos.choose-video.careers-video .animate-border .video-desc {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  left: 40%;
  top: 60%;
  position: absolute;
}
.rs-videos.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #a68a40;
}
.rs-videos.address-item .address-icon i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.rs-videos.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #a68a40;
}
.rs-videos.faq {
  position: relative;
}
.rs-videos.faq .images-video {
  background: url(assets/images/video/faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0px 280px 0px;
}
.rs-videos.faq .animate-border .popup-border {
  background: #a68a40;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.faq .animate-border .popup-border:after,
.rs-videos.faq .animate-border .popup-border:before {
  border: 2px solid #a68a40;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ------------------------------------
    11. Iconbox Area Section CSS
---------------------------------------*/
.rs-iconbox-area .box-inner .box-item {
  background: #ffffff;
  padding: 50px 12px 40px 12px;
  box-shadow: 5px 8px 20px 6px #eee;
  text-align: center;
  margin: 0 3px 0 3px;
}
.rs-iconbox-area .box-inner .box-item .icon-box {
  margin-bottom: 30px;
}
.rs-iconbox-area .box-inner .box-item .text-area .services-txt {
  margin: 0;
}
/* ------------------------------------
    12. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 13px;
  line-height: 6px;
  font-weight: 600;
  color: #15161a;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 7px;
  line-height: 7px;
  background-color: #EBEBEB;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 7px;
  line-height: 7px;
  background-image: linear-gradient(180deg, #a68a40 0%, #9d0c0c 100%);
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar-title {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #a68a40;
  height: 9px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  margin: 10px 0 20px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
  background: #a68a40;
  height: 5px;
}
.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skill-bar-percent {
  font-size: 16px;
  right: 70px;
  color: #454545;
  font-weight: 400;
}
.rs-skillbar.style1.home3-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-image: linear-gradient(180deg, #0082f1 0%, #0082f1 100%);
}
.rs-skillbar.style1.home4-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-color: #FD4A36;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
/* ------------------------------------
    13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}
.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}
.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.main-home .services-item .services-text .title a:hover {
  color: #a68a40;
}
.rs-services.main-home .services-item .services-text .services-txt {
  color: #F5F5F5;
  margin: 0;
}
.rs-services.main-home.services-style1 .services-item {
  position: relative;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #a68a40;
}
.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}
.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}
.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #fd4a36;
}
.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #fd4a36;
}
.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}
.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}
.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #a68a40;
}
.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}
.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.rs-services.home-style2 .services-item {
  display: flex;
  /* background-color: #ffffffa6; */
}
.rs-services.home-style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.home-style2 .services-item .services-text {
  padding: 0px 0px 0px 8px;
}
.rs-services.home-style2 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}
.rs-services.home-style2 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.home-style2 .services-item .services-text .title a:hover {
  color: #a68a40;
}
.rs-services.home-style2 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}
.rs-services.style2 .service-wrap .content-part {
  padding: 10px 20px 5px;
}
.rs-services.style2 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.rs-services.style2 .service-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #a68a40;
}
.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}
.rs-services.style2.rs-services-style2 .service-wrap {
  box-shadow: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap .image-part img {
  transform: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
  transform: unset;
}
.rs-services.style3 .services-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-services.style3 .services-item .services-icon {
  margin-bottom: 35px;
}
.rs-services.style3 .services-item .services-icon img {
  width: 80px;
  height: 80px;
  max-width: unset;
}
.rs-services.style3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rs-services.style3 .services-item .services-content .services-title a {
  color: #0a0a0a;
}
.rs-services.style3 .services-item .services-content .services-title a:hover {
  color: #a68a40;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services.style3 .services-item:hover {
  transform: translateY(-10px);
}
.rs-services.style4 .services-item {
  background: #ffffff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 40px 30px 40px 30px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px -7px 0 0;
}
.rs-services.style4 .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #0082f1;
}
.rs-services.style4 .services-item .services-content p {
  font-size: 15px;
}
.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #a68a40;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0082f1 0%, #0082f1 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #FD4A36;
  box-shadow: 0px 11px 35px 0px #e9d1cf;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #FD4A363D;
  margin: 0px 8px 0px 8px;
  padding: 40px 35px 40px 35px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}
.rs-services.style7 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style7 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}
.rs-services.style7 .services-item .services-content {
  padding: 0px 20px 0px 26px;
}
.rs-services.style7 .services-item .services-content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item .services-content .title:hover {
  color: #a68a40;
}
.rs-services.style7 .services-item .services-content .services-txt {
  color: #ffffff;
  margin: 0;
}
.rs-services.style8 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 8px 8px 8px 28px;
  margin: 0 6px 0 6px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 100%;
	
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #a68a40;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  position: absolute;
  z-index: -1;
  padding: 30px;
  margin: 0 6px 0 6px;
  border-radius: 4px 4px 4px 4px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 350px;
  background-color: transparent;
  content: "";
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #a68a40 0%, #a68a40 58%);
  border-radius: 4px 4px 4px 4px;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style1 {
  margin-top: -120px;
}
.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
}
.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .title a {
  color: #043d72;
}
.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #a68a40;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #BB0B0B;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #a68a40;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.jpg);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #a68a40;
}
/* ------------------------------------
    14. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #fff;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  box-shadow: 0 0 10px #efefef;
  background: #fff;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 0 10px #efefef;
  color: #0a0a0a;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #a68a40;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #0a0a0a;
  padding: 0 30px 30px 30px !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px #efefef;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link:after {
  left: 13px;
  font-size: 12px;
  color: #0a0a0a;
  box-shadow: unset;
  background: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header {
  box-shadow: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link {
  padding: 22px 36px 0 60px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: unset;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link {
  background: #a68a40;
  color: #ffffff;
  padding: 22px 36px 0 60px;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link:after {
  color: #ffffff;
}
.rs-faq.faq-home-style5 .faq-content .accordion .card .card-body {
  background: #fff;
  box-shadow: unset;
}
/* ------------------------------------
    15. Counter Section CSS
---------------------------------------*/
.rs-counter.style1 .counter-border-top {
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #BB0B0B08;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 50px 0px 0px 0px;
}
.rs-counter.style1 .counter-area .counter-list {
  display: flex;
  align-items: center;
}
.rs-counter.style1 .counter-area .counter-list .counter-icon img {
  width: 80px;
  display: inline-block;
  padding-right: 15px;
}
.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0a0a0a;
}
.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-counter.style1 .counter-area .content-part .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #363636;
  margin: 0px 54px 0px 0px;
  position: relative;
  padding-bottom: 20px;
}
.rs-counter.style1 .counter-area .content-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #a68a40;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0px;
}
.rs-counter.style1.project-single .counter-area .counter-list .counter-icon img {
  width: 70px;
  padding-right: 16px;
}
.rs-counter.style1.project-single .counter-area .counter-list .counter-number .rs-count {
  font-size: 44px;
  line-height: 54px;
}
.rs-counter.style1.project-single .counter-area .content-part .title {
  margin: 0px 38px 0px 0px;
}
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .prefix,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .rs-count {
  color: #ffffff;
}
.rs-counter.style1.counter-home5-style .counter-area .content-part .title {
  color: #ffffff;
  margin: unset;
  position: relative;
  padding: 0px 0px 0px 82px;
}
.rs-counter.style1.counter-home5-style .counter-area .content-part .title:before {
  display: none;
}
/* ------------------------------------
    16. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose.style1 .choose-content {
  padding: 100px 130px 100px;
}
/* ------------------------------------
    17. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-wrap {
  position: relative;
  transition: all 0.3s ease;
}
.rs-team.style1 .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  background: #BB0B0B;
  padding: 12px 0 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #a68a40;
  border-right: 50px solid transparent;
  bottom: 0;
  left: 0;
  display: block;
  top: 100%;
}
.rs-team.style1 .team-wrap .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  background-color: #191919;
  position: unset;
  opacity: 1;
}
.rs-team.style1 .team-wrap .team-content .team-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.rs-team.style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}
.rs-team.style1 .team-wrap .team-content .team-name a:hover {
  color: #a68a40;
}
.rs-team.style1 .team-wrap .team-content .team-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 3em;
  color: #C5C2C2;
  text-transform: uppercase;
}
.rs-team.style1 .team-wrap:hover .image-wrap .social-icons {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}
.rs-team.style1.team-style1 .team-wrap {
  box-shadow: 0 5px 20px #eee;
}
.rs-team.style1.team-style1 .team-wrap .image-wrap a img {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}
.rs-team.style1.team-style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}
.rs-team.style1.team-style1 .team-wrap .team-content .team-name a:hover {
  color: #a68a40;
}
.rs-team.style1.team-style1 .team-wrap:hover .image-wrap a img {
  opacity: .7;
  transform: scale(1);
}
.rs-team.style2 .team-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
}
.rs-team.style2 .team-item .team-img img {
  transition: 0.4s;
  padding-left: 50px;
  padding-right: 50px;
}
.rs-team.style2 .team-item .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}
.rs-team.style2 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.rs-team.style2 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style2 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  /* text-transform: uppercase; */
}
.rs-team.style2 .team-item .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.rs-team.style2 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 30px;
}
.rs-team.style2 .team-item .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style2 .team-item .team-content .social-icon li a i {
  font-size: 30px;
  color: #ffffff;
}
.rs-team.style2 .team-item .team-content .social-icon li a i:hover {
  color: #0a0a0a;
}
.rs-team.style2 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style2 .team-item .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #a68a40;
  transition: .4s all ease;
  left: 0;
}
.rs-team.style2 .team-item:hover .team-img img {
  transform: scale(1.1);
}
.rs-team.style2 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #a68a40;
}
.rs-team.style2 .team-item:hover .team-content .team-info .name a {
  color: #ffffff;
}
.rs-team.style2 .team-item:hover .team-content .team-info .post {
  color: #ffffff;
}
.rs-team.style2 .team-item:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
}
.rs-team.style3 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style3 .team-item .team-img {
  overflow: hidden;
}
.rs-team.style3 .team-item .team-img img {
  transition: 0.4s;
}
.rs-team.style3 .team-item .team-content {
  padding: 25px 20px 30px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}
.rs-team.style3 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}
.rs-team.style3 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style3 .team-item .team-content .team-info .name a:hover {
  color: #a68a40;
}
.rs-team.style3 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.rs-team.style3 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 22px;
}
.rs-team.style3 .team-item .team-content .social-icon li a {
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style3 .team-item .team-content .social-icon li a i {
  color: #4a4a4a;
}
.rs-team.style3 .team-item .team-content .social-icon li a i:hover {
  color: #a68a40;
}
.rs-team.style3 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style3 .team-item:hover .team-img img {
  transform: scale(1.2);
}
.rs-team.style4 .team-item-wrap .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}
.rs-team.style4 .team-item-wrap .team-wrap .image-inner a img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rs-team.style4 .team-item-wrap .team-content {
  padding: 20px 20px 20px;
}
.rs-team.style4 .team-item-wrap .team-content .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.rs-team.style4 .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}
.rs-team.style4 .team-item-wrap .team-content .person-name a:hover {
  color: #0082f1;
}
.rs-team.style4 .team-item-wrap .team-content .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li {
  display: inline-block;
  margin-right: 16px;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li a i {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #0082f1;
}
.rs-team.style4 .team-item-wrap .team-content .team-social li:last-child {
  margin-right: 0;
}
.rs-team.style4 .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: scale(1.2);
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner {
  border-radius: unset;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner a img {
  transform: unset;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content {
  padding: 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a:hover {
  color: #fd4a36;
}
.rs-team.style4.home-4-team-style .team-item-wrap .team-content .designation {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #454545;
  margin-bottom: 15px;
}
.rs-team.style4.home-4-team-style .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: unset;
}
.rs-team.style4.home-4-team-style .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .con-info {
  position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #a68a40;
  text-transform: uppercase;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
}
.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #a68a40;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #a68a40;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: #a68a40;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}
/* ------------------------------------
    18. Process Section CSS
---------------------------------------*/
.rs-process.style1 .process-effects-layer {
  background-image: url(assets/images/process/style1/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 140px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 60px;
  display: block;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #BB0B0B;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #F1EAEA;
  margin: 0 0 10px;
}
.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}
.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}
.rs-process.style2 .rs-addon-number .number-part {
  padding: 50px 45px 40px 30px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F2F2F2;
  margin: 0 3px 0 3px;
}
.rs-process.style2 .rs-addon-number .number-part .number-area .number-prefix {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #00000021;
  display: block;
  margin-bottom: 22px;
}
.rs-process.style2 .rs-addon-number .number-part .number-title .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt {
  margin-bottom: 27px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text {
  padding-top: 12px;
}
.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text strong {
  font-weight: 700;
}
/*------------------------------------
    19. Pricing Section CSS
------------------------------------*/
.rs-pricing.style1 .pricing-table {
  padding: 45px 40px 45px 40px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}
.rs-pricing.style1 .pricing-table .pricing-table-header .table-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #14171C;
  margin-bottom: 22px;
}
.rs-pricing.style1 .pricing-table .pricing-icon img {
  width: 60px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
  line-height: .66;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 22px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 90px;
  font-weight: 600;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-pricing.style1 .pricing-table .pricing-table-body {
  padding: 10px 15px 30px 15px;
  text-align: left;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li {
  padding: 9px 0px 9px 0px;
  margin-bottom: 0px;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}
.rs-pricing.style1 .pricing-table .pricing-table-body ul li i {
  float: right;
  margin-right: 0;
  min-width: 15px;
  font-size: 16px;
}
.rs-pricing.style1 .pricing-table.white-bg {
  background-color: #fff;
  box-shadow: 0 0.2rem 2.8rem #eee;
}
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-body ul li i,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .pricing-currency,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-period,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-price-text {
  color: #a68a40;
}
.rs-pricing.style2 .pricing-wrap .head-part {
  padding: 60px 60px 37px;
}
.rs-pricing.style2 .pricing-wrap .head-part .title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.rs-pricing.style2 .pricing-wrap .head-part .price {
  color: #043d72;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}
.rs-pricing.style2 .pricing-wrap .head-part .price .period {
  font-size: 16px;
  font-weight: 600;
}
.rs-pricing.style2 .pricing-wrap .body-part {
  padding: 0 60px 60px;
}
.rs-pricing.style2 .pricing-wrap .body-part ul {
  padding: 33px 0 0;
  border-top: 1px solid #eee;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li {
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li i {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li i:before {
  font-size: 12px;
  font-weight: 800;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li.no i {
  color: #a68a40;
}
.rs-pricing.style2 .pricing-wrap .body-part ul li:last-child {
  margin-bottom: 0;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part {
  margin-top: 33px;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn {
  padding: 9px 40px;
  border-radius: 30px;
  color: #043d72;
  position: relative;
  display: inline-block;
  background: transparent;
  border: 1px solid #043d72;
  text-align: center;
  outline: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn:hover {
  background: #043d72;
  color: #ffffff;
}
.rs-pricing.style2 .pricing-wrap.active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-pricing.style2 .pricing-wrap.active .head-part .price {
  color: #e94d65;
}
.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn {
  border-color: #e94d65;
  color: #ffffff;
  background: #e94d65;
}
.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn:hover {
  background: transparent;
  color: #e94d65;
}
/*------------------------------------
    20. Project Section CSS
------------------------------------*/
.rs-project.style1 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style1 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  transition: 0.4s;
  height: 100%;
}
.rs-project.style1 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 40px;
}
.rs-project.style1 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rs-project.style1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style1 .project-item .project-content .project-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style1 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.rs-project.style1 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #a68a40;
  font-size: 18px;
  display: block;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon {
  position: relative;
}
.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style1 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #1A1111E0;
  transition: all 0.4s;
}
.rs-project.style1 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style1 .project-item:hover .project-content .project-inner {
  bottom: 40px;
}
.rs-project.style1 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style1.red-overly-bg .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.style1.red-overly-bg .project-item .project-img img {
  transition: 1.3s all ease;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner {
  left: 27px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title {
  margin-bottom: 0px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category {
  margin-bottom: 0px;
}
.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category a {
  color: #ffffff;
}
.rs-project.style1.red-overly-bg .project-item .project-content:before {
  background-color: #1A1111E0;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content::before {
  opacity: .8 !important;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-img img {
  transform: scale(1.2);
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content .project-inner {
  bottom: 25px;
}
.rs-project.style1.red-overly-bg .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.rs-project.style1.project-home5-style .project-item .project-content .project-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style1.project-home5-style .project-item .project-content .project-inner .p-icon {
  background: #a68a40;
}
.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.rs-project.style2 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}
.rs-project.style2 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #a68a40;
  font-size: 18px;
  display: block;
}
.rs-project.style2 .project-item .project-content .p-icon .custom-icon {
  position: relative;
}
.rs-project.style2 .project-item .project-content .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 25px;
  transition: all 0.3s ease;
}
.rs-project.style2 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}
.rs-project.style2 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}
.rs-project.style2 .project-item .project-content .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.rs-project.style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style2 .project-item .project-content .project-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style2 .project-item:before {
  background-color: #1A1111E0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.rs-project.style2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.rs-project.style2 .project-item:hover .project-content .p-icon {
  right: 25px;
}
.rs-project.style2 .project-item:hover .project-content .project-inner {
  bottom: 25px;
}
.rs-project.style2 .project-item:hover:before {
  opacity: .9;
  visibility: visible;
}
.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.rs-project.style3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}
.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
}
.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  transition: all .5s ease;
  width: 100%;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #C3C2C2;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}
.rs-project.style3 .project-item .project-content .portfolio-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style3 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}
.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}
.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a:hover,
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .title a:hover {
  color: #0082f1;
}
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a {
  color: #FCFCFC;
  font-weight: 500;
}
.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 20px 25px 20px 25px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #fff;
  transition: .6s;
}
.rs-project.style4 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.rs-project.style4 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style4 .project-item .project-content .category a:hover {
  color: #a68a40;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style4 .project-item .project-content .title a:hover {
  color: #a68a40;
}
.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}
.rs-project.style5 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-project.style5 .project-item .project-img {
  z-index: 1;
}
.rs-project.style5 .project-item .project-img img {
  transform: scale(1.2);
  transition: 0.6s;
}
.rs-project.style5 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rs-project.style5 .project-item .project-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.rs-project.style5 .project-item .project-content .title a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .title a:hover {
  color: #a68a40;
}
.rs-project.style5 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}
.rs-project.style5 .project-item .project-content .category a {
  color: #ffffff;
}
.rs-project.style5 .project-item .project-content .category a:hover {
  color: #a68a40;
}
.rs-project.style5 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: #1A1111E0;
  transition: all .4s;
  transform: scale(1.2);
  transition: .6s;
}
.rs-project.style5 .project-item:hover .project-img img {
  transform: scale(1);
}
.rs-project.style5 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rs-project.style5 .project-item:hover .project-content:before {
  opacity: 0.7;
  visibility: visible;
}
.rs-project.style6 .project-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img {
  position: relative;
}
.rs-project.style6 .project-item .project-img .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #a68a40;
  font-size: 18px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-project.style6 .project-item .project-img .p-icon .custom-icon {
  position: relative;
}
.rs-project.style6 .project-item .project-img .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}
.rs-project.style6 .project-item .project-content {
  margin-top: 25px;
}
.rs-project.style6 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}
.rs-project.style6 .project-item .project-content .title a {
  color: #0a0a0a;
}
.rs-project.style6 .project-item .project-content .title a:hover {
  color: #a68a40;
}
.rs-project.style6 .project-item .project-content .category {
  display: block;
}
.rs-project.style6 .project-item .project-content .category a {
  color: #454545;
}
.rs-project.style6 .project-item:hover .project-img .p-icon {
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style7 .project-item .project-img {
  position: relative;
}
.rs-project.style7 .project-item .project-img:before {
  content: "";
  height: 3px;
  background: #2B2A2A;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: rotate(19deg) scale(1.5);
  transition: .5s;
  width: 100%;
  height: 35%;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style7 .project-item .project-content {
  position: relative;
  padding: 0;
  width: 100%;
  border-top: 0;
  z-index: 11;
  left: 0;
  transition: .6s;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: left;
}
.rs-project.style7 .project-item .project-content .project-inner {
  position: absolute;
  width: 100%;
  transition: .6s;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style7 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.rs-project.style7 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}
.rs-project.style7 .project-item .project-content .project-inner .title a:hover {
  color: #a68a40;
}
.rs-project.style7 .project-item .project-content .project-inner .category a {
  color: #CCCCCC;
  font-weight: 500;
  display: block;
}
.rs-project.style7 .project-item .project-content .p-icon {
  position: absolute;
  transition: .6s;
  left: 40px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.rs-project.style7 .project-item .project-content .p-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #a68a40;
  line-height: 55px;
  color: #fff;
  text-align: center;
  display: block;
}
.rs-project.style7 .project-item .project-content .p-icon i:before {
  font-size: 22px;
  color: #ffffff;
}
.rs-project.style7 .project-item:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item:hover .project-content .project-inner {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}
.rs-project.style7 .project-item:hover .project-content .p-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
/*------------------------------------
    21. Partner Section CSS
------------------------------------*/
.rs-patter-section .logo-img {
  text-align: center;
}
.rs-patter-section .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.rs-patter-section .logo-img a .hovers-logos {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
}
.rs-patter-section .logo-img a .mains-logos {
  transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}
.rs-patter-section .logo-img a:hover .hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}
.rs-patter-section .logo-img a:hover .mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}
.rs-patter-section.style1 .logo-img {
  padding: 0 50px;
}
/*------------------------------------
    22. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 33px 24px 38px 42px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #B90A0A;
  position: absolute;
  top: -46px;
  left: 44px;
  right: 0;
  text-align: center;
  justify-content: center;
  padding: 12px 0 9px;
  margin: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 47px solid #B90A0A;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #a68a40;
}
.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 28px;
}
.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}
.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
}
.rs-blog.style2 .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
  background: #a68a40;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-blog.style2 .blog-item .blog-content {
  padding: 1px 4px 10px 12px;
  /* font-size: 1px; */
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta {
  display: flex;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #a68a40;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  font-weight: 500;
}
.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #a68a40;
}
.rs-blog.style2 .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 18px 0px;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: #a68a40;
}
.rs-blog.style2 .blog-item .blog-content p {
  margin: 0;
  font-size: 12px;
  text-align: left;
}
.rs-blog.style2 .blog-item:hover {
  transform: translateY(-10px);
}
.rs-blog.style2 .blog-item:hover .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.style2 .blog-item:hover .image-wrap img {
  transform: scale(1.1);
}
.rs-blog.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style2.home3-blog-style .blog-item {
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.rs-blog.style2.home3-blog-style .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content {
  padding: 25px 30px 30px 30px;
  box-shadow: unset;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin {
  color: #454545;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #0082f1;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin:after {
  display: none;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .date i {
  color: #0082f1;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #0082f1;
}
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .admin i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #fd4a36;
}
.rs-blog.style2.home5-blog-style .blog-item .image-wrap .post-categories li a {
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #a68a40 0%, #a68a40 100%);
}
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #a68a40;
}
.rs-blog.style2.home5-blog-style .blog-item:hover .blog-content .blog-title a {
  color: #a68a40;
}
.rs-blog.style1 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.rs-blog.style1 .blog-wrap {
  background: #ffffff;
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap .blog-img img {
  border-radius: 0 0 0 70px;
}
.rs-blog.style1 .blog-wrap .blog-contant {
  padding: 44px 38px 40px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title {
  margin-bottom: 18px;
  font-size: 22px;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a {
  color: #222;
}
.rs-blog.style1 .blog-wrap .blog-contant .title a:hover {
  color: #e94d65;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta {
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 18px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li {
  margin-right: 35px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li .avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a {
  color: #454545;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a:hover {
  color: #e94d65;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li i {
  font-size: 17px;
  margin-right: 10px;
}
.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li:last-child {
  margin: 0;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #a68a40;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #a68a40;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #a68a40;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #a68a40;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #a68a40;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #a68a40;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #a68a40;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #a68a40;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  font-size: 12px;
  color: #a68a40;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #a68a40;
}
.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #a68a40;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #a68a40;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #a68a40;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #FD6509;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  opacity: 1;
}
/* ------------------------------------
    23. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.main-home .testi-image img {
  position: relative;
  max-width: 600px;
  right: 10%;
}
.rs-testimonial.main-home .testi-item .item-content .icon-img img {
  width: 75px;
}
.rs-testimonial.main-home .testi-item .item-content .desc {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 40px 0px 30px 0px;
}
.rs-testimonial.main-home .testi-item .testi-content {
  display: flex;
  align-items: center;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  display: block;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.main-home .rs-carousel .owl-dots {
  text-align: left;
  margin-top: 45px;
}
.rs-testimonial.style2 .testi-wrap {
  background: url(assets/images/testimonial/test-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px 60px 40px;
}
.rs-testimonial.style2 .testi-wrap .item-content span img {
  width: 48px;
}
.rs-testimonial.style2 .testi-wrap .item-content p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 0 10px;
}
.rs-testimonial.style2 .testi-wrap .testi-content {
  display: flex;
  justify-content: flex-start;
}
.rs-testimonial.style2 .testi-wrap .testi-content .image-wrap img {
  border-radius: 50px 50px 50px 50px;
  width: 80px;
  height: 80px;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information {
  padding: 0 0 0 25px;
  text-align: left;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-title {
  font-weight: 600;
  color: #878787;
  padding-bottom: 10px;
  display: block;
}
.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .ratting-img img {
  width: 100px;
}
.rs-testimonial.style3 .testi-item {
  background-color: #EBEBEB;
  padding: 40px 20px 40px 20px;
  text-align: center;
}
.rs-testimonial.style3 .testi-item .testi-img img {
  width: 70px;
  height: 70px;
}
.rs-testimonial.style3 .testi-item p {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 19px 5px 20px 19px;
}
.rs-testimonial.style3 .testi-item .testi-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-testimonial.style3 .testi-item .testi-content .testi-img {
  padding-right: 15px;
}
.rs-testimonial.style3 .testi-item .testi-content .testi-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part {
  text-align: left;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  color: #0a0a0a;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
}
.rs-testimonial.style3 .testi-item .testi-content .author-part .designation {
  font-size: 14px;
  line-height: 24px;
  color: #0a0a0a;
  display: block;
}
.rs-testimonial.style4 .testi-item .testi-wrap {
  padding: 40px 40px 40px 40px;
  background-color: #0082F136;
  text-align: center;
  margin: 0 -13px 0 0;
}
.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}
.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.rs-testimonial.style4 .testi-item .testi-wrap .item-contents p {
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
  padding: 30px 0px 0px 0px;
  margin-bottom: 20px;
}
.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-name {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-title {
  color: #ffffff;
}
.rs-testimonial.style4 .testimonial-overly-bg {
  background-color: #FFFFFF61;
}
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap {
  background-color: #FFFFFFB0;
}
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-title,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-name,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .item-contents p {
  color: #333333;
}
.rs-testimonial.home5-testi-style .testi-box-style {
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
  padding: 20px 43px 57px 58px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img {
  top: 36px;
  position: absolute;
  left: 0;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img img {
  width: 75px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .desc {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  padding: 124px 40px 15px 0;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  position: relative;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information {
  padding-left: 25px;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}
.rs-testimonial.home5-testi-style .testi-box-style .rs-carousel .owl-dots {
  margin-top: 40px;
  text-align: left;
}
.rs-testimonial.style1 .left-radius {
  border-radius: 100px 0 0 0;
}
.rs-testimonial.style1 .item .testi-img {
  margin-bottom: 30px;
}
.rs-testimonial.style1 .item .testi-img img {
  max-width: 80px;
  margin: 0 auto;
}
.rs-testimonial.style1 .item .rating {
  margin-bottom: 13px;
}
.rs-testimonial.style1 .item .rating li {
  display: inline;
  margin-right: 5px;
}
.rs-testimonial.style1 .item .rating li i {
  color: #e94d65;
  font-size: 26px;
}
.rs-testimonial.style1 .item .rating li:last-child {
  margin: 0;
}
.rs-testimonial.style1 .item .author-detail .desc {
  color: #f9f9f9;
  max-width: 90%;
  margin: 0 auto 18px;
}
.rs-testimonial.style1 .item .author-detail .name {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.rs-testimonial.style1 .item .author-detail .designation {
  color: #f9f9f9;
  font-size: 14px;
}
.rs-testimonial.style1 .center .item {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #1d507f;
}
.rs-testimonial.style1 .pattern-img .common {
  position: absolute;
  content: '';
}
.rs-testimonial.style1 .pattern-img .common.img1 {
  top: 93px;
  left: 200px;
  opacity: 0.1;
  max-width: 190px;
  animation: rotate-anim 30s infinite linear;
  -webkit-animation: rotate-anim 30s infinite linear;
  -moz-animation: rotate-anim 30s infinite linear;
}
.rs-testimonial.style1 .pattern-img .common.img2 {
  bottom: 0;
  left: 0;
}
.rs-testimonial.style1 .pattern-img .common.img3 {
  top: 0;
  right: 0;
  max-width: 330px;
  margin: 0 auto 0 0;
}
/*-----------------------------------------------
    #. Partner Section Css
-----------------------------------------------*/
.rs-partner {
  /* Owl Carousel Nav */
}
.rs-partner .item {
  text-align: center;
}
.rs-partner .item a {
  display: inline-block;
}
.rs-partner .item a img {
  max-width: 150px;
  margin: 0 auto;
  height: auto;
}
.rs-partner .owl-carousel {
  padding-top: 0;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #043d72;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
  position: relative;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.rs-partner .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #e94d65;
}
.rs-partner .owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.rs-partner .owl-carousel:hover [class*="owl-"] .owl-prev {
  left: -50px;
}
.rs-partner .owl-carousel:hover [class*="owl-"] .owl-next {
  right: -50px;
}
/*-----------------------------------------------
    #. Achievement Section Css
-----------------------------------------------*/
.rs-achievement.style1 .img-part {
  position: relative;
  right: -100px;
}
.rs-achievement.style1 .img-part img {
  border-radius: 50px 0 0 0;
}
.rs-achievement.style1 .rs-counter {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
}
.rs-achievement.style1 .rs-counter .rs-counter-list {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  padding: 40px 0 35px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon {
  margin-bottom: 25px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i {
  height: 46.3px;
  line-height: 46.3px;
  display: block;
  color: #e94d65;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i:before {
  font-size: 48px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-group:before {
  font-size: 65px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-briefing:before {
  font-size: 46px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number:after {
  content: "+";
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-text {
  font-weight: 500;
  text-transform: capitalize;
}
.rs-achievement.style1 .rs-counter:hover .rs-counter-list:hover,
.rs-achievement.style1 .rs-counter:not(:hover) .active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-achievement.style1 .pattern-img {
  position: absolute;
  content: '';
  right: 0;
  top: 141px;
  z-index: -1;
}
/*-----------------------------------------------
    #. Estimate Section Css
-----------------------------------------------*/
.rs-estimate .image-part {
  position: relative;
  left: -70px;
}
.rs-estimate .estimate-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}
.rs-estimate .estimate-info li .title {
  font-weight: 800;
  color: #222;
}
.rs-estimate .estimate-info li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #043d72;
}
.rs-estimate .estimate-info li:last-child {
  margin: 0;
}
.rs-estimate .pattern-img {
  position: absolute;
  content: '';
  left: 50px;
  top: 100px;
  z-index: -1;
}
/*-----------------------------------------------
    #. Call to Action Section Css
-----------------------------------------------*/
.rs-cta.style1 {
  overflow: hidden;
}
.rs-cta.style1 .pattern-right {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-cta.style1 .pattern-left {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 0;
}
.rs-cta .sec-title4,
.rs-cta .readon2 {
  position: relative;
  z-index: 1;
}
/*----------------------------------------
    24. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}
.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product {
  position: relative;
}
.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: #a68a40;
  border: none ;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #a68a40;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}
.rs-shop-part .product-list .content-desc .loop-product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}
.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #0a0a0a;
}
.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #a68a40;
}
.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #a68a40;
  font-weight: 600;
  margin: 0;
}
.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}
.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}
/*----------------------------------------
    25. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}
.rs-single-shop .single-product-image img {
  width: 100%;
}
.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rs-single-shop .single-price-info .single-price {
  color: #a68a40;
  font-weight: 600;
}
.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}
.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}
.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}
.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}
.rs-single-shop .single-price-info p.category a {
  color: #454545;
}
.rs-single-shop .single-price-info p.category a:hover {
  color: #a68a40;
}
.rs-single-shop .single-price-info .tag {
  margin: 0;
}
.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}
.rs-single-shop .tab-area {
  margin-top: 50px;
}
.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}
.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 10px;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
  padding: 20px 45px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #0a0a0a;
  font-weight: 400;
}
.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
  background: #a68a40;
  color: #ffffff;
}
.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}
.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #a68a40;
  font-weight: normal;
}
/*----------------------------------------
    26. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}
.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}
.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}
.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #0a0a0a;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}
.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}
.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}
.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #454545;
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #a68a40;
}
.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}
.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}
.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}
.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}
.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}
.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}
.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #454545;
  text-transform: capitalize;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}
/*-----------------------------------------------
    27. Woocommerce Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 13.3%;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  transition: all .2s ease 0s;
  box-shadow: 0 0 15px #eee;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
}
.woocommerce-mini-cart .cart-bottom-part {
  padding: 25px 10px 0;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 50px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-mini-cart .cart-bottom-part .widget-title:before {
  position: absolute;
  content: "\f124";
  color: #161616;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  font-style: normal;
}
.mini-cart-active {
  cursor: pointer;
}
.mini-cart-active:hover .woocommerce-mini-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*----------------------------------------
    28. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}
.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #a68a40;
  border-radius: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #a68a40;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}
.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #a68a40;
}
.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}
.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  border: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-checkout .full-grid {
  margin-top: 25px;
}
.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}
.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}
.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}
.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}
.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}
.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}
.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}
.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
/*----------------------------------------
    29. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.rs-my-account .rs-login {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.rs-my-account .rs-login .form-group label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #454545;
}
.rs-my-account .rs-login .form-group label span {
  color: #a68a40;
}
.rs-my-account .rs-login .form-group input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}
.rs-my-account .rs-login .last-password a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #a68a40;
}
.rs-my-account .rs-login p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
}
.rs-my-account .rs-login p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #a68a40;
}
/* ------------------------------------
    30. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.rs-contact.main-home .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.main-home .contact-map {
  overflow: hidden;
}
.rs-contact.main-home .contact-map iframe {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}
.rs-contact.main-home .contact-icons-style .contact-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  margin: 0 -5px 0 0;
  background-image: url(assets/images/contact/con-box.png);
}
.rs-contact.main-home .contact-icons-style .contact-item .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0px 0px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text {
  padding: 0px 0px 0px 15px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a {
  color: #ffffff;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a:hover {
  color: #a68a40;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a {
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a:hover {
  color: #a68a40;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .services-txt {
  margin: 0;
  color: #C5C2C2;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item {
  background-image: url(assets/images/contact/box-bg2.png);
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a {
  color: #0a0a0a;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a:hover {
  color: #a68a40;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a:hover {
  color: #a68a40;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .services-txt {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address.box-style2 .contact-item {
  background-image: url(assets/images/contact/box-bg3.png);
}
.rs-contact.main-home.office-modify1 .contact-map iframe {
  height: 761px;
}
.rs-contact.main-home.office-modify1 .contact-section {
  background-color: #ebebeb;
  padding: 100px 80px 121px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap .from-control {
  color: #000000;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #fff;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section.contact-style2 {
  padding: 90px 80px 100px;
}
.rs-contact.main-home.office-modify1 .contact-box {
  padding: 35px 35px 35px 35px;
  background-color: #ebebeb;
  margin: 0 -4px 0 0;
}
.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
  width: 64px;
  height: 64px;
  max-width: unset;
  margin-bottom: 20px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
  color: #14171C;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a:hover {
  color: #a68a40;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a:hover {
  color: #a68a40;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt {
  margin: 0;
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .office-buliding {
  background: url(assets/images/contact/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
  color: #0a0a0a;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.contact-style2 .contact-address {
  background-color: #ffffff;
  padding: 70px 50px 60px 60px;
}
.rs-contact.contact-style2 .contact-address .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
  width: 35px;
  height: 35px;
  max-width: unset;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text {
  padding-left: 25px;
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover {
  color: #a68a40;
}
.rs-contact.contact-style2 .contact-map {
  overflow: hidden;
}
.rs-contact.contact-style2 .contact-map iframe {
  float: left;
  width: 100%;
  height: 644px;
  border: none;
}
.rs-contact.contact-style2 .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  background-color: #F1F1F1;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.faq-style .contact-item {
  padding: 35px 35px 35px 35px;
  background-color: #fff;
}
.rs-contact.faq-style .contact-item .contact-icon img {
  width: 64px;
}
.rs-contact.faq-style .contact-item .content-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 25px 0px 5px 0px;
}
.rs-contact.faq-style .contact-item .content-text .title a {
  color: #14171C;
}
.rs-contact.faq-style .contact-item .content-text a {
  color: #333333;
}
.rs-contact.faq-style .contact-item .content-text a:hover {
  color: #a68a40;
}
.rs-contact.faq-style .contact-item .content-text .services-txt {
  color: #333333;
  margin: 0;
}
.rs-contact.home3-contact-style .contact-wrap {
  padding: 60px 60px 83px 60px;
  background: #ffffff;
}
.rs-contact.home3-contact-style .contact-wrap .from-control {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  background-color: #F9F9F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home3-contact-style .contact-wrap textarea {
  height: 120px;
}
.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home3-contact-style .icon-box-wraper {
  background-image: url(assets/images/contact/con-home3.jpg);
  background-position: top left;
  background-size: cover;
  padding: 70px 50px 99px 50px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item {
  display: flex;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
  margin-right: 25px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
  background-color: #a68a40;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
  font-size: 23px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a {
  color: #0a0a0a;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover {
  color: #0082f1;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
  color: #454545;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover {
  color: #bf8e01;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p {
  margin: 0;
	font-size: 14px;
}
/*------------------------------------
    31. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: #081d3a;
  background-size: cover;
}
.rs-footer.style1 .footer-top {
  padding: 12px 0 15px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.rs-footer.style1 .footer-top .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #a68a40;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 7px;
}
.rs-footer.style1 .footer-top .site-map li a {
  font-size: 15px;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #a68a40;
}
.rs-footer.style1 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #1c2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #ffffff;
  background: #a68a40;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #a68a40;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #a68a40;
  position: absolute;
  left: 0px;
}
.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style1 .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top p input[type=email] {
  border: none;
  width: 92%;
  font-size: 13px;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
  border: none;
  padding: 17px 30px;
  font-size: 14px;
  background: #a68a40;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .5s ease;
}
.rs-footer.style1 .footer-top p input[type=submit]:hover {
  opacity: .9;
}
.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a;
  opacity: 1;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0;
  background: #09172a;
}
.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #a68a40;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #a68a40;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home3-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home3-style .footer-top .footer-title:after {
  background: #0082f1;
}
.rs-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home3-style .footer-top .site-map li a:hover {
  color: #0082f1;
}
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home4-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home4-style .footer-top .footer-title:after {
  background: #fd4a36;
}
.rs-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home4-style .footer-top .site-map li a:hover {
  color: #fd4a36;
}
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home5-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home5-style .footer-top .footer-title:after {
  background: #a68a40;
}
.rs-footer.style1.footer-home5-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home5-style .footer-top .address-widget li i:before,
.rs-footer.style1.footer-home5-style .footer-top .site-map li a:hover {
  color: #a68a40;
}
.rs-footer .bg-wrap {
  background: url(assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px 0 0 0;
}
.rs-footer .bg-wrap .newslatter-wrap.extra-pt {
  padding-top: 281px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter {
  background: #ffffff;
  border-radius: 0 70px 0 0;
  padding: 78px 0 90px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter.fly-up {
  position: absolute;
  content: '';
  top: -185.5px;
  width: 100%;
  z-index: 1;
  left: 0;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern {
  position: absolute;
  content: '';
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img1 {
  bottom: 0;
  left: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img2 {
  top: 0;
  right: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form input {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 20px 25px;
  height: 65px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form .readon2 {
  position: absolute;
  content: '';
  padding-right: 25px;
  padding-left: 25px;
  right: 7px;
  top: 7px;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 500;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::-webkit-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form :-ms-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .footer-content .about-widget {
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area {
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
  height: 40px;
}
.rs-footer .bg-wrap .footer-content .about-widget a {
  color: #e2e2e2;
}
.rs-footer .bg-wrap .footer-content .about-widget a:hover {
  color: #e94d65;
}
.rs-footer .bg-wrap .footer-content .about-widget .footer-desc {
  color: #e2e2e2;
  margin-bottom: 12px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links {
  margin-top: 20px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 100%;
  display: inline-block;
  background: #e94d65;
  font-size: 16px;
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
  background: #ffffff;
  color: #e94d65;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-content .widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .widget ul li {
  margin-bottom: 10px;
}
.rs-footer .bg-wrap .footer-content .widget ul li a {
  color: #e2e2e2;
  display: inline-block;
}
.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
  color: #e94d65;
  margin-left: 5px;
}
.rs-footer .bg-wrap .footer-content .widget ul li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-bottom {
  padding: 23px 0;
  border-top: 1px solid #13487a;
}
.rs-footer .bg-wrap .footer-bottom .copyright {
  margin: 0;
  color: #dedede;
  font-size: 14px;
}
.rs-footer .pattern-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.extra-pb {
  padding-bottom: 306px;
}
/* -----------------------
    32. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #a68a40;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.blue-color i {
  background: #0082f1;
}
#scrollUp.blue-color i:hover {
  opacity: 0.8;
}
#scrollUp.orange2-color i {
  background: #fd4a36;
}
#scrollUp.orange2-color i:hover {
  opacity: 0.8;
}
#scrollUp.paste-color i {
  background: #a68a40;
}
#scrollUp.paste-color i:hover {
  opacity: 0.8;
}
.text-center .banner-border-line {
  margin: 0 auto 26px;
}
.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #0082f1;
}
.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-orange-color .search-modal,
.home-orange-color .rs-carousel .owl-dots .owl-dot,
.home-orange-color .rs-carousel .owl-dots .owl-dot:hover,
.home-orange-color .rs-carousel .owl-dots .owl-dot.active {
  background: #fd4a36;
}
.home-orange-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .search-modal,
.home-paste-color .rs-carousel .owl-dots .owl-dot,
.home-paste-color .rs-carousel .owl-dots .owl-dot:hover,
.home-paste-color .rs-carousel .owl-dots .owl-dot.active {
  background: #a68a40;
}
.home-paste-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  color: #a68a40;
}
.home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #a68a40;
}
.home-paste-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #a68a40;
}
.home-paste-color .gridFilter button:hover,
.home-paste-color .gridFilter button.active {
  background: #a68a40 !important;
}
.home-6 a {
  color: #043d72;
  text-decoration: none;
}
.home-6 a:hover {
  color: #e94d65;
}
.home-6 .desc {
  font-weight: 400;
}
.home-6 .readon.submit.paste-btn {
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home-6 #scrollUp i,
.home-6 .readon.submit.paste-btn,
.home-6 .gridFilter button.active,
.home-6 .gridFilter button:hover,
.home-6 .rs-project.style1 .project-item .project-content .project-inner .p-icon,
.home-6 .full-width-header .rs-header.style2 .topbar-area,
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #e94d65;
}
.home-6 .full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  opacity: 0.85;
  color: #fff;
}
.home-6 .rs-project.style1 .project-item .project-content .project-inner .title a:hover,
.home-6 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
.home-6 .full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #e94d65;
}
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
  color: #e94d65 !important;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
    33. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #a68a40;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}



/*----------------------------------------------
    33. Video Banner CSS
----------------------------------------------*/

.header-home-1 {
  height: 110vh;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* background-color: #06062a; */
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.header-home-1::after {
  content: "";
  display: block;
/*background: rgba(7, 28, 78, .5);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.header-home-1>video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0
}

.header-home-1 h1,
.header-home-1 h5 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10vh;
}

.header-home-1 h1 {
  font-size: 12vh;
  padding-bottom: 0;
  font-weight: 700;
  letter-spacing: .05em
}

.header-home-1 h5 {
  font-size: 4vh;
  font-weight: 300;
  color: #fff;
  text-transform: full-width;
  font-weight: 100;
  letter-spacing: .1em
}

.header-home-1 .header-cont {
  	  padding-left: 15px;
  	  padding-right: 15px;
  	  margin-top: 150px;
  	}
  

.header-cont {
  z-index: 100;
}

.compass {
  height: 125px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}

.compass .compass_innera {
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
  border-radius: 50%;
  z-index: 99;
  background: 0 0;
  left: -.5px
}

.compass .compass_inner {
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
  border-radius: 50%;
  background: 0 0
}

.compass .compass_inner>div {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  font-family: "Times New Roman"
}

.compass .compass_inner .north {
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center
}

.compass .compass_inner .north::after {
  content: "sn";
  position: absolute;
  z-index: 1;
  display: block;
  left: -4px;
  top: 12px;
  font-size: 10px;
  transform: rotate(-45deg)
}

.compass .compass_inner .east {
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  text-align: center
}

.compass .compass_inner .east::after {
  content: "ew";
  position: absolute;
  z-index: 1;
  display: block;
  right: 2px;
  bottom: 7px;
  font-size: 10px;
  transform: rotate(-45deg)
}

.compass .compass_inner .south {
  position: absolute;
  height: 100%;
  vertical-align: middle;
  left: -7px;
  padding-top: 23px
}

.compass .compass_inner .south::after {
  content: "se";
  position: absolute;
  z-index: 1;
  display: block;
  left: 11px;
  bottom: -2px;
  font-size: 10px;
  transform: rotate(45deg)
}

.compass .compass_inner .west {
  position: absolute;
  height: 100%;
  right: -11px;
  text-align: center;
  padding-top: 23px
}

.compass .compass_inner .west::after {
  content: "sn";
  position: absolute;
  z-index: 1;
  display: block;
  right: 6px;
  top: 0;
  font-size: 10px;
  transform: rotate(45deg)
}

.compass .compass_inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%
}

.compass .navigation_a {
  position: relative
}

.compass .navigation_a a {
  color: #fff;
  height: 50px;
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
  position: relative;
  z-index: 9999;
  letter-spacing: .2em
}

.compass .navigation_a a p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: .5px;
  display: block;
  font-style: italic;
  color: #fff;
  padding: 15px 0 0;
  font-family: Sen
}

.compass .navigation_a a::after {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  position: absolute;
  bottom: -13px;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(images/down.png);
  background-size: 100%;
  background-repeat: no-repeat
}

.compass_innera {
  transform-origin: center;
  animation: naviani .4s ease-in-out infinite
}

@-webkit-keyframes naviani {

  0%,
  100% {
    transform: rotate(15deg)
  }

  50% {
    transform: rotate(5deg)
  }
}

@keyframes naviani {

  0%,
  100% {
    transform: rotate(15deg)
  }

  50% {
    transform: rotate(5deg)
  }
}
/* ------------------------------------
    34. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rotate_Y {
  animation: mymove 5s infinite;
}
@keyframes mymove {
  0% {
    transform: rotateY(-50deg);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Draw Line Animation */
@keyframes start-draw {
  to {
    height: 95%;
  }
}
/* Infinite Rotation Animation */
@keyframes rotate-anim {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.element-section-title {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1.5px solid #eaeaea;
}
