/* BUTTON */
.ry-btn {
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    max-width: max-content;
    align-items: center;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 17px !important;
    letter-spacing: inherit;
    text-transform: uppercase;
}
.ry-btn.ry-btn-primary {
	background: #add8e6 !important;
	color: #333 !important;
}
.ry-btn.ry-btn-primary:hover {
	background: #01509e !important;
	color: #fff !important;
}
.ry-btn.ry-btn-secondary {
	background: #01509e !important;
	color: #fff !important;
}
.ry-btn.ry-btn-secondary:hover {
	background: #add8e6 !important;
	color: #333 !important;
}
.ry-btn.btn-center {
	margin-left: auto; 
	margin-right: auto; 
}

/* BUTTON */
.ry-section-headline.have-borders {
    position: relative;
}
.ry-section-headline h2 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: initial;
    color: #333;
    text-align: left;
    font-weight: 500;
}
.ry-section-headline.have-borders:after {
    content: "";
    width: 160px;
    height: 4px;
    background: #333;
    display: block;
    margin: 30px 0;
}
.ry-section-headline.white-version:after {
    background: #fff !important;
}
.ry-section-headline.white-version h2 {
    /* text-align: center; */
    color: #fff;
}
.ry-section-headline h2 .span-1 {
    font-size: 20px;
    display: block;
    color: #a9a9a9;
    font-weight: 400;
    margin-bottom: 5px;
}
/* HEADER */
.module-228 {
    padding: 20px 0 0;
}
.module-quick-apt {
    display: none;
}
.ry-social .social-inner-wrap li .fa {
    font-size: 15px;
}

.ry-social .social-inner-wrap li {
    width: 40px;
    height: 40px;
}
.module-228 .button-wrap {
    width: 100%;
    max-width: 240px;
	padding-left: 0 !important;
}
.module-228 .button-wrap a {
    width: 100%;
    max-width: 100%;
    border: unset;
    font-size: 19px !important;
    font-weight: 500;
}
.module-228 .button-wrap a:before {
    color: #333;
}
.module-228 .button-wrap a:hover:before {
    color: #fff;
}
.module-228 .ry-menu .ry-nav > li > a {
    font-size: 18px;
    letter-spacing: initial;
}
/* HERO */
.module-229 .ry-slider {
	overflow: hidden;
}
.module-229 .ry-slider-wrp .ry-text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}
.module-229 .ry-slider-wrp h1 {
    font-size: 58px;
    letter-spacing: initial;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.module-229 .ry-slider-wrp {
    background: transparent;
}
.module-229 .item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50vh;
    bottom: 0;
    background: linear-gradient(to top, #01509e, rgba(255,255,255,0)) !important;
	opacity: .7;
}
/* END HERO */

/* SERVICES */

.services-v2 {
    padding: 180px 0;
}
.services-v2 .content .ry-flex {
    justify-content: space-between;
}
.services-v2 .content .ry-flex .ry-each {
    max-width: 320px;
}
.services-v2 .content .ry-flex .ry-each .each-title {
	text-align: center;
	font-size: 22px;
	color: #00509e;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 15px;
	clear: both;
}
.services-v2 .content .ry-flex .ry-each .photo {
    padding: 0 30px;
}
.services-v2 .content .ry-flex .ry-each .each-link, 
.services-v2 .content .ry-flex .ry-each .each-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

/* WELCOME */
.welcome-v2 {
    padding-bottom: 140px;
}
.welcome-v2 .ry-flex {
    align-items: center;
}
.welcome-v2 .ry-flex .ry-each:nth-child(1) {
    padding-left: 16.666vw;
    padding-right: 100px;
    width: 60%;
}
.welcome-v2 .ry-flex p {
    text-align: left;
    font-size: 17px !important;
    line-height: 1.7;
}
.welcome-v2 .ry-flex .ry-btn {
    margin-top: 30px;
}
.welcome-v2 .ry-flex .ry-each:nth-child(2) {
    width: 50%;
    max-width: 800px;
}

/* TEAM */
.team-v2 .ry-container {
    max-width: 1600px;
    width: 90%;
}
.team-v2 .ry-content .content {
    background: #fff;
    padding: 80px 8.333vw 70px;
    margin-top: -380px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.team-v2 .ry-content .content .ry-flex {
    align-items: center;
}
.team-v2 .ry-content .content .ry-flex .ry-each {
    width: 50%;
}
.team-v2 .ry-content .content .ry-flex .ry-each:nth-child(1) {
    padding-right: 8.333vw;
}
.team-v2 .ry-content .content .ry-flex .ry-each .ry-text p {
    margin-bottom: 30px;
}

/* ABOUT */
#ry-section-bg {
    background: #01509e !important;
}
.module-233:before {
	display: none;
}
.module-233 .ry-section-headline.have-borders:after {
    margin-left: auto;
    margin-right: auto;
}
.module-233 .ry-section-headline.have-borders h2 {
    text-align: center;
}
.module-233 .ry-section-headline.have-borders {
    padding-top: 100px;
}
.module-233 .ry-text {
    font-size: 17px;
}
.module-233 .ry-btn-block .ry-btn {
    margin-bottom: 100px;
}
.module-233 .ry-slider-nav .button-prev:before, 
.module-233 .ry-slider-nav .button-next:before {
    content: "";
    border: solid #fff;
    border-width: 0 8px 8px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.module-233 .ry-slider-nav .button-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.module-233 .ry-slider-nav .button-prev img, .module-233 .ry-slider-nav .button-next img {
    display: none;
}

/* AFFI */
.module-234 .ry-section-headline h2 {
    text-align: center;
}
.module-234 .ry-section-headline:after {
    margin-left: auto;
    margin-right: auto;
    background: #a9a9a9 !important;
    margin: 60px auto;
}
.module-234 .swiper-button-prev:before, .module-234 .swiper-button-next:before {
    color: #00509e;
    font-weight: bold !important;
}
/* END AFFI */

/* FOOTER */
.module-235 .ry-foot-top {
    padding: 200px 0 0;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-9c32a75d-0351-4afa-ba62-09a395e89da6/HomepageAssets/InterestedInOurServices_BG.jpg);
    background-size: cover;
    background-position: center;
}
.module-235 .ry-foot-top .ry-form .ry-footer-title {
    text-align: left;
    letter-spacing: initial;
    text-transform: uppercase;
    color: #333;
    font-size: 34px !important;
    font-weight: 600;
    margin-bottom: 30px;
}
.module-235 .ry-foot-top .ry-form .form-control {
    border-radius: 20px;
    font-size: 17px !important;
    font-family: 'Montserrat' !important;
}
.module-235 .ry-foot-top .ry-text {
    margin: 0 0 30px;
    font-size: 17px;
    max-width: 560px;
    color: #333;
}
.module-235 .ry-foot-btm {
    background: #add8e6;
}
.module-235 .ry-foot-btm .inner-flex .ry-footer-title {
    font-size: 28px;
    letter-spacing: initial;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}
.module-235 .ry-foot-btm .inner-flex .ry-flex span, 
.module-235 .ry-foot-btm .inner-flex .ry-flex a, 
.module-235 .ry-foot-btm .inner-flex .ry-open-hrs li div {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}


#ry-section-footer .ry-social .social-inner-wrap li a {
    border: 1px solid #666;
    color: #666;
}
#ry-section-footer .ry-social .social-inner-wrap li a:hover {
    background: #01509e;
    color: #fff;
    border-color: #01509e;
}
.module-235 .ry-foot-btm .inner-btm {
    border-top: unset;
    margin-top: 50px;
    padding: 30px 0 35px;
}
.module-235 .ry-foot-btm .inner-btm .copyright span, 
.module-235 .ry-foot-btm .inner-btm .copyright, 
.module-235 .ry-foot-btm .inner-btm .copyright a, 
.module-235 .ry-foot-btm .inner-btm .powered-by {
    font-size: 17px;
    color: #333;
    line-height: 1.5;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    letter-spacing: initial;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
}
#ry-sidebar .ry-social .social-inner-wrap li a.fa,
#ry-sidebar .ry-social .social-inner-wrap li a.fa:hover {
    background: #01509e;
}

/* QA */
.ry-menu .ry-nav li .dropdown-toggle span {
    display: inline-block;
    margin-left: 5px !important;
}
.services-v2 h2 {
    text-align: center;
}
.services-v2 .ry-section-headline:after {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.services-v2 .content .ry-flex .ry-each .photo img {
    position: relative;
    z-index: 2;
}
.services-v2 .content .ry-flex .ry-each:hover .photo:before {
    width: calc(100% - 30px);
    height: calc(100% + 20px);
    transition: .2s;
}
.services-v2 .content .ry-flex .ry-each .photo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #01509e;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 1;
}
.ry-slider-nav .button-prev:hover:before, .ry-slider-nav .button-next:hover:before {
    border-color: #add8e6;
}
#ry-section-bg {
    margin-top: 0;
}
/* QA */
.module-235 .ry-foot-btm .inner-flex .phone {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
	margin-bottom: 20px;
}
.module-235 .ry-foot-btm .inner-flex .ry-flex a:hover,
.module-235 .ry-foot-btm .inner-flex .ry-flex a:hover span, 
.module-235 .ry-foot-btm .inner-btm .copyright a:hover {
    color: #01509e;
}

#ry-pg-body .ry-text h2, 
#ry-pg-body .ry-text h3,
#ry-pg-body .ry-text h4, 
#ry-pg-body .ry-text h5 {
	color: #01509e;
} 
#ry-pg-body .ry-form.ry-form-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.ry-form.ry-form-box input[type="text"], 
.ry-form.ry-form-box textarea {
    color: #333;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
    color: #01509e;
}
.alert li:last-child {
    margin-bottom: 0;
}
.alert li, .alert {
    font-size: 16px;
}
#ry-sidebar .ry-contact-table .ry-row .ry-btn {
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px !important;
}
.module-311 .ry-payment-options-logos .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu > li.third-level-container > a:after {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	content: "";
	content: "";
    position: unset;
    right: 0;
    display: inline-block;
    margin-left: 10px;
}
.module-228 .ry-menu .ry-nav li a:hover {
    color: #01509e !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    color: #333;
}
.module-229 .ry-slider-wrp .ry-text a {
    color: #fff;
}
.module-235 .ry-foot-top {
	padding: 150px 0 0;
}
.module-234 {
    padding-bottom: 100px;
}
.module-1 .ry-box-right .ry-btn {
    margin-top: 10px;
}
#ry-pg-body .ry-left a:not(.fa):not(.ry-btn):hover {
    text-decoration: underline !important;
}

@media (max-width: 1440px) {
	.module-228 .ry-logo img {
		width: 100%;
		max-width: 150px;
		margin: 0 auto;
	}
	.services-v2 {
		padding: 100px 0;
	}
	.welcome-v2 .ry-flex .ry-each:nth-child(1) {
		padding-left: 8.333vw;
	}
}
@media (max-width: 1366px) {
	#ry-pg-banner .ry-bnr-wrp {
		height: 100vh;
		min-height: 600px;
	}
}
@media (max-width: 1199px) {
	.text-center-breakpoint * {
		text-align: center !important;
		/* display: block; */
	}
	.module-1 .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.ry-section-headline h2 {
		font-size: 42px;
	}
	.module-235 .ry-right .ry-text {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}
	.module-235 .ry-right .ry-section-headline h2 {
		text-align: center;
	}
	.module-235 .ry-right .ry-section-headline::after {
		margin-left: auto;
		margin-right: auto;
	}
	.module-235 .ry-right .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-235 .ry-foot-top .ry-form .ry-footer-title {
		text-align: center;
	}
}
@media (max-width: 1080px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 42px;
	}
	#theme2-smHeader {
		display: block !important;
	}
	#ry-section-header {
		display: none !important;
	}
	.mobile-container .mobile_logo img {
		max-width: 70px;
	}

	.mobile-container {
		background: #01509e !important;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 40px;
		height: 40px;
		background: #fff;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .fa {
		font-size: 15px;
		color: #01509e;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
		margin-right: 10px;
	}
	.module-229 .ry-slider-wrp h1 {
		font-size: 46px;
	}
	.module-229 .ry-slider-wrp .ry-text {
		font-size: 17px;
	}
	.services-v2 .content .ry-flex {
		justify-content: space-between;
		justify-content: center;
		flex-wrap: wrap;
	}
	.services-v2 .content .ry-flex .ry-each {
		max-width: 300px;
		margin-bottom: 30px;
		width: 80%;
	}
	.welcome-v2 .ry-flex {
		flex-direction: column;
	}
	.welcome-v2 .ry-flex .ry-each h2 {
		text-align: center;
	}
	.welcome-v2 .ry-flex .ry-each, 
	.welcome-v2 .ry-flex .ry-each:nth-child(1), 
	.welcome-v2 .ry-flex .ry-each:nth-child(2) {
		width: 100%;
		max-width: 100%;
	}
	.welcome-v2 .ry-flex .ry-each:nth-child(1) {
		padding-left: 5%;
		padding-right: 5%;
		margin-bottom: 30px;
	}
	.welcome-v2 .ry-flex .ry-each .ry-section-headline:after {
		margin-left: auto;
		margin-right: auto;
	}
	.welcome-v2 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.welcome-v2 .ry-flex .ry-each p {
		text-align: center;
	}
	.welcome-v2 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.welcome-v2 .ry-flex .ry-each:nth-child(2) {
		padding: 0 5%;
	}
	.team-v2 .ry-content .content {
		padding: 60px 5% 60px;
	}
	.team-v2 .ry-content .content .ry-flex {
		align-items: center;
		flex-direction: column;
	}
	.team-v2 .ry-content .content .ry-flex .ry-each:nth-child(1) {
		padding-right: 0;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.team-v2 .ry-content .content .ry-flex .ry-each h2, 
	.team-v2 .ry-content .content .ry-flex .ry-each p {
		text-align: center;
	}
	.team-v2 .ry-content .content .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
	.team-v2 .ry-content .content .ry-flex .ry-each .ry-btn,
	.team-v2 .ry-content .content .ry-flex .ry-each .ry-section-headline.have-borders:after {
		margin-left: auto;
		margin-right: auto;
	}
	.module-233 .ry-section-headline.have-borders {
		padding-top: 60px;
	}
	.module-233 .ry-btn-block .ry-btn {
		margin-bottom: 60px;
	}
	.module-235 .ry-foot-top {
		padding: 100px 0 0;
	}
	.module-234 {
		padding: 100px 0 60px;
	}
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	#ry-sidebar .ry-sb-cta {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#ry-sidebar .ry-sb-cta .ry-cta-wrp {
		max-width: 70%;
	}
	.module-311 .ry-payment-options-logos .ry-each img {
		height: 70px;
		object-fit: contain;
	}
}

@media (max-width: 600px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-7 ul li p:before {
		margin-right: 0;
	}
	.module-7 ul li p {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	#ry-sidebar .ry-contact-table .ry-row .ry-btn {
		margin-left: 0;
	}
	body[data-page-name="contact-us"] #ry-pg-body .ry-right {
		min-width: 340px;
		padding-left: 30px;
	}
	.module-235 .ry-foot-btm .inner-btm .powered-by img {
		margin-bottom: -5px;
	}
    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}