/* Menu Overrides */
a.pull-right.menu-toggle {
	position: absolute;
	right: 0;
	z-index: 999;
	top: 0;
}
.mobile-menu ul.nav {
	margin: 10em 0;
}

span.power {
	display: inline-block;
	float: right;
	text-transform: initial;
	font-weight: lighter;
	font-size:11px;

}

img.img-responsive.roya-copy {
	display: inline-block;
	max-width: 60px;
}

.footer-copy {
	font-size: 12px;
	color: #ccc;
	border-top: 1px solid rgba(204, 204, 204, 0.3);
	padding-top: 1em;
}

.cta-con:nth-child(3):hover .ctatitle {
	right: -108px;
	top: 7px;
	font-weight: bold;
}

.ctatitle:before {
	content: '';
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/line.png);
	background-size: contain;
	position: absolute;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	top: 17px;
	left: -54px;
	opacity: 0;
}

.cta-con:nth-child(3):hover .ctatitle:before {
	opacity: 1;
}

.cta-con:hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hovercommercial.png);
}

.cta-con:nth-child(3):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hover_education.png);
}

.cta-con:hover img {
	display: none;
}

.cta-con:hover .ctatitle:before {
	opacity: 1;
}

.cta-con:hover .ctatitle {
	position:absolute;
}

.cta-con:nth-child(2):hover .ctatitle, .cta-con:nth-child(1):hover .ctatitle {
	right: -37px;
	top: -38px;
}


.cta-con:nth-child(4):hover .ctatitle {
	right: -15px;
	top: -35px;
}

.cta-con:nth-child(7):hover .ctatitle {
	right: -56px;
	top: 10em;
}

.cta-con:nth-child(8):hover .ctatitle:before, .cta-con:nth-child(7):hover .ctatitle:before {
	-webkit-transform: rotate(38deg);
	-ms-transform: rotate(38deg);
	transform: rotate(38deg);
	top: -4px;
	left: -64px;
}

.cta-con:nth-child(6).cta-con:hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hovergovernment.png);
}

.cta-con:nth-child(2):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hoverhealthcare.png);
}

.cta-con:nth-child(4):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hoverdatacenter.png);
}

.cta-con:nth-child(5):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hoverentertainment.png);
}

.cta-con:nth-child(8):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hoverindustrial.png);
}

.cta-con:nth-child(7):hover {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/hoverdod.png);
}

.cta-con:nth-child(8):hover .ctatitle {
	right: -105px;
	top: 146px;
}

.cta-con:nth-child(5):hover .ctatitle {
	top: 13.5em;
	right: 154px;
}

.cta-con:nth-child(5):hover .ctatitle:before {
	-webkit-transform: rotate(-548deg);
	-ms-transform: rotate(-548deg);
	transform: rotate(-548deg);
	top: -36px;
	left: 121px;
}
.cta-con {
	height: 200px;
	width: 230px;
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/Shape_3_copy.png);
	background-size: cover !important;
	padding: 0;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.cta-con img {
	max-width: 60px;
	margin: auto;
	position: relative;
	top: 55px;
}

.cta-con:nth-child(3) {
	position: relative;
	top: 55px;
	left: -11px;
}


.ctatitle {
	position: relative;
	top: 3.8em;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

div.ctatitle a {
	color: #1a1a1a;
	font-size: 17px;
	font-weight:bold;
}

.input-block {
	padding: 0;
}

.contct-submit {
	padding: 0;
	text-align: right;
	margin-top: 1em;
}

/* Form Input Place Holder */
form#contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333!important;

}
form#contact-form input::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
	color: #333333;
}
form#contact-form input::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
	color: #333333;

}
form#contact-form input::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
	color: #333333;

}

form#contact-form textarea#message1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#333333 !important;
}
form#contact-form textarea#message1::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
	color: #333333 !important;
}

form#contact-form textarea#message1::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
	color: #333333 !imporatant;

} 
form#contact-form textarea#message1::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
	color: #333333 !important;

}

.alert {
	border-radius: 0 !important;
	margin-left: 0px !important;
}



/* Homepage Overrides */



div#services p {
	text-align: center !important;
}

div.testimonial-slider span.icon-prev {
	right: 3px !important;
}

div.slider-text-wrapper a {
	color: #fff;
	text-decoration:none;
}

.emailblock i {
	position: relative;
	top: 2px;
}

.list li a {
	color: #fff !important;
}

div.loc-wrp span.span-1 {
	background: transparent;
	padding: 0;
}

div.loc-wrp span.span-1 a {
	color: #fff !important;
	border-radius: 0;
	text-transform: capitalize;
	text-align: center !important;
	text-decoration:none;
}

div#accordion {
	padding: 0;
}

.banneropacity {
	margin-bottom: -1px;
	padding: 0;
	line-height: 0;

}

.banneropacity:before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	content: '';
}

.video-wrap a:before {
	content: '\f144';
	font-size: 60px;
	position: absolute;
	font-family: fontAwesome;
	top: 35%;
	left: 45%;
	color: #fff;
	opacity: 1;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.video-wrap:hover a:before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);

}

.video-block {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding: 2em 0;
}

div.video-block p {
	text-align: center !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 0;
	background: #ff6300;
	right: 0;
}

.video-container {
	margin: 1em 0;
}

.video-wrap img {
	max-width: 400px;
	margin: auto;
}

.video-block:nth-child(2) {
	padding-top: 0;
}

div.sidebar-default .cta-wrp {
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 2em;
	margin: 1em 0;
	color: #fff;
}

a.cta:after {
	display: none;
}

.galleryimage-wrapper img {
	max-width: 400px;
	margin: auto;
	height: 300px;
}
.cta-con:nth-child(6):hover .ctatitle a {
	background: #000;
	padding: 0 5px;
	color: #fff;
	font-weight: normal;
}

.cta-con:nth-child(6):hover .ctatitle:before {
	opacity: 0;
}

.cta-con:nth-child(6):hover .ctatitle {
	position: relative;
	top: 8em;
}






.cta-con:nth-child(2) {
	top: -3em;
	left: 2.8em;
}

.cta-con:nth-child(4) {
	top: -2.5em;
	float: right;
	right: 2em;
}

.cta-con:nth-child(5) {
	top: 54px;
	left: 102px;
}

.cta-con:nth-child(6) {
	top: -44px;left: 2.8em;
}

.cta-con:nth-child(8) {
	left: 217px;
	top: -142px;
}

.cta-con:nth-child(7) {
	left: 17em;top: -46px;
}

.home-cta-section:before {
	content: '';
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/shapesbg.png);
	background-size: contain;
	height: 500px;
	position: absolute;
	background-repeat: no-repeat;
	left: 64px;
	width: 619px;
	top: 24px;
}

a.cta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}


.home-content-section h3 {
	color: #ff751f;
	font-family: poppins;
	font-size: 21px !important;
	font-weight: bold;
}

.cta-img-wrapper a:after {
	font-family: fontawesome;
	content: '\f105';
	padding-left: 10px
}

.cta-wrp:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.10);
	border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.cta-wrp img {
	max-width: 60px;
	margin: auto;
}

.cta-section .ry-container {
	max-width: 860px;
}

.cta-section {
	padding: 5em 0;
	background: rgb(30,32,40);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMjAyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzIyMjQyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzMxMzMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM3M2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, rgba(30,32,40,1) 0%,rgba(34,36,44,1) 24%,rgba(49,51,59,1) 77%,rgba(53,55,63,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,32,40,1)),color-stop(24%, rgba(34,36,44,1)),color-stop(77%, rgba(49,51,59,1)),to(rgba(53,55,63,1)));
	background: -o-linear-gradient(top, rgba(30,32,40,1) 0%,rgba(34,36,44,1) 24%,rgba(49,51,59,1) 77%,rgba(53,55,63,1) 100%);
	background: linear-gradient(to bottom, rgba(30,32,40,1) 0%,rgba(34,36,44,1) 24%,rgba(49,51,59,1) 77%,rgba(53,55,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2028', endColorstr='#35373f',GradientType=0 );
}

.cta-img-wrapper a {
	color: #fff !important;
	font-family: poppins;
}

.slider-text-wrapper a.btn.btn-primary {
	color: #0a0d23;
	background: #fff;
	letter-spacing: 0 !important;
	font-weight: bold;
}


.contct-submit:after {
	font-family: fontawesome;
	content: '\f105';
	padding-left: 10px;
	color: #fff;
	position: absolute;
	top: 3px;
	right: 19px;
}
.slider-text-wrapper a.btn.btn-primary:hover {
	background: #ff6300 !important;
}

ul.social-icons li a {
	color: #fff !important;
	font-size: 13px !important;
}


div#ry-sec2 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/bg_services.jpg);
	background-size: cover;
	margin: 0;
	padding: 7em 0 40em;
}

div#services {
	padding: 0;
	margin-top: 4em;
}

div#ry-sec2 h2:before {
	background: #ff6300;
	content: '';
	position: absolute;
	top: 1.6em;
	height: 3px;
	width: 15%;
}

.projects-wrp h2:before {
	top: 76px !important;
	width: 100% !important;
}


.testi-content p {
	margin-top: 1em;
	color: #fff;
	font-size: 16px !important;
	line-height: 25px;
	font-weight: lighter;
}

.testi-section-wrapper {
	max-width: 850px;
	margin: auto;
	float: none;
	padding-top: 5em;
}



div#testi-section h2 {
	color: #fff;
	font-size: 60px !important;
	text-transform: lowercase;
	letter-spacing: 10px;
	font-family: six caps;
}

.projects-wrp h2 {
	position: absolute;
	top: -2.5em;
	right: 0;
}

.services-tab .tabs-widget .tab-content .tab-pane ul {
	padding-left: 0;
}

.services-wrapper h3 {
	color: #fff;
	font-size: 30px !important;
}

ul.social-icons {
	-webkit-padding-start: 0;
}

textarea.form-control {
	height: 150px !important;
	overflow: auto !important;
}



.services-item:first-child {
	padding-top: 0;
}

.photo-wrapper {
	margin-bottom: 2em;
}



.photo-wrapper a {
	color: #fff !important;
}

div.text-ba p {
	text-align: center !important;
	color: #fff !important;
}

.text-ba {
	background: #20b1b1;
}

.testi-block p {
	min-height: 190px;
}


form#contact-form textarea#message {
	height: 150px;
}

form#contact-form .form-group {
	margin-bottom: 5px;
}

table.Office-hours tr td:first-child {
	padding-right: 1.5em;
}

button.btn.btn-primary.goback {
	margin-top: 2em;
}

.copy-right {
	float: right;
}

.aff-logo .ry-container {
	max-width: 1400px;
	padding: 0;
}

.services-wrapper>div {
	float: right;
}

#services-section .tabs-widget .nav-tabs>li.active>a {
	opacity: 1;
	padding-left: 0;
}
.services-wrapper h2 {
	color: #fff;
	font-style: italic;
}


div.services-wrapper:first-child p {
	color: #fff !important;
	font-weight: lighter;
	line-height: 25px;
	margin: 1em 0;
}

.services-tab {
	position: relative;
	top: -67px;
	width: 100%;
}


div.list-services a {
	color: #fff;
}


.list-services {
	position: relative;
	top: 2em;
}

.list-services ul {
	-webkit-padding-start: 0;
}



.list-services a:after {
	content: '\f0da';
	font-family: fontawesome;
	right: 10px;
	position: absolute;
	top: 9px;
}

.list-services a:hover {
	color: #15eaea;
	text-decoration: none;
}

div#services-section {
	background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/servicesbg2.jpg);
	background-size: cover;
	height: 650px;
	background-position: 100% 45%;
}

.services-wrapper {
	margin: 6em 0;
}

.aff-image-wrapper:nth-child(4) img, .aff-image-wrapper:nth-child(9) img {
	max-width: 80px;
}



.aff-image-wrapper:nth-child(7) img, .aff-image-wrapper:nth-child(8) img {
	max-width: 50px;
}

.aff-logo {
	margin-top: 7em;
}

.aff-image-wrapper img {
	max-width: 90px;
	margin: auto;
	float: none;
}

.aff-image-wrapper {
	width: 11%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}



.first-section-image img {
	max-width: 400px;
	margin: auto;
}

.services-item {
	padding: 3em 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.services-item img {
	max-width: 300px;
}

.servicesbtn-wrapper {
	max-width: 300px;
	margin: auto;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.top-social {
	position: absolute;
	top: -15px;
	left: 42px;
}

ul.social-links {
	text-align: center;
	padding: 0;
}

ul.social-links li {
	max-width: 40px;
	display: inline-block;
	border: 0;
	cursor: pointer;
}


ul.social-links img {
	max-width: 35px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}


a.cta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	overflow: hidden;
}


div#contactus-section p {
	color: #fff;
}



a.btn.btn-primary.services.hvr-shutter-out-horizontal:after {
	content: '\f178';
	font-family: fontawesome;
	margin-left: 10px;
}


a.btn.btn-primary.services.hvr-shutter-out-horizontal:hover {
	margin-left:10px;
	background:#000;
}

a.btn.btn-primary.services.hvr-shutter-out-horizontal:before {
	display: none;
}

div.cta-sidebar-wrapper a {
	color: #fff;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.cta-sidebar-wrapper a:hover {
	text-decoration: none;
	margin-left: 5px;
}

.sidebar-list-wrapper img {
	border: 1px solid #eee;
	border-bottom: none;
}

.services-nav ul {
	-webkit-padding-start: 0;
}

.no-padding ol.carousel-indicators {
	display: none !important;
}

.intro-box .carousel-control {
	display: none;
}



.services-wrapper h2 {
	color: #fff;
	font-style: italic;
}





div.list-services p {
	margin: 0 !important;
}

.list-services {
	position: relative;
	top: 2em;
	padding-left: 0;
}

.list-services ul {
	-webkit-padding-start: 0;
}

.list-services ul li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
	padding: 0.5em 0;
	position: relative;
}

.list-services a:after {
	content: '\f0da';
	font-family: fontawesome;
	right: 10px;
	position: absolute;
	top: 9px;
}

.list-services a:hover {
	color: #15eaea;
	text-decoration: none;
}


div#cta-section {
	margin: 0;
}


.first-section-wrapper .ry-copyright:hover .officeimage-wrapper img {
	opacity: 1;
	filter: alpha(opacity=50);
}


.first-section-wrapper .ry-copyright:hover .officeimage-wrapper {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.officeimage-wrapper {
	overflow: hidden;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 0;
	background: #000;
	max-width: 500px;
	margin: auto;
	float: none;
}


a.btn.btn-primary.hvr-shutter-out-horizontal:before {
	color:#22b0b0;
}


.first-section-wrapper h2, div#testi h3 {
	color: #20b0b0;
	font-size: 27px !important;
	font-family: muli;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-style:normal;
}

div#testi h3 {
	text-align: left !important;
	position: relative;
	left: 63px;
}

div#testi h3:before {
	content: '';
	background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/quote.png);
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -50px;
	right: 0;
	top: -3px;
}



div#modal-contact .contct-submit:after {
	top: 8px;
}


div#modal-contact p {
	color: #fff !important;
}
.modal-content {
	background: url(https://www.royacdn.com/unsafe/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/banner/heroimage.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


.services-nav {
	line-height: 30px;
	float:left;
	padding:5px;
}

.section {
	width: 350px;
	float:left;

}


.services-nav li {
	list-style: none;
	border-bottom: 1px solid #d1d1d1;
	line-height: 20px;
	padding: 15px 20px 15px 15px;
	position: relative;
}

.services-nav {
	margin-top: 24px;
	margin-right: 1.5em;
}

.services-nav li a {
	color: #000;
	font-family: 'Frank Ruhl Libre', sans-serif;
	font-size: 16px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.services-wrapper h2 {
	font-size: 23px !important;
	color: #000;
	font-weight: 600;
}


div.services-tab-content a {
	font-size: 13px !important;
	color: #000;
	padding: 10px;
	line-height: 30px;
}


u

div.services-tab-content a:before {
	/* content: '\f111'; */
	font-family: fontawesome;
	margin-right: 8px;
	font-size: 5px;
	position: relative;
	top: -3px;
	color: #d1d1d1;
	text-decoration: none;
}

.services li {
	list-style: none;
	font-size: 15px;
}

.no-padding .carousel .carousel-control:hover {
	background: transparent;
	color: #FFF;
}







.cta-sidebar-wrapper h3 {
	text-align: center;
	margin: 0;
	color: #fff;
	font-size: 20px !important;
}

.cta-sidebar-wrapper .testi-block {
	padding-bottom: 1em;
	min-height: 275px;
}



div#ry-sec2 h2 {
	color: #fff;
	font-size: 60px !important;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-family: six caps;
}

#ry-sec2 .owl-theme .owl-dots {
	display: none;
}


div#ry-sec2 .owl-nav, div#ry-sec3 .owl-nav {
	position: absolute;
	top: 47px;
	right: 25px;
}


div#ry-sec2 .owl-theme .owl-nav [class*='owl-']:hover, div#ry-sec3 .owl-theme .owl-nav [class*='owl-']:hover {
	background: #152b54;
	color: #FFF;
	text-decoration: none;
}

div#ry-sec2 .owl-prev, div#ry-sec3 .owl-prev, div#ry-sec2 .owl-next, div#ry-sec3 .owl-next {
	color: #fff;
	font-size: 17px;
	margin: 5px;
	padding: 3px 16px;
	background: #ff6300;
	display: inline-block;
	cursor: pointer;
	border-radius: 50px;
}


div#ry-sec2 .ry-title {
	padding: 0 1.4em;
}


div#projects {
	position: absolute;
	bottom: -11em;
	z-index: 1;
}

.projects-wrp img {
	max-width: 500px;
	margin: auto;
}

.projects-wrp {
	background: #fff;
	padding: 4em;
	color: #181818;
	height: 550px;
}

div#projects .carousel .carousel-control:hover {
	background: transparent;
	color: #FFF;
}


div#projects .carousel .carousel-control .icon-next:before, div#projects .carousel .carousel-control .icon-prev:before {
	content: '\f105';
	color: #181818;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-align: center;
	top: 7px;
	left: 2px;
}

div#projects .carousel .carousel-control .icon-next:hover, div#projects .carousel .carousel-control .icon-prev:hover {
	background: #ff6600;
}

div#projects .carousel .carousel-control .icon-next:hover:before, div#projects .carousel .carousel-control .icon-prev:hover:before {
	color: #fff;
}

div#projects .carousel .carousel-control .icon-prev:before {
	content: '\f104';
	left: -1px;
}

div#projects .carousel .carousel-control .icon-prev, div#projects .carousel .carousel-control .icon-next {
	left: -1em;
	width: 40px;
	height: 40px;
	background: #e8e8e8;
	border-radius: 50px;
	text-align: center;
	top:0 !important;
}


.testi-title:after {
	background:#fff;
	position: absolute;
	top:55px;
	height:120px;
	width:1px;
	content:'';
	right: -50px;
}

.testi-title:before  {
	background:url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/testiicon.png);
	background-size:contain;
	height:35px;
	width:35px;
	position:absolute;
	content:'';
	background-repeat:no-repeat;
	right: -66px;
	top:15px;
}

.testi-content {
	padding-left: 4.5em;

}
.project-block {
	padding: 5em 0;
}
.project-wrp {
	left: 4em;
	position: relative;
	top: -1em;
}

div#projects .carousel .carousel-control .icon-next {
	left:inherit;
}



.project-content-left {
	position: relative;
	left: 2em;
}

div#testi-section {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/bg_testi.jpg);
	background-size: cover;
	margin: 0;
	padding: 13em 0 8em;
}

.project-wrp ul {
	-webkit-padding-start: 0;
	padding: 0;
}

.loc-wrp:nth-child(2) {
	border-left: 1px solid rgba(247, 247, 247, 0.20);
	border-right: 1px solid rgba(247, 247, 247, 0.20);
}


.project-wrp a.btn.btn-primary {
	margin-top: 1.5em;
}

.project-wrp ul li {
	list-style: none;
	position:relative;
	padding-left: 2em;
	top: 1.5em;
}

.project-wrp ul li:before {
	content: '\f00c';
	font-family:fontawesome;
	color:rgba(51, 51, 51, 0.70);
	position:absolute;
	top:-10px;
	left:0;

}

.project-wrp p {
	color: #333 !important;
	font-weight: normal !important;
	line-height: 16px !important;
	text-align:left !important;
}


.project-wrp h3 {
	color: #ff6300;
	font-weight: 600;
	font-size: 20px !important;
	font-family: poppins;
}

div#projects ol.carousel-indicators {
	display: none !important;
}

div#ry-sec2 p {
	line-height: 25px;
	color: #fff;
	margin-top: 1em;
	font-weight: lighter;

}



div#ry-sec2 .ry-comwrp a {
	text-align: center;
	color: #ff6300;
	font-weight: 600;
	font-size: 18px !important;
}

div#ry-sec2 .ry-comwrp {
	text-align: center;
	margin-top: 2em;
}

div#ry-sec2 .ry-item {
	padding: 0 15px;
}




div#ry-sec2 .owl-next:hover, div#ry-sec3 .owl-next:hover, div#ry-sec2 .owl-prev:hover, div#ry-sec3 .owl-prev:hover, div.testimonial-slider a.carousel-control.left:hover, div.testimonial-slider a.carousel-control.right:hover {
	background: #fff;
	color: #181818;
}

div.testimonial-slider .carousel .carousel-control .icon-next:hover:before, div.testimonial-slider .carousel .carousel-control .icon-prev:hover:before {
	color:#ff6300;
}


div#ry-sec3 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-4df8b48f-38cf-4919-876e-0ed428ee9faf/hompage/mc_bg.jpg);
	margin: 0;
	padding: 4em 0 6em;
	background-size: cover;
}

.location {
	position: absolute;
	top: -9em;
	z-index: 1;
}

.loc-wrp {
	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;
}

.loc-wrp:nth-child(2) {
	border-left: 1px solid rgba(247, 247, 247, 0.20);
	border-right: 1px solid rgba(247, 247, 247, 0.20);
}

.loc-wrp p {
	width: 180px;
	line-height: 20px;
	color: #fff;
	font-weight: 
		lighter;
}




.location-bg:after {
	left: 0;
	margin: auto;
	content: '';
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid #191919;
	position: absolute;
	right: 0;
	bottom: -28px;
	background: transparent;
	display:none;
}

.location-bg {
	background: #191919;
	padding: 1em 0 2em;
	color: #fff;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.location-bg h3 {
	color: #ff6300;
	font-family: poppins;
	font-size: 20px !important;
	font-weight: 600;
}




div.testimonial-slider span.icon-next:hover:before, div.testimonial-slider span.icon-prev:hover:before {
	color: #ff6300 !important;
}


div#map-section {
	margin: 0;
	overflow: inherit !important;
}


div.testimonial-slider a.carousel-control.left {
	right: 50px;
	left: inherit;
}

div.testimonial-slider .carousel-control .icon-next:before {
	left: 5px !important;
}
.testi-author {
	margin: 3em 0;
	border-top: 1px solid rgba(74, 92, 120, 0.20);
	padding-top: 2em;
}

.testi-author h5 {
	font-size: 17px !important;
	font-family: muli;
	font-weight: bold;
	margin: 0;
	color:#333;
}

div.testimonial-slider a.carousel-control.left, div.testimonial-slider a.carousel-control.right {
	border-radius: 50px;
	opacity: 1;
	display: block !important;
	width: 5px;
	height: 5px;
	background: transparent;
	bottom: -25px;
	z-index: 1;
	top: 5.5em;
	border: 2px solid #fff;
}

div.testimonial-slider a.carousel-control.right {
	left: -61px;
}

div.testimonial-slider a.carousel-control.left {
	left: -115px;
}

.testimonial-slider .carousel-indicators {
	display: none !important;
}


div.testimonial-slider .carousel-control .icon-prev:before, div.testimonial-slider .carousel-control .icon-next:before {
	content: '\f104';
	font-size: 17px;
	color: #fff;
	position: relative;
	left: 0;
	top: 5px;
	text-align: center;
	right: 0;
}

.testimonial-slider span.icon-prev, .testimonial-slider span.icon-next {
	position: absolute;
	top: 39% !important;
	left: 0;
	background:transparent;
	right: 9px !important;
	margin: auto;
	width: auto;
	height: 38px;
	border-radius: 20px;
}



div.testimonial-slider .carousel-control .icon-next:before {
	content: '\f105';
}
.team-button-wrapper {
	margin-top: 0.5em;
}


a.btn.btn-primary.team-slider-button.hvr-shutter-out-horizontal {
	border-radius: 0;
}

.testi-slider-block span {
	font-size: 12px;
}

.testi-section-wrapper h3 {
	font-size: 20px !important;
	color: #fff;
	font-family: poppins;
	text-transform: uppercase;
	margin-bottom: 0;
}

.testimonial-slider .carousel-indicators li {
	background: #c5c5c5;
	border: none;
}

.testimonial-slider .carousel-indicators li.active {
	background: #4e8a8b;
}

.testimonial-slider .carousel-indicators li {
	margin: 0px 4px;
	width: 10px;
	height: 10px;
}

.services li:before {
	content: '\f111';
	font-family: fontawesome;
	position: relative;
	top: -3px;
	color: #d1d1d1;
	text-decoration: none;
	font-size: 5px;
	margin-right: 10px;
}

div#testi {
	background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/testibg.jpg);
	margin: 0;
	background-size: cover;
	padding: 8em 0;
}



.cta-block:hover a {
	text-decoration: none !important;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.cta-block {
	margin: 0;
	padding: 5px;
	z-index: 998;

}

.cta-block:before {
	background: #4a5c78;
	content: '';
	position: absolute;
	width: 270px;
	height: 180px;
	top: 21%;
	left: -18px;
	background-size: contain;
	border-radius: 18px;
	z-index: -300;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

div.text-wrap a {
	color: #fff;
	letter-spacing: 2px;
	font-weight: lighter;
}

a.btn.btn-primary.banner {
	background: #eee092;
	border-radius: 20px;
	border: none;
	padding: 10px 30px;
	color: #444;
	font-weight: bold;
	letter-spacing: 0;
}


.top-contact-wrapper span a:before {
	content: '\f095';
	font-family: fontawesome;
	color: #fff;
	background: #040718;
	padding: 8px 9px;
	font-size: 11px;
	border-radius: 20px;
	position: relative;
	top: -2px;
	left: -5px;
}

.top-contact-wrapper span a, .top-contact-wrapper span-1 a {
	color: #040718;
	font-family: poppins;
	font-weight: bold;
	font-size: 16px;
}

.contact-info {
	margin-top: 1em;
}
.site-phone {
	float: right;
}

.site-phone span1 {
	font-size: 17px;
	position: relative;
	right: 3em;
}

.site-phone span1 i {
	color: #a0b5b5;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}

.site-phone span1 i:hover {
	color:#20b0b0;
}

.social-inner-wrap li a {
	color: #a0b4b4;
	font-size: 17px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-inner-wrap li {
	padding-right: 15px;
}

.social-inner-wrap li a:hover {
	color: #20b0b0;
}

.top-contact-wrapper span {
	background: #fff;
	font-size: 19px;
	padding: 14px 18px;
	border-radius: 15px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
table.contact-info {
	font-size: 14px;

}


.payment {
	margin-top: 1em;
}


div#right {
	margin-top: 7em;
	padding-left: 2em;
}

div.contact-block a {
	color: #fff;
	font-weight: lighter;
}

.contact-info span-1 {
	color: #4e8a8b;
}

table.contact-info tr:nth-child(1) i {
	position: relative;
	top: -15px;
}

div#right {
	margin-top: 7em;
}

.contact-block a {
	color: #fff;
}


form#contact-form input#message {
	padding-bottom: 120px;
	padding-top: 2em;
}

input.btn.btn-primary.hvr-shutter-out-horizontal {
	text-transform: initial;
}

body.home.modal-open {
	top: 0 !important;
}

body.default.modal-open {
	top: 0 !important;
}


.mobile-icons {
	text-align: center;
	margin-top: 25px;
	position: fixed;
	z-index: 998;
	left: -1em;
}

div.contact-info-block a {
	color: #fff;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}


div.contact-info-block a:hover {
	text-decoration: none;
	color: #4e8a8b;
}

.mobile-icons li a:before {
	content: '\f10b';
	font-family: fontawesome;
	color: #ff6300;
	font-size: 40px;
}

.mobile-icons-li a {
	text-shadow: none !important;
}

ul.mobile-icons-li {
	list-style: none;
}



div#homecontent div#ry-sec1 {
	background: #f3f3f3;
	margin: 0;
	padding: 14em 0 7em;
}

.headwrp.smaller .top-social {
	display: none;
}

a.btn.btn-primary.about:after, a.btn.btn-primary.coupons:after {
	content: '\f105';
	font-family: fontawesome;
	padding-left: 9px;
}


.first-section-wrapper {
	margin: 8em 0 10em;
}

.first-section-wrapper p {
	color: #333;
}



a.btn.btn-primary.about {
	background: #007538;
	border-radius: 50px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 11px 30px;
	border: none;
	font-weight: bold;
	margin-top: 5em;
}

.secon-section-wrapper {
	padding: 4em 0;
}
.secon-section-wrapper .title-wrapper {
	max-width: 600px;
	margin: 0 auto;
}


.cta-block .cta-container:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.first-section-wrapper h4 {
	font-weight: bold;
	font-family: 'PT Serif', serif;
	font-size: 45px !important;
}

.cta-container:hover div#cta1 {
	background: transparent;
}

.cta-container:hover div#cta2 {
	background: transparent;
}


.cta-container:hover div#cta3 {
	background:transparent;
}


.cta-container:hover div#cta4 {
	background:transparent;
}

.cta-container:hover div#cta5 {
	background:transparent;
}

.cta-block .cta-container {
	width: 20%;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.first-section-wrapper h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	margin-top: 1.5em;
}
.first-section-wrapper .ry-content-wrp p {
	line-height: 25px;
}

.first-section-wrapper .ry-content-wrp {
	max-width: 700px;
	margin: auto;
	float: none;
}

.cta-block:nth-child(2):before {
	background: #4b5d79;
	width: 249px;
	left: 1px;
	right: 0;
	margin: auto;
}

.cta-block:nth-child(3):before {
	left: 3%;
}

.cta-block:hover:before {
	background: #22b0b0;
}
.cta-block a:hover {
	text-decoration: none;
}

div.text-wrap:after {
	font-family: fontawesome;
	content: '\f105';
	right: 18%;
	position: absolute;
	color: #fff;
}

.text-wrap {
	padding: 0;
	position: absolute;
	left: 10%;
	text-transform: uppercase;
	width: 100%;
	line-height: 19px;
	right: 0;
	bottom: -24px;
	text-align: left;
}
.cta-block:hover a:after {
	border-bottom: 1px solid #fff;
}


.cta-wrapper {
	padding: 0;
	margin-top: 4em;
	z-index: 1;
}



.top-contact-wrapper {
	float: right;
	display: inline-block;
	padding-right: 37px;
	padding-top: 18px;
}

.site-phone .btn-btn-primary {
	background: #eea701;
	border-radius: 50px;
}

.site-phone .btn-btn-primary a:before {
	content: '\f095';
	font-family: fontawesome;
	margin-right: 8px;
}


.site-phone .btn-btn-primary a {
	color: #fff;
}

.shoponlinelink a {
	color: #fff !important;
}


.shoponlinelink a {
	color: #fff !important;
	padding-left: 36px;
}

#footer .top-social {
	position: absolute;
	top: 4em;
	left: 24px;
	z-index: 9999;
}

#footer ul.social-links li {
	margin-right: 5px;
}


.footer-inside-wrapper {
	padding: 0 30px;
	margin: 3em 0 1em;
}

.footer-inside-wrapper .ry-input {
	height: 40px;
	border-radius: 0;
	padding: 6px 12px;
	font-family: nunito;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sumit-button {
	padding-top: 10px;
}


.input-block input#message {
	padding-bottom: 7em;
	padding-top: 1em;
}

.modal-footer {
	border-top: 0 !important;
}

input.submit-footer {
	color: #146a45;
	float: right;
	padding: 0 15px;
	font-weight: bold;
}

.footer-inside-wrapper textarea.form-control {
	height: 150px;
}



.footer-form-wrapper {
	background: #fff;
	padding: 0;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	max-width: 322px;
}




table.office-hours td {
	font-size: 15px;
	line-height: 30px;
	font-weight: lighter;
}

table.office-hours td:first-child {
	padding-right:30px;
}



.footer-button-wrapper {
	padding-bottom: 20px;
}

/* Gallery Overrides */

.gallery-wrapper >div {
	padding: 0;
}

.gallery-wrapper {
	max-width: 500px;
	margin: auto;
	float: none;
}

/* End of Gallery Overrides */

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff6503;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 50px;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}




.contact-info-block span.span-5 {
	color: #fff;
}

.contact-info-block span.span-5:before {
	content: '\f095';
	font-family: fontawesome;
	margin-right: 8px;
}

.contact-info-block li p {
	color: #fff;
	font-weight: lighter;
	letter-spacing: 1px;
}
.contact-info-block .ry-content.copy span {
	display:block;
}
.contact-info-block .ry-content.copy span .fa {
	width: 20px;
	margin-right: 10px;
	text-align: center;

}

.contact-info-block li {
	line-height: 20px;
	list-style: none;
}

.contact-info-block ul {
	-webkit-padding-start: 0;
}

.contact-info-block {
	padding-top: 1.5em;
	font-weight: lighter;
}

.fa.fa-marker:before {
	content: '\f041';
	font-family: fontawesome;
}

/*Inner Page Overrides*/

.data-title ul {
    padding: 0;
}

.data-title ul li {
    color: #ff6300;
}


.alert-danger li {
	list-style: none;
}

input#Apload_Resume {
	height: auto !important;
}

.matches-title .count {
	color: #fff !important;
}

ul.html-sitemap-ul {
	-webkit-padding-start: 0;
}

.video-wrap {
	padding: 0;
	max-width: 400px;
	margin: 0 auto 1em;
	float: none;
}
.projects-page-wrp img {
	max-width: 450px;
}

.projects-page-wrp {
	margin: 1em 0;
	border-bottom: 1px solid rgba(204, 204, 204, 0.05);
	padding: 1em 0 2em;
}

.works {
	margin: 1em 0;
}

.works h5 {
	padding: 1em 0;
}



.works img {
	max-width: 300px;
	margin: auto;
}

div#accordion .data-title a:after {
	content: '\f055';
	font-family: fontawesome;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: absolute;
	right: 0;
	color: #fff;
	padding-left: 20px;
}

.active .data-title a:after {
	content: '\f056' !important;
	font-family: fontawesome;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: absolute;
	right: 0;
	color: #fff;
	padding-left: 20px;
}


.galleryimage-wrapper {
	margin-bottom: 1.5em;

}

.default .ry-title h4 {
	font-size: 20px !important;
}

.sidebar-list ul {
	-webkit-padding-start: 1em;
}

.rev-block h3 {
	margin: 0;
	padding-bottom: 1em;
	padding-left: 48px;
}


.rev-block h3:before {
	content: '';
	background: url(https://www.royacdn.com/unsafe/smart/Site-639b9551-7800-4fb2-9474-122582623f9c/resources/quote.png);
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	right: 0;
	top: 24px;
}

.input-group.search-bar-widget {
	max-width: 400px;
	margin: 0 auto 1em;
	padding: 0;
}

a.map-link {
	position: absolute;
	top: 0;
	background: transparent;
	right: 0;
	bottom: 0;
	left: 0;
}

button.btn.btn-primary.search-btn {
	padding: 7px 17px;
	border-radius: 0 !important;
}

input.form-control {
	border-radius: 0;
}

.sidebar-default {
	margin: 1em 0;
	padding: 0;
	max-width: 400px;
	margin: auto;
	float: none;
	padding: 0;
}


.sidebar-content .ry-title, .sidebar-default .ry-title  {
	background: #4c5f7d;
	height: 40px;
	margin-bottom: -17px;
}

.sidebar-default h3:before, .sidebar-content h3:before {
	content: '\f105';
	font-family: fontawesome;
	color: #fff;
	font-size: 19px;
	position: relative;
	top: -1px;
	left: -8px;
	background: #20b0b0;
	padding: 5px 12px;
	border-radius: 100%;
}

.sidebar-services .tabs-widget ul.nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-services .tabs-widget ul.nav-tabs li:hover:active {
	background: #4d5f7c !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li:hover {
	background: #4c5e7d !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li:active {
	background: #4c5e7d !important;
}

.sidebar-services .tabs-widget ul.nav-tabs li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.sidebar-services .tabs-widget>.tab-content {
	border: none;
	border-top: none;
	background: #4d607c;
	height: 250px;
	padding: 0;
}

.sidebar-services .tabs-widget .nav-tabs>li>a:active, .sidebar-services .tabs-widget .nav-tabs>li>a:hover, .sidebar-services .tabs-widget .nav-tabs>li>a:focus {
	background: #4d607c !important;
}

.sidebar-services .tabs-widget .nav-tabs {
	border-bottom: none;
	background: #20b0b0;
}


.sidebar-services .tabs-widget .nav-tabs>li>a {
	font-family: muli !important;
	margin: 0;
	background: transparent !important;
	border: none !important;
	color: #fff !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	font-weight: normal !important;
}

.sidebar-service .tabs-widget ul.nav-tabs {
	background: #20b0b0;
}

.sidebar-service .tabs-widget .nav-tabs>li>a:hover {
	background: transparent;
	border: none;
	color: #fff;
	letter-spacing: 0px;
	font-family: muli;
}


div#def-content .ry-content-wrp {
	padding: 2em 0;
}



.sidebar-list ul li {
	list-style: none;
	line-height: 15px;
}

.sidebar-list li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.sidebar-list {
	padding: 1em 0;
}

.sidebar-list ul li a:hover {
	text-decoration: none;
	color: #1ab1b1;
}
.page-separator {
	padding: 1em 0;
	border-bottom: 1px solid rgba(74, 92, 120, 0.10);
}


.sidebar-services {
	padding: 17px 0 0 0;
}

.sidebar-list-wrapper {
	padding: 0;
	background: #4c607d;
	margin: 1em auto 0;
}
.sidebar-list li a:after {
	content: '\f0da';
	font-family: fontawesome;
	position: absolute;
	right: 1em;
}

.sidebar-wrapper {
	max-width: 300px;
	margin: auto;
	float: none;
}


.button-wrapper .cta-block {
	margin: 0;
	padding: 0;
}

.button-wrapper .cta-block:before {
	background: #4a5c78;
	content: '';
	position: absolute;
	width: 99%;
	height: 200px;
	top: 23%;
	left: 0;
	background-size: contain;
	border-radius: 18px;
	z-index: -300;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
	right: 0;
	margin: auto;
}
.button-wrapper .cta-sidebar-wrapper {
	overflow: initial;
}


.button-wrapper:hover .cta-block:before {
	background: #1ab1b1;
}


.button-wrapper .text-wrap {
	padding: 0;
	position: absolute;
	left: 10%;
	text-transform: uppercase;
	width: 100%;
	line-height: 19px;
	right: 0;
	bottom: -29px;
	text-align: left;
}
.blog-item img {
	-webkit-box-shadow: 0 11px 17px -12px #666;
	box-shadow: 0 11px 17px -12px #666;
	max-width: 400px;
	margin: auto;
}

.officehours-wrapper p {
	color: #fff;
}

ul.html-sitemap-ul li {
	list-style: none;
}

ul.html-sitemap-ul li a:before {
	content: '\f178';
	font-family: fontawesome;
	margin-right: 10px;
}

ul.html-sitemap-ul li a {
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-transform: uppercase;
}

ul.html-sitemap-ul li a:hover {
	text-decoration: none;
	padding-left: 10px;
}

.awards-wrapper {
	margin-top: 1em;
}

.hospital-tour .col-xs-6 {
	padding: 0;
}

.hospital-tour div {
	padding: 0;
}



.list li {
	list-style: none;
}

.list li:before {
	content: '\f105';
	font-family: fontawesome;
	margin-left: -2em;
	position: absolute;
	color: #fff;
}

.map-wrapper {
	max-width:400px;
}


.about {
	max-width: 300px;
	margin: auto;
	-webkit-box-shadow: 0 11px 17px -12px #666;
	box-shadow: 0 11px 17px -12px #666;
}


.modal {
	overflow-y: hidden;
}

.hospital-tour img:hover {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


.services-image-wrapper {
	margin: 10px;
}


.services li {
	list-style: none;
}

.services ul {
	-webkit-padding-start: 0;
}

.services ul li a:before {
	content: '\f046';
	font-family: fontawesome;
	padding-right: 10px;
}


.services ul {
	-webkit-column-count: 2;
	column-count: 2;
	padding: 20px 0;
}



.services-image {
	max-width: 400px;
	-webkit-box-shadow: 0 11px 17px -12px #666;
	box-shadow: 0 11px 17px -12px #666;
	margin: auto;
}



.form-wrapper {
	padding: 30px 30px 30px 20px;
	background: rgba(221, 221, 221, 0.12);
	margin-top: 1em;
}


.bnr-title h2 {
	color: #ff6300;
	font-size: 50px !important;
	text-transform:uppercase;
	display: none;
}
.top-contact-wrapper a:hover {
	text-decoration: none;
}

.services a.btn.btn-primary.hvr-shutter-out-horizontal {
	line-height: 20px;
	text-align: left !important;
	float: left;
}


div.bnr-wrp:before {
	content: '';
	background: rgba(0, 0, 0, 0.30);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

div#bnr1 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/banner/heroimage_a.jpg);
	background-size: cover !important;
	background-position: 75%;
}

div#bnr2 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/banner/heroimage_a.jpg);
	background-size: cover !important;
}

div#bnr3 {
	background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/banner/heroimage_a.jpg);
	background-size: cover !important;
	background-position: 75%;
}

.dashed-border {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about-image {
	max-width: 150px;
	margin: auto;
	padding: 10px;
}

.text-wrapper2 {
	padding: 35px 0px;
}

.sidebar-content {
	max-width: 350px;
	margin: auto;
	float: none;
	padding: 0;
}

.sidebar-default >div {
	max-width: 350px;
	margin: auto;
	float: none;
	z-index: 1;
	padding:0;
}

.button-wrapper {
	margin: 2em 0;
}

.inside-sidebar {
	max-width: 500px;
	margin: auto;
	float: none;
}


.sidebar-logo {
	padding: 10px 0;
}


.sidebar-logo img {
	max-width: 300px;
	margin: auto;
}

.button-wrapper img {
	max-width: 500px;
	margin: auto;
	float: none;
}

.sidebar-cta-title {
	background: #000;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding: 10px;
}

.sidebar-cta-title a {
	text-align: center;
	margin: 0;
	color: #fff !important;
	font-size: 20px !important;
	font-weight: normal;
	font-family: 'Frank Ruhl Libre', sans-serif;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}


.officehours-wrapper {
	padding: 10px;
	line-height: 25px;
}

.sidebar-cta-title a:hover {
	letter-spacing: 1px;
	text-decoration: none;
}

.sidebar-cta-title p {
	line-height: 20px;
}



.hospital-tour img {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	margin: auto;
	-webkit-box-shadow: 0 11px 17px -12px #666;
	box-shadow: 0 11px 17px -12px #666;
}


.social-icons li {
	background: transparent !important;
}


.social-icons li:hover {
	background: transparent;
	border: solid 1px transparent;
}

.social-inner-wrap li a {
	color: #a0b6b5 !important;
	opacity: 1;
	font-family: fontawesome !important;
}

.social-inner-wrap li a:hover {
	color: #ff6300 !important;
	border: none;
}


/*Tabs Overrides*/

.services-wrapper h5 {
	color: #fff;
	padding-bottom: 7em;
	font-size: 16px !important;
	padding-top: 1em;
	font-weight: lighter;
}

#services-section div.tabs-widget .nav-tabs>li>a {
	background: transparent;
	color: #4c607d;
	letter-spacing: 2px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	border: none;
	opacity: 0.5;
}

#services-section div.tabs-widget ul.nav-tabs {
	background: transparent;
	border-bottom: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


#services-section div.tabs-widget ul.nav-tabs li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#services-section .tabs-widget>.tab-content {
	border: none;
}

#services-section div.tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus {
	background: transparent;
	color: #4c607d;
	letter-spacing: 2px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	border: none;
	opacity: 1;
}
.sidebar-default h3, .sidebar-content h3 {


	color: #fff;
	margin: 0;
	font-size: 19px !important;
	font-family: muli;
	padding-left: 18px;
	font-style: normal;
	position: relative;
	top: 10px;
}

.sidebar-default p {
	line-height: 25px;
	margin: 1em 0;
}


.sidebar-services img {
	max-width: 350px;
	margin: auto;
	float: none;
	border: 2px solid rgba(77, 96, 124, 0.09);
	padding: 10px;
}


@media (max-width:991px) {

	.project-wrp ul {
		max-width:500px;
		margin:auto;
	}

	.home-content-section:nth-child(2) {
		margin-top: 3em !important;
	}

	div.footer-wrapper .footer-content p {
		text-align: center;
	}

	.projects-page-wrp img {
		margin:auto;
	}

	div.testimonial-slider a.carousel-control.left, div.testimonial-slider a.carousel-control.right {
		bottom: 0;
		top:60px !important;
	}

	div.footer-copyrights p {
		font-size: 16px;
		color: rgba(51, 51, 51, 0.80);
		text-align: center;
	}

	.ry-footer-blocks:nth-child(4):after, .ry-footer-blocks:nth-child(4):before {
		display: none;
	}


	.ry-footer-blocks {
		margin-bottom: 3em;
	}
	div.ry-footer-blocks:nth-child(4) {
		width: 100%;
		margin-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

	.ry-footer-blocks:nth-child(1):after {
		display:none;
	}

	.projects-wrp {

		height: auto;
		position: relative;
		top: 5em;
		padding:2em;
	}

	.projects-wrp h2 {
		left:0;
	}

	div#projects {
		padding:0;
	}

	div#projects .ry-container {
		padding: 0;
	}

	div#map-section .ry-container {
		padding: 0;
	}

	.projects-wrp {
		height:auto !important;
	}

	.location-bg {
		padding: 3em 0 5em;

		display: block;
	}

	.location {
		position: relative;
		top: 0;
		padding: 0;
	}
	div.testimonial-slider a.carousel-control.left, div.testimonial-slider a.carousel-control.right {
		top:0  !important;
	}

	.testi-content {
		padding-left: 0;
	}


	div.testimonial-slider a.carousel-control.left {
		left: -20px;
	}

	div.testimonial-slider a.carousel-control.right {
		right: -20px;
		left: inherit;
	}
	div#testi-section {
		padding: 16em 0 1em;
	}

	.project-wrp {
		left: 0;

		top: 0;
	}

	div#ry-sec2 h2:before {
		right: 0;
		left: 0;
		margin: auto;
	}

	.project-block {
		padding: 0;
	}

	.project-content-left {
		left: 0;
	}

	.projects-wrp h2:before {
		top: 76px !important;
		margin: auto;
		width: 15% !important;
	}



	div#ry-sec2 .owl-nav, div#ry-sec3 .owl-nav {
		position: relative;
		top: 20px;
		right: 0;
	}
	div#services {
		margin-top: 6em;
	}

	.projects-wrp h2:before {
		top: 76px !important;
		margin: auto;
	}

	div#projects .carousel .carousel-control .icon-prev {
		left: 20px;
	}

	.testi-title:before, .testi-title:after {
		display:none;
	}
	.cta-wrp {
		margin-bottom: 5em;
	}



	.slider-text-wrapper h5 {
		margin: 0;
		font-size: 20px !important;
	}

	div.slider-text-wrapper {
		top: 0 !important;
		left: 0 !important;
		position: relative;
		padding: 2em;
		background: #1e2028;
	}
	.cta-wrp:nth-child(2) {

		border: none;
	}

	.home-cta-section >div {
		margin: auto;
		float: none;
		max-width: 500px;
	}
	div#homecontent div#ry-sec1 {
		padding: 4em 0;
	}

	div.cta-con:hover {
		background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/Shape_3_copy.png) !important;
		background-size: cover !important;
	}

	.cta-con:hover img {
		display: block !important;
	}

	.cta-con:hover .ctatitle {
		position: relative;
		top: 3.8em !important;
		left: 0 !important;
		right: 0 !important;
	}

	.ctatitle:before {
		display:none;
	}

	.cta-con {
		position: relative !important;
		top: 0 !important;
	}

	.home-cta-section:before {
		display:none;
	}


	.footer-inner-container .copy-right p {
		text-align: center !important;

	}
	#services-section div.tabs-widget ul.nav-tabs li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	div.social-inner-wrap li {
		padding-right: 6px !important;
	}

	.mobile-nav-logo {
		position: absolute;
		background:#eff3f4;
	}

	.mobile-nav-logo img {
		max-width: 200px;
		margin: auto;
	}


	div#contactmoreinfo {
		max-width: 430px;
	}

	.services-item:first-child {
		padding-top: 1em;
	}

	div.slider-text-wrapper h2 {
		font-size:16px !important;
		margin-top:1em !important;

	}

	.services-item img {
		max-width: 200px;
		margin: auto;
	}

	div.footerlinks {
		text-align: center;
	}

	div.ry-copyright span {
		text-align: center;
		float: none;
		display: inline-block;
		margin-top: 0;
	}

	.footerlinks {
		text-align: center;
		margin-top: 0;
	}

	ul.social-icons {
		-webkit-padding-start: 0;
		padding-left:0;
	}

	div.social-inner-wrap {
		float: none !important;
		right: 0 !important;
		top: 7px !important;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 96px;
		left: 0;
		position: relative !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.first-section-image img {
		max-width:300px;
	}

	.copy-right {
		float: none;
		text-align: center;
		margin: auto;
	}

	div.footer-inner-container .ry-copyleft img {
		margin: auto;
		top: 15px;
	}

	.ry-footer-blocks:first-child, form#contact-form {
		padding-right: 0 !important;
		width: 100% !important;
	}


	table.Office-hours {
		width: 100%;
	}

	div#testi {
		padding:4em 0;
	}

	div.testi-author {
		text-align: left;
	}

	.text-wrap {
		bottom:-35px;
	}

	div#services-section {
		background: #4a5b77;
		background-size: cover;
		height: 500px !important;
	}


	.services-wrapper {
		margin: 4em 0 0;
	}


	#services-section div.tabs-widget ul.nav-tabs {
		background:#fff;
	}

	div.services-wrapper:first-child p {
		text-align:left;
	}

	.aff-image-wrapper {
		width:50%;
		margin-bottom:1em;
		display: block	

	}

	.aff-image-wrapper:nth-child(3) {
		position: relative;
		top: 1em;
	}

	.aff-image-wrapper:last-child {
		position: relative;
		top: 17px;
	}

	.aff-image-wrapper:nth-child(2) img {
		max-width: 100px !important;
	}



	.cta-block:nth-child(2) img, .cta-block:nth-child(3) img {
		background: #fff;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	div.cta-block:before {
		top: 45% !important;
		width: 99% !important;
		left: 1px !important;
		right: 0 !important;
		margin: 0 !important;
	}
	.default div.ry-fullwrp {
		background-position: right;
		margin-top: 0;

	}

	#footer .top-social {
		position:initial;
	}



	.surgical-wrapper {
		text-align: left;
	}

	div#right {
		margin-top: 2em;
		padding-left: 0;
	}

	.contact-info:after {
		display:none;
	}


	.services li:before {
		color:#4e8b8b;
	}

	.footer-sitelogo {
		margin: auto;
	}

	div.testi-container {
		margin-top:0;
	}

	.medical-center-wrapper {
		padding: 2em 0 19em;
	}


	.services li {
		list-style: none;
		text-align: left;
		color: #333 !important;
	}
	.surgery-tab .tabs-widget ul.nav-tabs {
		margin: auto;
		float: none;
		max-width: 668px;
	}



	.officeimage-wrapper {
		margin-top:3em;
	}


	.first-section-wrapper .ry-copyleft {
		padding-left:0;
	}

	.text-wrap {
		text-align:left;
	}



	.headwrp.smaller {
		background:#000;
	}

	div.intro-box .carousel-control:hover {
		background: transparent;

	}

	div.intro-box.carousel .carousel-control .icon-prev:before {
		content: '\2039';
	}


	div.intro-box.carousel .carousel-control .icon-next:before {
		content: '\203a';
	}

	div.intro-box .carousel-control.right {
		right: 0;
	}

	div.intro-box .carousel-control.left {
		left: 0;
	}

	div#first-banner {
		left: 0 !important;
	}

	div.contact-info-block {
		padding-top: 0;

	}

	div.footer-content {
		max-width: 500px;
		margin: auto;
		float: none;
	}



	div.testi-block {
		margin: auto;
		float: none;
		min-height: 150px;
	}

	div.no-padding .carousel-indicators {
		bottom: 0 !important;
	}

	.cta-sidebar-wrapper .testi-author p {
		padding-right: 0;
		line-height: 14px;
		margin: auto;
	}

	.cta-sidebar-wrapper div.testi-author a.btn.btn-primary {
		position: relative;
		top: -9em;
	}

	.cta-sidebar-wrapper .testi-author p {
		position: relative;
		top: -2em;
		left: 4em;
	}

	.cta-sidebar-wrapper .testi-author img {
		max-width: 33px;
		float: left;
	}

	div.mobile-menu ul.dropdown-menu {
		background: #ff6300;
	}

	div.cta-block div.cta-container:nth-child(5) {
		width: 100%;
	}
	div.mobile-menu ul li a:hover, div.mobile-menu ul li a:focus {
		text-decoration: none;
		background-color: transparent;
		color: #ff6300;
	}

	div.mobile-menu ul li a, div.mobile-menu .nav .open a {
		color: #fff;
		text-align: center;
	}

	div.mobile-menu i {
		color: #20b0b0;
		font-size: 42px;
	}

	div.mobile-menu {
		background: #000;
		background-size: cover;
		background-position: 100% 100%;
	}

	div.slider-text-wrapper h1 {
		font-size: 60px!important;
	}

	div.logoonbanner {
		max-width: 300px;
		margin: auto;
		float: none;
		padding-top: 9px;
	}


	.nav-open a.pull-right.menu-toggle:before {
		content:"\f00d";
	}

	a.pull-right.menu-toggle:before {
		content: '\f0c9';
		font-family: fontawesome;
		color: #ff6300;
		font-size: 30px;
	}
	a.pull-right.menu-toggle.visible-xs.visible-sm {
		background: transparent;
		position: relative;
		float: left;
		padding: 10px;
		margin-left: 24px;
		margin-top: 10px;
		margin-right: 1em;
	}

	span.power {
		font-size: 11px;
		display: inline-block;
		float: none;
	}



	div.app-logo-wrapper img {
		max-width: 150px;
	}

	div.app-right .social-inner-wrap {
		float:none;
		text-align: center;
	}

	div.app-right, div.app-left {
		float: none;
		margin: auto;
	}

	.app-right .col-xs-12.col-md-3.col-lg-3 {
		padding-top: 1em;
	}

	div.testi-author a.btn.btn-primary {
		position: relative;
		top: -10em;
	}

	div#ry-sec3 {
		padding: 5em 0;
	}

	div.center .ry-copy.item-copy {
		bottom: 0 !Important;
	}



	div.cta-background {
		height: auto;
		margin:auto;
		float: none;
		max-width: 260px;
	}

	div.text-wrap a {
		font-size: 20px;

	}

	.pet-portal-content {
		padding-top: 1em;
		text-align: center;
	}

	.testi-left:after {
		display:none;
	}

	.testimonial-slider {
		max-width: 100%;
		margin: auto;
		float: none;
	}

	table.contact-info {
		margin: auto;
		text-align: left;
	}

	div#bnr2 {
		background-position: 75%;
	}

	div.secon-section-wrapper {
		padding: 2em 0 0;
	}

	div.payment-logo {
		padding-top: 1em;
	}

	a.btn.btn-primary.coupons {
		margin-top: 1em;
		padding:11px;
	}



	div.testi-block img {
		float:left;
	}

	div.mobile-menu {
		position:fixed;
	}

	div.vWrp {
		top: 2em;

	}

	div.ry-container {
	}

	div.services-image-wrapper {
		margin: 10px auto;
	}




	a.pull-right.menu-toggle {
		position: fixed !important;
		text-decoration:none !important;

	}

	div.headwrp.smaller .logo img {

		margin-top: 1.8em;
	}



	div.first-section-wrapper {
		margin: 2em 0;
	}

	div.cta-block {
		max-width: 350px;
		margin: 0 auto 5em;
		float: none;
		padding: 0;
	}
	div.site-header {
		border-bottom:none !important;
	}

	div.logo img {
		max-width: 250px;
		margin-top: 1em;
	}

	div.headwrp.smaller .ry-header-container {
		margin: -1.5em auto !important;
	}

	div.cta-block:before {
		top: 45% !important;
		width: 99% !important;
		left: 1px !important;
		right: 0 !important;
		margin: 0 !important;
	}

	div.headwrp {
		position: fixed;
		background: #1a1a1a;

	}
	.about-image {
		margin: 0 auto 10px;
		padding-right: 0;
	}

	div.pets-wrapper {
		padding-top: 2em;
	}

	.slider-text-wrapper {
		bottom: 0 !important;
		top: 50% !important;
		left: 17% !important;
	}

	.cta-background:before {
		top: 0;
		left: 0;
	}

	.cta-block .cta-container {
		width: 50%;
	}

	#ry-sec2 .title-wrapper:before {
		left: 0;
		right: 0;
		margin: auto;
		top: -4em;
	}

	div#fblocks1 img {
		max-width: 250px;
		margin: 0 auto;
	}

	.footer-content .office-hours {
		margin: 0 auto;
	}

	div#fblocks3 .footer-content {
		max-width: 155px;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.footer-button-wrapper {
		max-width:310px;
		margin:0 auto;
		float:none;
	}


	.ry-copyright {
		text-align: center;
		margin: auto;
		float: none !important;
		padding-right: 0 !important;
	}

	/*mobile menu*/

	.mobile-menu ul.nav > li {
		display: block;
		width: 100%;
	}

	.mobile-menu {
		height: 700px;
	}

	.nav-open .mobile-menu {
		left: 0;
		Z-INDEX: 5;
		overflow-x: hidden;
	}

}




@media (max-width:767px) {


	.projects-wrp {
		padding: 2em 0;
	}
	.projects-wrp img {
		max-width: 300px;
		margin: auto;
	}

	.photo-wrapper >div {
		margin: auto;
		float: none;
		max-width: 500px;
	}


	.services-nav {
		margin-top: 0;
		margin-right: 0;
		width: 100%;
		padding:0;

	}

	div.services-nav li:after {
		position: absolute;
		right: 0;
		top: 1em;
		opacity: 0;
		content: '\f149';
		font-family: fontawesome;
		background: none;
		font-size: 20px;
		color: #4d8a8a;
	}


	div.services-nav li {
		line-height: 10px;
		padding: 20px 0;
		text-align: left;
	}

	ul.services {
		-webkit-padding-start: 0;
	}
}

@media (max-width:600px) {

	.home-cta-section >div {
		max-width: 223px;
	}

	.cta-con {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
}

@media (max-width:500px) {

	div.video-block p {
		font-size:10px !important;
	}

	.project-wrp h3, .testi-section-wrapper h3 {
		max-width: 250px;
		margin: 1em auto;
	}

	div#services-section {
		height: auto !important;
	}

	div#contactmoreinfo {
		display: block;
		text-align: center;
	}

	div#contactmoreinfo a.btn.btn-primary {
		margin-bottom: 1em;
	}


	#services-section div.tabs-widget .nav-tabs>li>a {
		font-size: 15px !important;
		letter-spacing: 0;
		padding: 15px 0;
	}

	div.tabs-widget>.tab-content {
		padding:10px 0;
	}

	div#surgery-section {
		margin-top:-6em;
		padding: 0 0 2em 0;
	}

	.contact-info:after {
		width: auto;
	}


	.surgery-wrapper h3, .services-wrapper h3 {
		font-size:20px !important;
	}





	div.footer-wrapper .ry-copywrp {
		padding: 5px 0 10px;
		margin-top: 0;
		line-height: 23px;
	}











	div.medical-center-wrapper {
		padding: 3em 0;
	}

	div.no-padding .carousel-indicators {
		display: none !important;
	}

	div.cta-sidebar-wrapper div.testi-author a.btn.btn-primary {
		float: left;
		top: -6em;
	}

	span.power {
		font-size: 11px;
		float: none;
	}


	div.cta-block .cta-container {
		max-width: 100%;
		margin: 0 auto !important;
		width: 100%;
		clear: both;
		float: none;
	}

	#rebate-content-left .col-xs-5 {
		max-width: 100%;
	}

	div.rebate-section p {
		line-height: 16px;
		font-size: 12px;
		text-align: center !important;
	}




	div.first-section-wrapper h4 {
		font-size: 22px !important;
		margin: 0;
	}

	div.logoonbanner {
		max-width: 180px;
		padding-top: 0;
	}

	a.btn.btn-primary.banner {
		font-size: 11px;
		margin-top: -46px;
		padding: 6px 13px;
	}



	div.first-section-wrapper h3 {
		font-size: 14px !important;
		margin-top: 1em;
	}

	span.btn-vertical-slider {
		margin-top: 8em;
	}

	span.btn-vertical-slider.arrow-up {
		margin-top: 5em;
	}

	div.testi-block p {
		padding: 0;
		font-size: 14px;
		min-height: 250px;
		color: #333 !important;
	}


	div#contactus-section {
		padding: 8em 0 2em;
	}

	div.footer-inner-container p {
		font-size: 10px;
		margin: 0;
		white-space: initial;
	}


	a.pull-right.menu-toggle {
		margin-right: 1em;
	}



	div.footer-form-wrapper {
		max-width:250px;
	}

	div.bnr-wrp {
		height: 200px !important;
		margin-top: 4em;
	}

	div.footer-inner-container .ry-copyleft {
		padding: 0;
	}

	div.footer-inner-container p {
		font-size: 11px;
	}


	div.bnr-title h2 {
		font-size: 30px !important;
	}

	div#bnr3 {
		background-position: center center;

	}
	div.secon-section-wrapper {
		padding: 1em 0;
	}

	div.services ul, div.articles ul {
		-webkit-column-count: 1;
		column-count: 1;
		padding: 0;
	}

	div#ry-sec3 h2, #ry-sec2 h2 {
		font-size: 23px !important;
	}

	div#ry-sec3 {
		padding: 1em 0;
	}

	.footer-form-wrapper:before, .footer-form-wrapper:after {
		display:none;
	}

	div.slider-text-wrapper h2 {
		font-size: 3vw !important;
		letter-spacing: 1px;
	}



}




@media (max-width:320px) {
	div.logo img {
		max-width: 200px;

	}



	div.photo-wrapper a {
		font-size: 11px !important;
	}



}


@media (max-width:1800px) and (min-width:1199px) {
	div.site-header ul li a {
		padding-right: 2em;
	}

}


@media (max-width:1600px) and (min-width:992px) {

	div.ry-header-container {
		padding-top:1em;
	}



	div.site-header ul li a {
		padding-right: 1em;
		font-size:14px !important;
	}

	div.slider-text-wrapper h1 {
		font-size: 66px !important;
	}



}


@media (max-width:1400px) and (min-width:992px) {

	div.slider-text-wrapper {
		top:38%;
		left:0;
		margin:auto;

	}

	div#homecontent div#ry-sec1 {
		padding: 8em 0 7em !important;
	}

	.home-cta-section {
		width: 100%;
		max-width: 887px;
		margin: auto;
		float: none;
	}

	.home-content-section {
		width: 100%;
	}

	div.slider-text-wrapper h2 {
		margin-top:0;
	}

	div.cta-wrapper {
		margin-top: 1em;
	}
}


@media (max-width:1199px) and (min-width:992px) {

	.project-wrp ul {
		-webkit-padding-start: 0;
		max-width: 250px;
	}

	.project-wrp p {
		font-size:15px !important;
	}


	.cta-con:nth-child(5):hover .ctatitle:before {
		top: -37px;
		left: 192px;
	}

	.cta-con:nth-child(5):hover .ctatitle {
		left: -158px;
	}

	.ry-footer-blocks:nth-child(1):after {
		display:none;
	}



	div.slider-text-wrapper {
		top:34% !important;
	}
	.services-tab {
		top: -74px;
		width: 100%;
	}
	.services-wrapper>div {
		margin-top: -1em;
	}

	#services-section div.tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus, #services-section div.tabs-widget .nav-tabs>li>a {
		font-size:19px;
	}

	.services-wrapper h3 {
		color: #fff;
		font-size: 25px !important;
	}


	.services-wrapper {
		margin: 8em 0;
	}
}	



@media (max-width:1199px) and (min-width:992px) {



	.footer-content {
		font-size: 14px;
	}





}







@media (min-width:1199px) {



	div.ry-footer-blocks:nth-child(1):after {
		right: 20%;
	}
}

@media (min-width:992px) {


	#services-section div.tabs-widget .nav-tabs>li>a {
		padding-left:0;
	}

	.default .ry-left-wrp {
		padding-right: 2em;
		padding-left: 0;
	}

}


@media (min-width:600px) {

	ul.html-sitemap-ul {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-padding-start: 0;
	}

}


div#map {
    clear: both;
}
.main-content #map{
    color:black !important;
  }

/*UPDATE*/
@media(max-width:480px) {
	div#ry-sec2 {
		padding: 7em 0 85vw
	}
}
@media (max-width: 991px) {
	div#ry-sec2 {
		padding: 7em 0 90vw
	}
	div.slider-text-wrapper {
		margin-top:100PX;
	}
	div.social-inner-wrap {
		max-width:fit-content;
		padding:15px
	}
	ul.social-icons li a {
		font-size:20px !important
	}
	div.slider-text-wrapper a {
		font-size:18px
	}


	.cta-section .ry-container {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		gap:40px
	}
	.cta-section .cta-wrp {
		width:fit-content;
	}
	.cta-wrp {
		margin-bottom: 0em;
	}

	.project-wrp p{
		display:flex;
		justify-content:center
	}
	.home-content-section  *, #testi-section * {
		text-align:center !important
	}

	#map-section .location .location-bg {
		display:flex;
		padding-left: 10px;
		padding-right: 10px;
	}

	#homefooter .ry-footer-blocks:nth-child(2){
		max-width:50%;
	}
	#homefooter .ry-footer-blocks:nth-child(3){
		max-width:50%;
	}
	.cta-section .ry-container {

	}
	div.cta-con {
		background: url(https://www.royacdn.com/unsafe/smart/Site-f82d2c79-9ce3-4c10-9379-5925bc82c6ff/resources/Shape_3_copy.png) !important;
		background-size: contain !important;
		background-repeat:no-repeat !important
	}
	.home-cta-section > div {
		display:flex;
		max-width: 100%;
		justify-content:center
	}

	.home-content-section:nth-child(2) {
		padding-left:5%;
		padding-right:5%;
		margin:auto
	}

	.cta-con img {
		max-width: 40px;
		margin: auto;
		position: relative;
		top: 55px;
	}
	#homecontent .ry-container {
		padding:unset
	}
}