
@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("animate.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
:root {
    --rv-primary: #427bbb;
    --rv-primary-light: #dbeeff;
    --rv-bg-primary: #1e64c7;
    --rv-secondary: #7b7b7b;
    --rv-secondary-light: #eaf0ff;
    --rv-bg-secondary: #464444;
    --rv-white: #fff;
    --rv-black: #070707;
    --rv-gray: #726d7b;
    --rv-font: "Poppins", sans-serif;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
}



body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
	   font-family: var(--rv-font);
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}
                          
ol, ul {
	list-style: none;
}

blockquote, q { 
	-webkit-hyphens: none;
	  -moz-hyphens: none;
	   -ms-hyphens: none;
	       hyphens: none;
	        quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	background-color: #fff;		
	color: #000000;
	overflow: hidden;
}

a {
    text-decoration: none;
    color: #71b0f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
p {
    margin: 0 0 0px;
    line-height: 30px;
}
a:hover, a:focus {
    color: var(--rv-secondary);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

b, strong {
	font-weight: 900;
}

button,
button:hover {
	border: none;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    color: #fff;
    padding: 0px 27px 0 27px;
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    background: var(--rv-primary);
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 4px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}

button.search-submit-form {
	position: absolute;
    right: 2px;
    top: 7px;
    padding: 0px 10px;
    color: #999999;
    background-color: transparent;
    display: inline-block;
    height: 29px;
    line-height: 31px;
    font-size: 12px;
    border-color: transparent;
    border-left: 1px solid #d0d0d0; 
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 18px;
    color: #222222;
    border: 1px solid #e5e5e5;
    height: 60px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

input[type="email"] {
    padding: 8px 14px;
    color: #555555;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid var(--rv-primary);
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	padding: 11px 18px;    
    height: 173px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #727272;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #727272;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #727272;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

select,
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #727272;
}

select::-ms-expand {
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
 filter: alpha(opacity=0);
 /* Good browsers :) */
 opacity:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 { font-size: 32px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

.clearfix {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.background-color {
	background-color: #f5f5f5;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
}

/* Top 
---------------------------------------------------------------*/
.top {
	background-color: #222222;
	padding: 6px 0 6px;
}

.top.style1 {
	background: #f0f0f0;
}



.top.style1 .flat-infomation li a,
.top.style1 .flat-infomation li,
.top.style1 .flat-social li a {
	color: #535353;
}

.top.style1 .flat-social li {
	padding-left: 10px;
}

.top.style1 .flat-social li a {
    font-size: 18px;
    color: #ffffff;
    font-size: 16px;
    line-height: 0;
    width: 28px;
    height: 28px;
    background-color: #2d2d2d;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top.style1 .flat-social {
	margin-right: 0px;
}

/* Flat Infomation */
.flat-infomation {
	float: left;
}

.flat-infomation li {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
	padding-right: 15px;
	border-right: 1px solid #4e4e4e;
	line-height: 1;
}

.flat-infomation li:before {
	content: '\f095';
	font-family: 'fontawesome';
	position: absolute;
	left: 1px;
	top: 0px;
}

.flat-infomation li.email:before {
	content: '\f0e0';
	left: -1px;
}

.flat-infomation li:last-child {
	border: none;
}

.flat-infomation li:not(:first-child) {
	margin-left: 14px;
}

.flat-infomation li a {
	color: #ffffff;
}

.flat-infomation li a:hover,
.flat-social li a:hover {
	color: var(--rv-primary);
}

/* Flat Social */
.flat-social {
	float: right;
	margin-right: 27px;
}

.flat-social li {
	display: inline-block;
}

.flat-social li:not(:first-child) {
	padding-left: 14px;
}

.flat-social li a {
	color: #ffffff;
	line-height: 30px;
}

/* info-top-right */
.info-top-right {
	color: #fff;
}

.info-top-right span {	
	margin-right: 25px;
	font-size: 16px;
}

.info-top-right span i {
	margin-right: 10px;
}

.info-top-right a.appoinment {
	display: inline-block;
	background-color: var(--rv-primary);
	margin: -9px 0 -6px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	height: 45px;
	line-height: 44px;
	padding: 0 27px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}


.info-top-right a.appoinment:hover {
	background-color: #2e363a;
}

/* Header 
---------------------------------------------------------------*/
.header {
	background-color: rgba(255, 255, 255, 1);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header Fix */
.header.downscrolled {
	position: fixed !important;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
	top: -100px;
	opacity: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.upscrolled {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
	top: 0 !important;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.style1.upscrolled #mainnav .menu > li > a {
	/* color: #333; */
}

.header.upscrolled.style1.v1 .row .col-md-12 {
	margin-top: 0px;
}

.header.no-bg.upscrolled {
	background-color: rgba(255, 255, 255, 0.9);
}

.header.no-bg.upscrolled #mainnav > ul > li > a, 
.header.no-bg.upscrolled .show-search a i {
	color: #333;
}

.header.no-bg.upscrolled .show-search > button {
	background: #e2e2e2;
}

/* Logo 
---------------------------------------------------------------*/
.logo.style1 {
    /* margin-top: 28px; */
    height: 100px;
    width: auto;
}

.logo.style1 img{
    height: 100%;
    width: auto;
}
/* Show Search 
---------------------------------------------------------------*/
.show-search {
	float: right;
	margin-left: 21px;
	position: relative;
}

.show-search > button {
	background: #e2e2e2;
	color: #ffffff;
	border-color: transparent;
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	padding: 0;
	border-radius: 50%;
	margin: 27px 0 32px;
	position: relative;
}

.show-search > button:before {
	content: "\f002";
    font-family: fontawesome;
    position: absolute;
    line-height: 35px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.show-search > button.active:before {
	content: "\f00d";
	color: #1e1e27;
}

.show-search > button:hover {
	color: #1e1e27;
}

.show-search .top-search {
	position: absolute;
	visibility: hidden;
	z-index: 9;
	right: 0px;
	top: 150px;
	width: 250px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.show-search .top-search.active {
    top: 100%;
    visibility: visible;
    z-index: 99;
	opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

/* Main nav
---------------------------------------------------------------*/
.nav-wrap {
	float: right;
}

#mainnav .menu > li {
	display: inline-block;
	position: relative;
}

#mainnav .menu > li > a {
	line-height: 90px;
	display: inline-block;
	padding: 0 29px;
	color: #2d2d2d;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 4px;
}

#mainnav .menu > li > a .submenu:before {
	content: '\f107';
	font-family: 'fontawesome';
	position: absolute;
	top: 48%;
	right: 10px;
	transform: translateY(-50%);
	font-weight: 300;
}

#mainnav .menu > li > a:hover,
#mainnav .menu > li.active > a {
	color: var(--rv-primary);
}

#mainnav .menu > li a i.fa {
	padding-left: 6px;
}

/* Sub-menu */

/* Header Wrap */
.header-wrap .widget.widget-text {
    width: 50%;
    float: left;
    margin: 22px 0;
}
.header-wrap .widget.widget-text .icon {
	margin-right: 12px;
    font-size: 21px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    border: 2px solid #363636;
    border-radius: 50%;
    float: left;
}

.header-wrap .widget.widget-text .text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    color: #333333;
}

.header-wrap .widget.widget-text .text span {
	font-size: 12px;
    font-weight: 300;
    color: #535353;
}

/* Header Wrap Style1 */
.header-wrap.style1 .logo.style1 {
	margin-top: 12px;
}

.header-wrap.style1 .widget.widget-text {
	margin-top: 30px;
	margin-bottom: 71px;
}

/* Header style1 */
.header.style1 {
    background: var(--rv-bg-primary);
    position: relative;
    z-index: 2;
}

.header.style1 .nav-wrap {
	float: left;
}

.header.style1 #mainnav .menu > li > a {
	color: #fff;
	line-height: 65px;
	padding: 0 30px 0 20px;
}

.header.style1 #mainnav .menu > li:hover > .sub-menu {
	/* top: 65px; */
}

.header.style1 .widget-search {
	position: relative;
    float: right;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 12px;
    right: 15px;
}

.header.style1 .widget-search .search-form input[type="search"] {
    border-radius: 5px;
    background-color: #fff;
    height: 40px;
    font-size: 14px;
    padding: 13px 22px;
}

.header.style1 .widget-search .search-form .search-submit {
    background-image: url(../images/search.svg);
    background-color: transparent;
    background-size: 13px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.header.style1.v1 .show-search > button {
	margin: 15px 0 0;
	background: transparent;
}


/* Mobile navigation
---------------------------------------------------------------*/
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 1000;
	background-color: #222222;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 30px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #222222;
}

#mainnav-mobi > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #333333;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 50px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	float: right;
    top: 27px;
    width: 25px;
    height: 25px;
    z-index: 9999;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: var(--rv-primary);
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 25px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 25px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	width: 25px;
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
	width: 25px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 50px;
   height: 44px;
}

.btn-submenu:before,
.btn-submenu-child:before {
   content: "\f107";
   color: #ffffff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
   content: "\f106"
}

.btn-submenu-child {
	right: 50px;
}

/* Page Title
---------------------------------------------------------------*/
.page-title {
	background-color: #f8f8f8;
	padding: 6px 0 10px;
}

.page-title .page-title-heading {
	float: left;
}

.page-title .page-title-heading h1 {
	color: #2e363a;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.page-title ul.breadcrumbs {
	float: right;
}

.page-title ul.breadcrumbs li {
	display: inline-block;
}

.page-title ul.breadcrumbs li a {
	line-height: 66px;
	color: #a9a9a9;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	padding: 0 22px 0 0px;
}

.page-title ul.breadcrumbs li a:hover,
.page-title .breadcrumbs li.active a {
	color: var(--rv-primary);
}

.page-title ul.breadcrumbs li.active a {
	font-weight: 500;
}

.page-title ul.breadcrumbs li a:before {
	content: "\f105";
	font-family: 'fontawesome';
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
}

.page-title ul.breadcrumbs li:last-child a {
	padding: 0;
}

.page-title ul.breadcrumbs li:last-child a:before {
	content: '';
}

/* Page Title Style2
---------------------------------------------------------------*/
.page-title.style2 .breadcrumbs li a {
	color: #333333;
	font-weight: 500;
}

.page-title.style2 .breadcrumbs li.active a,
.page-title.style2 .breadcrumbs li a:hover {
	color: var(--rv-primary);
}

/* Main Blog
---------------------------------------------------------------*/
.main-blog {
	padding: 54px 0 80px;
}

/* Article Main Post
---------------------------------------------------------------*/
article.main-post {
	padding-bottom: 50px;
	margin-bottom: 43px;
	border-bottom: 1px solid #eff0f4;
}

article.main-post:last-child {
	margin-bottom: 65px;
}

/* Entry Post Title */
.entry-post-title h2.post-title a {
	font-weight: 500;
}

.entry-post-title ul.entry-meta {
	margin-left: 3px;
}

.entry-post-title ul.entry-meta li {
	display: inline-block;
	padding-left: 24px;
	position: relative;
	margin-right: 15px;
}

.entry-post-title ul.entry-meta li:before {
	content: '\f394';
	font-family: "ionicons";
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	transform: translateY(-50%);
}

.entry-post-title ul.entry-meta li.author:before {
	content: '\f345';
}

.entry-post-title ul.entry-meta li.categories:before {
	content: '\f164';
}

.entry-post-title ul.entry-meta li.comment:before {
	content: '\f27b';
	font-family: "fontawesome";
}

.entry-post-title ul.entry-meta li a {
	font-size: 12px;
	line-height: 37px;
}

/* Image Post */
article.main-post .image-post {
	margin-top: 28px;
	margin-bottom: 29px;
}

/* Entry Content */
.entry-content p a {
	background-color: var(--rv-primary);
    line-height: 44px;
    padding: 0 38px 0 20px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    margin-top: 26px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.entry-content p a:after {
	content: '';
	position: absolute;
	height: 44px;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #222222;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.entry-content p a:hover:after {
	width: 100%;
}

.entry-content p a:before {
	content: '\f054';
	font-family: 'fontawesome';
	position: absolute;
	right: 14px;
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.entry-content p a:hover {
	background-color: #222222;
}

.entry-content p a:hover:before {
	right: 8px;
}

/* Flat Pagination
---------------------------------------------------------------*/
.flat-pagination {
	margin-top: 65px;
}

.flat-pagination li {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.flat-pagination li a {
	font-size: 16px;
	line-height: 40px;
	width: 40px;
	display: block;
	background-color: #f7f7f7;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
	background-color: var(--rv-primary);
	color: #ffffff;
}

/* Sidebar
---------------------------------------------------------------*/
.sidebar {
	padding-left: 30px;
}
/* Widget
---------------------------------------------------------------*/
.widget {
	margin-bottom: 65px;
}

.widget h3.widget-title {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 18px;
	letter-spacing: -0.2px;
}

.widget h3.widget-title:after {
	content: '';
	position: absolute;
	height: 4px;
	width: 40px;
	background-color: var(--rv-primary);
	border-radius: 1px;
	bottom: 0;
	left: 0;
}

/* Widget Recent
---------------------------------------------------------------*/
.widget-recent h3.widget-title {
	margin-top: 10px;
}

.widget-recent ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.widget-recent ul li a {
	font-weight: 500;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.16px;
}

.widget-recent ul li span {
	display: block;
	color: #b9c1cf;
}

/* Widget Categories
---------------------------------------------------------------*/
.widget-categories {
	margin-bottom: 50px;
}
.widget-categories h3.widget-title {
	margin-bottom: 32px;
}

.widget-categories ul li {
	padding: 13px 15px 12px 16px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:before {
	content: '\f0da';
	font-family: 'fontawesome';
	position: absolute;
	top: 47%;
	left: 0;
	transform: translateY(-50%);
}

/* Widget Brochure
---------------------------------------------------------------*/
.widget-brochure {
	padding: 24px 22px 14px 24px;
	border: 1px solid #cccccc;
}

.widget-brochure .brochure-title {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 7px;
	margin-top: 2px;
}

.widget-brochure .brochure-content {
	color: #666666;
	font-size: 13px;
	margin-bottom: 17px;
}

.widget-brochure .btn-download {
	width: 99%;
}

.widget-brochure .btn-download a {
	display: block;
	line-height: 46px;
	height: 45px;
	font-weight: 500;
	background-color: var(--rv-primary);
	border-radius: 5px;
	padding: 0 19px;
	margin-bottom: 18px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.widget-brochure .btn-download a:before {
	content: '\f1c1';
	font-family: 'fontawesome';
	position: absolute;
	top: 0px;
	right: 21px;
}

.widget-brochure .btn-download.doc a:before {
	content: '\f1c2';
}

.widget-brochure .btn-download a:after {
	content: '';
	position: absolute;
	left: -50%;
	width: 200%;
	height: 45px;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.widget-brochure .btn-download a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Widget Tags
---------------------------------------------------------------*/
.widget-tag h3.widget-title {
	margin-bottom: 32px;
}

.widget-tag .tag-cloud a {
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	background-color: var(--rv-primary);
	border-radius: 4px;
	color: #ffffff;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.widget-tag .tag-cloud a:after {
	content: '';
	position: absolute;
	left: -50%;
	width: 200%;
	height: 38px;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.widget-tag .tag-cloud a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Footer
---------------------------------------------------------------*/
footer {
	background-color: #222222;
	color: #ffffff;
}

/* Widget Infomation
---------------------------------------------------------------*/
.widget-infomation ul.infomation-ft {
	padding: 41px 0 51px;
	border-bottom: 1px solid #2d2d2d;
}

.widget-infomation ul.infomation-ft li {
	display: inline-block;
	padding-left: 57px;
	position: relative;
}

.widget-infomation ul.infomation-ft li:not(:last-child) {
    margin-right: 20px;
}

.widget-infomation ul.infomation-ft li:before {
	content: '\f0e0';
	font-family: 'fontawesome';
	position: absolute;
	top: 60%;
	left: 1px;
	line-height: 40px;
	width: 40px;
	color: #ffffff;
	text-align: center;
	background-color: #e91706;
	border-radius: 50%;
	transform: translateY(-50%);
}

.widget-infomation ul.infomation-ft li.phone:before {
	content: '\f095';
	background-color: #43b51f;
}

.widget-infomation ul.infomation-ft li.address:before {
	content: '\f041';
	background-color: var(--rv-primary);
}

.widget-infomation ul.infomation-ft li a {
	color: #ffffff;
	letter-spacing: -0.1px;
	font-size:14px;
}

.widget-infomation ul.infomation-ft li a:hover {
	color: var(--rv-primary);
}

/* Widget Footer
---------------------------------------------------------------*/
.widget-footer {
    padding: 25px 0 10px;
}

.widget-footer h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 22px;
    position: relative;
}

.widget-footer h3.widget-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 60px;
	height: 1px;
	background-color: var(--rv-primary);
}

/* Widget About
---------------------------------------------------------------*/
.widget-about .logo-ft {
    margin-bottom: 10px;
    height: 90px;
	width: auto;
    display: flex;
    justify-content: center;
}
.widget-about .logo-ft img {
    height: 100%;
	width: auto;
}
.widget-about .social-ft {
	margin-top: 41px;
}

.widget-about .social-ft li {
	display: inline-block;
	text-align: center;
}

.widget-about .social-ft li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    width: 41px;
    background-color: #2d2d2d;
    display: block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 50%;
}

.widget-about .social-ft li a:after {
	content: '';
	position: absolute;
	left: -50%;
	height: 41px;
	width: 200%;
	z-index: -1;
	background-color: var(--rv-primary);
	transform:  skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.widget-about .social-ft li a:hover:after {
	transform: skew(-45deg) scaleX(1);
}

/* Widget Services
---------------------------------------------------------------*/
.widget-services ul.one-half {
}

.widget-services ul.one-half.second {
	padding-left: 5px;
	margin-top: 1px;
}


.widget-services ul.one-half li a {
	color: #ffffff;
}

.widget-services ul.one-half li a:hover {
	color: var(--rv-primary);
	padding-left: 10px;
}

/* Widget Subscribe
---------------------------------------------------------------*/
.widget-subscribe form {
	padding-top: 1px;
}

.widget-subscribe form label {
	margin-bottom: 10px;
}

.widget-subscribe form button {
	padding: 0px 32px 0 29px;
    height: 46px;
    line-height: 42px;
    letter-spacing: -0.7px;
    position: relative;
    z-index: 2;
}

.widget-subscribe form button:hover , , #subscribe-button:hover {
	border-radius: 0px;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -ms-border-radius: 0px;
	 border: none;
}

.widget-subscribe form button:after , #subscribe-button:after {
	content: '';
	position: absolute;
	left: -25%;
	height: 46px;
	top: -1px;
	width: 150%;
	z-index: -1;
	background-color: #222;
	transform:  skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.widget-subscribe form button:hover:after , #subscribe-button:hover:after {
	transform: skew(-45deg) scaleX(1);
	height: 50px;
}

#subscribe-email {
	background-color: #2d2d2d;
	border-radius: 0;
	max-width: 350px;
	border: 1px solid #2d2d2d;
	height: 45px;
}

#subscribe-email:focus {
	border: 1px solid var(--rv-primary);
}

.error,
.notification_error {
	color: red;
}

.notification_ok {color: var(--rv-primary);}

/* Footer Bottom
---------------------------------------------------------------*/
.footer-bottom {
	background-color: #000000;
	padding: 20px;
}

.footer-bottom .copyright {
	float: left;
	color: #868686;
}

.footer-bottom .copyright a {
	color: var(--rv-primary);
}

.footer-bottom ul.menu-ft {
    float: right;
    color: #868686;
}

.footer-bottom ul.menu-ft li {
	display: inline-block;
}

.footer-bottom ul.menu-ft li:not(:first-child) {
	margin-left: 28px;
}

.footer-bottom ul.menu-ft li a {
	color: #868686;
}

.footer-bottom ul.menu-ft li a:hover,
.footer-bottom .copyright a:hover {
	text-decoration: underline;
	color: var(--rv-primary);
}

/* Main Single Content
---------------------------------------------------------------*/
.main-single-content {
	padding: 51px 0 80px;
}

/* Post Single
---------------------------------------------------------------*/
.post-single .image-post {
	margin-top: 8px;
}
.post-single .entry-post-title h2.post-title {
	color: #424242;
	margin: 50px 0 11px;
	font-weight: 500;
}

.post-single .entry-post-title {
	margin-bottom: 11px;
}

.post-single .entry-content p {
	font-size: 13px;
	margin-bottom: 25px;
	color: #787878;
}

.post-single .entry-content > ul {
	margin-top: 42px;
	margin-bottom: 28px;
}

.post-single .entry-content > ul > li {
	list-style-type: disc;
	margin-left: 70px;
	font-style: italic;
	margin-bottom: 15px;
	padding-right: 15px;
	font-size: 13px;
	color: #787878;
}

/* Direction */
.direction {
	margin: 52px 0 50px;
}

.direction .tags-name {
	float: left;
}

.direction .tags-name span,
.direction ul.social-icon li.share {
	font-weight: 600;
	color: #424242;
}

.direction ul.social-icon li.share {
	margin-right: 7px;
}

.direction .tags-name a {
	color: var(--rv-primary);
	line-height: 33px;
}

.direction .tags-name a:hover {
	color: #222222;
}

.direction ul.social-icon {
	float: right;
}

.direction ul.social-icon li {
	display: inline-block;
	text-align: center;
	margin-left: 8px;
}

.direction ul.social-icon li a {
	line-height: 33px;
	width: 33px;
	background-color: #f3f3f3;
	display: inline-block;
	border-radius: 50%;
}

/* Main Single
---------------------------------------------------------------*/

/* Article Comment Body */
article.comment-body {
	margin: 30px 0 59px;
}

article.comment-body .comment-author {
	float: left;
	margin-right: 30px;
}

article.comment-body .comment-text {
	padding-top: 33px;
}

article.comment-body .comment-text .comment-meta h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 11px;
}

article.comment-body .comment-text .comment-meta h5 a {
	color: var(--rv-primary);
}

article.comment-body .comment-text .comment-meta .comment-content {
	font-size: 13px;
	color: #787878;
}

/* Comment Respond */
.comment-respond h3 {
	font-size: 19px;
	color: #424242;
	font-weight: 600;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 34px;
	letter-spacing: 0.4px;
}

.comment-respond h3:after {
	content: '';
	position: absolute;
	height: 4px;
	width: 39px;
	bottom: 0;
	left: 0;
	border-radius: 1px;
	background-color: var(--rv-primary);
}

.comment-respond .comment-form .comment-form-name, 
.comment-respond .comment-form .comment-form-email {
	width: 50%;
	float: left;
}

.comment-respond .comment-form .comment-form-name {
	padding-right: 10px;
}

.comment-respond .comment-form .comment-form-email {
	padding-left: 10px;
}

.comment-respond .comment-form button {
    padding: 0px 25px 0 26px;
    height: 48px;
    line-height: 52px;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.comment-respond .comment-form button:after {
	content: '';
	position: absolute;
	height: 48px;
	width: 200%;
	left: -50%;
	top: 0;
	z-index: -1;
	background-color: #222222;
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.comment-respond .comment-form button:hover:after {
	transform: skew(-45deg) scaleX(1);
}


/* Preload
-------------------------------------------------------------- */
.loader {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  top: 40%;
  left: 50%;
  margin-left: -32px;
  transform: translateX(-50%);
  border-radius: 50%;  
}

.inner.one {
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid var(--rv-primary);
}

.inner.two {
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid var(--rv-primary);
}

.inner.three {
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid var(--rv-primary);
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 139px;
   width: 219px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
    padding-right: 0;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	left: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: var(--rv-primary);
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: var(--rv-primary);
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 15px 0 10px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #333;	
	display: inline-block;
	margin-right: 5px;	
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}


.sw-odd .ws-colors #color1 {
	background-color: var(--rv-primary);
}

.sw-odd .ws-colors #color2 {
	background-color: #f05323;
}

.sw-odd .ws-colors #color3 {
	background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
	background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
	background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
	background-color: #9b23ea;
}

.sw-odd #color2 {
	background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/*switcher image*/
.sw-odd .sw-image {
	 padding: 0 20px 15px 0;
}

.sw-odd .sw-image a{
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;	
    border: none;
    background: #6f9a37; 
    position: relative;	
    height: 35px;
    line-height: 37px;
    border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/*switcher image*/
.sw-odd .sw-image {
	 padding: 0 20px 15px 0;
}

.sw-odd .sw-image a{
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;	
    border: none;
    background: #6f9a37; 
    position: relative;	
    height: 35px;
    line-height: 37px;
    border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}

.flat-brand img {
    /* max-width: 160px !important; */
    height: 70px;
    margin: 10px auto;
    display: flex;
}

.flat-brand li img {
    padding: 2px !important;
    border: 1px solid #dddddd !important;
}
.imagebox-desc ul 
{
    padding-left: 18px;
    list-style-type: circle;
}

.imagebox-image img
{
    /*border: 5px solid var(--rv-primary);*/
    /*border-radius: 4px;*/
}
.justify
{
    text-align: justify;
}
.imagebox-desc ul li
{
    padding-bottom: 4px;
}
.imagebox-desc ul 
{
    margin-top: 10px;
}
.border-none
{
    border: 5px solid #fff !important;
}
.imagebox-image
{
    text-align: center;
}
.center
{
    text-align: center !important;
}
.imagebox-content ul
{
    list-style-type: circle;
    padding-left: 15px;
    text-align: left;
}
.imagebox-content ul li
{
    padding-bottom: 5px;
}
.imagebox .nav-tabs > li
{
    float: none;
}
.imagebox .nav-tabs > li.active a
{
    border: none;
    background: var(--rv-primary);
    color: #fff;
}
.imagebox .nav-tabs > li a:hover
{
    background: var(--rv-primary);
    color: #fff;
}
.nav-tabs
{
    border-bottom: none;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 250px;
  border-radius: 50%;
}

.container {
  /*padding: 16px;*/
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


  /* General Banner Styling */
.banner-two-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 600px; /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Overlay Effect */
.banner-two-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

/* Banner Content */
.banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-family: var(--rv-font);
}

/* Title Styling */
.banner-content h1 {
    font-size: 3rem; /* Adjust as needed */
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Description Styling */
.banner-content p {
    font-size: 1.2rem; /* Adjust as needed */
    max-width: 600px;
    margin: 0 auto;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 2.5rem;
    }

    .banner-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content p {
        font-size: 0.9rem;
    }
}

ul.one-half {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.data-testi {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial {
    padding-left: 40px;
    margin: 7px 0 10px 0px;
}
.quick-links {
    padding-left: 25px;
}
.contact-form {
    box-shadow: 0 1px 5px 0px #888888;
    padding: 20px;
    border-radius: 5px;
}


.main-section, .section {
    padding: 70px 0;
}

.iconbox {
    box-shadow: 0 1px 5px -3px;
    padding: 20px;
    border-radius: 5px;
    min-height: 215px;
}

.iconbox:hover {
    box-shadow: 0 1px 8px -1px;
}

.top-banner-section-updated {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--rv-primary), var(--rv-bg-primary));
    color: var(--rv-white);
    overflow: hidden;
    text-align: center;
    font-family: var(--rv-font);
    z-index: 1;
}

.top-banner-section-updated .banner-box-updated {
    position: relative;
    z-index: 2;
}

.top-banner-section-updated h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 15px;
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
    color: var(--rv-white);
}

.top-banner-section-updated ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    animation: fadeInUp 1.3s ease-out forwards;
    opacity: 0;
    color: var(--rv-white);
}

.top-banner-section-updated ul li a {
    color: var(--rv-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-banner-section-updated ul li a:hover {
    color: var(--rv-primary-light);
}

.circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}

.circle1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.circle2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.circle3 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 4s;
}

/* Animations */
@keyframes fadeInUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .top-banner-section-updated h1 {
        font-size: 2.2rem;
    }

    .circle1,
    .circle2,
    .circle3 {
        display: none;
    }
}



.services-page-section .info-box .image {
    flex: 1 1 250px;
    margin-right: 2rem;
}
.services-page-section .info-box .image img {
    width: 100%;
    border-radius: 0.75rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Animated list styles */
.services-page-section ul, 
.services-page-section ol {
    margin-left: 1.5rem;
    padding-left: 0;
    list-style: none;
    position: relative;
}

.services-page-section li {
    position: relative;
    margin-bottom: 1.25rem;
    padding-left: 2.25rem;
    font-size: 1rem;
    line-height: 1.6;
    background: rgba(107, 181, 67, 0.05);
    border-radius: 0.5rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.services-page-section li::before {
    /* content: "✔"; */
    position: absolute;
    left: 0.5rem;
    top: 0.75rem;
    font-weight: bold;
    color: #6bb543;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
    animation: bounceIn 0.6s ease-out;
}

.services-page-section li:hover {
    transform: translateX(5px);
    background: rgba(107, 181, 67, 0.1);
}
.services-page-section li:hover::before {
    transform: scale(1.2);
}

/* Decorative line after list */
.services-page-section ul::after, 
.services-page-section ol::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #6bb543;
    margin-top: 1.5rem;
    border-radius: 999px;
    animation: growLine 1s ease forwards;
}

/* CTA Button tweaks */
.services-page-section .button .btn {
    background: #6bb543;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    border-radius: 2rem;
    transition: background 0.3s ease, transform 0.3s ease;
}

.services-page-section .button .btn:hover {
    background: #5aa837;
    transform: translateY(-2px);
}

/* Animations */
@keyframes bounceIn {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

@keyframes growLine {
    from {
        width: 0;
    }
    to {
        width: 50px;
    }
}


.custom-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.custom-contact-info {
    flex: 1 1 35%;
    background: var(--rv-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.custom-info-box .custom-info-item {
    margin-bottom: 25px;
}

.custom-info-item i {
    font-size: 24px;
    color: var(--rv-primary);
    margin-right: 10px;
}

.custom-info-item h4 {
    margin: 10px 0 5px;
    font-size: 18px;
    color: var(--rv-black);
}

.custom-info-item p a {
    color: var(--rv-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-info-item p a:hover {
    color: var(--rv-primary);
}

.custom-contact-form {
    flex: 1 1 60%;
}

.custom-form-wrapper {
    background: var(--rv-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Map Styling */
.custom-map-wrapper {
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.custom-map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
.custom-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-popup.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.custom-popup-bg {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background: transparent;
    cursor: pointer;
}
.custom-popup-card {
    position: relative;
    background: #fff;
    padding: 25px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 10px;
    z-index: 2;
}
.custom-popup-close {
    position: absolute;
    top: 10px; right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.custom-popup-content .custom-popup-item {
    display: none;
}
.custom-popup-content .custom-popup-item.active {
    display: block;
}
.legal-links {
    text-align: center;
    padding: 15px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.legal-links a {
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
    font-size: 13px;
}

