/*
Theme Name: Ryno Theme Three
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: The third theme.
Version: 4.13.5
Text Domain: ryno_theme_three
*/
.location_about .col-lg-6 {
    width: 100%;
  }
.location_services {
	padding: 60px 0px;
}
.location_services h2 {
	color:#fff;
	text-align: center;
	margin-bottom: 15px;
	background: linear-gradient(0deg, #AFCBDB 47.96%, #FFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size:62px;
	font-weight:900!important;
}
.location_services h4 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-transform: unset;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.location_services p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.location_services p:empty{
	display: none;
}
.loc_service_card h3 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #04449c;
}
.location_services .loc_service_card p {
	color: #383838;
}
.location_services .swiper-button-next, .swiper-button-prev {
	background: #fff;
	border-radius: 50px;
	width: 35px !important;
	height: 35px !important;
}
.location_services .swiper-button-next::after, .location_services .swiper-button-prev::after {
  font-size: 20px;
}
.location_services .btn {
	background: linear-gradient(180deg, #D4192C 0%, #F6800A 100%);
	margin-top: 20px;
	padding: 15px 0px;
	font-weight:900!important;
	font-size:16px;
}
.solutions {
	padding: 60px 0px;
	background: linear-gradient(180deg, #04449C 0%, #082A59 100%);
}
.solutions-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
	padding: 60px 20px;
	color: #fff;
}
.solutions-inner img {
	width: 100%;
}
.solution_content {
	font-size: 16px;
}
.solutions .buttons {
	display: flex;
	gap:20px;
}
.solutions .buttons a {
	background:linear-gradient(180deg, #D4192C 0%, #F6800A 100%);
	color: fff;
	font-weight:900!important;
	font-size:16px;
}
.google-reviews {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* --- Local Office --- */
.local-office {
	background-size: cover;
	color: #000;
	text-align: center;
	padding: 60px 0px 200px;
	background-repeat: no-repeat;
	background-position: top;
}
.local-office .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.local-office .map {
	margin-top: 20px;
	overflow: hidden;
	width: 40%;
}
.local-office img {
	width: 100%; 
}
.local-office .info {
  color: rgb(8,42,89);
	width:50%;
}
.location-areas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
	list-style: none;
}
.location-areas li{
	list-style: disc;
	width: fit-content;
}
.main .heading h2 {
    text-align: left;
	font-size: 56px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 900 !important;
    text-shadow: 4px 3px 0px #ec6b29, 4px 3px 0px #afcbdb;
    color: #fff;
}
.feature-title {
	display: flex;
	gap: 0 15px;
}
.feature-image img {
	width: 62px;
	height: 62px;
	fill: none;
	max-width: unset;
}
.features .feature-grid .feature {
	background: linear-gradient(180deg, #FFF 0%, #AFCBDB 76.53%);
	padding: 50px 63px;
	border: 4px solid #fff;
}
  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.video-section-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	align-items:center;
	justify-content:Center;
}
.video-section .video-section-inner h2 {
    font-size: 62px;
    text-shadow: 3px 3px 0px #afcbdb, 3px 3px 0px #afcbdb;
    color: #04449c;
    text-align: left;
	font-weight:900!important;
	 margin-bottom: 15px;
}
.video_content {
    font-size: 20px;
}
.video-section .video-section-inner .buttons {
    display: flex;
    justify-content:left;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
.solutions{
  padding-left:15px;
  padding-right:15px;
}
.location_services h2{
  font-size:36px;
}
.solutions-inner h2 {
  font-size: 36px;
}
.solutions .buttons {
   display: flex;
   flex-wrap: unset;
}
.location_services h2{
  font-size:36px;
}
.local-office{
  padding-left:15px;
  padding-right:15px;	
}
.video-section{
  padding-left:15px;
  padding-right:15px;
}
.video-section .video-section-inner h2 {
	font-size:36px;
}
}
@media (max-width: 768px) {
.location_services h2{
  font-size:30px;
}
.solutions{
  padding-top:40px;
  padding-bottom:40px;
}
.solutions .buttons {
    flex-wrap: wrap;
}	
.solutions .buttons a{
  margin-top:10px;
}
.solutions-inner {
 display:inherit;
}
.solutions-inner h2{
  font-size:25px;
  margin-bottom: 10px;
}
.main .heading h2{
  font-size:30px;
}
.video-section{
  padding-top:40px;
  padding-bottom:40px;
}
.video-section-inner {
	display: inherit;
}	
.video-section .video-section-inner h2 {
	font-size:30px;
}
.video-section .video-section-inner .buttons{
	flex-wrap: wrap;
	margin-bottom:20px;
}
.local-office .map {
	width: 100%;
}
.local-office .info {
  color: rgb(8,42,89);
  width:100%;
}
.local-office{
  padding-top:40px;
  padding-bottom:40px;	
}
.solutions-inner {
	padding:0px;
}
.location_quote .buttons a{
	margin-top:20px;
}
.location_quote p{
	margin-bottom:0px!important;
}
.feature-image img {
    width: 40px;
    height: 40px;
}
}
@media (min-width: 1200px) {
  .footer__address {
    font-size: 18px !important;
	}
	.footer__address a{
    font-size: 18px !important;
    color: white !important;
	font-weight: 600  !important;
	}
}