.ry-btn {
  background: var(--color-secondary-background);
  border: none !important;
  border-radius: 0;
  text-transform: initial;
  text-decoration: none;
  height: 60px;
  display: flex !important;
  margin: 0;
  min-width: 230px;
  max-width: 230px;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 19px;
  font-weight: normal !important;
}

.module-43 .ry-content .ry-btn:hover {
    background: var(--color-secondary-background) !important;
    color: #fff !important;
    border-color: var(--color-secondary-background) !important;
}

.module-brands.style-4 .slick-dots li::marker {
    color: transparent !important;
}

.module-43 .ry-content a.header-cta1:hover {
    background: var(--color-primary) !important;
}

.link, a.link {
	position: absolute;
	background: transparent;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: 0;
	color: transparent !important;
	z-index: 1;
}
div.ry-heading h2 {
    color: var(--color-primary-background);
    line-height: 1.1;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(2.1875rem, 1.8142rem + 1.9912vw, 5rem);
}
.ry-heading h4 {
    font-size: 24px;
    letter-spacing: 2px;
    color: var(--color-secondary-background);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.ry-heading {
	margin: 0 !important;
}
.ry-photo img {
	border-radius: 20px;
	margin: 0;
}

.ry-text p {
    font-size: 20px;
    color: #666;
    line-height: 1.5;
}







/* HEADER UPDATES*/

#navigation {
  padding: 2.5em 0;
}
.ry-contact-new {
  display: flex;
  gap: 0 10px;
}
.module-43 .ry-content.ry-flex {
  flex-wrap: wrap;
  align-items: center;
}
.module-43 .ry-content.ry-flex #header-left, .module-43 .ry-content.ry-flex #header-right {
  width: 30%;
}
#header-right {
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
.module-43 .ry-content .ry-btn {
  text-transform: initial !important;
  font-weight: normal;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}
.module-43 .ry-content .ry-btn i {
  margin-right: 10px;
}
#header-center {
  width: 35%;
}
#header-center img {
  max-width: 86%;
  margin: auto;
}
.nav-menu.ry-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
}
.nav-menu.ry-nav ul li a {
  font-size: 23px !important;
}
.ry-menu .ry-nav li.primary a {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.ry-menu .ry-nav li.primary .caret {
  border-color: #333;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
  color: #ffff;
  font-size: 18px !important;
}
.header-cta4.ry-btn.ry-btn-primary {
  background: var(--color-primary-background);
}
.header-cta2.ry-btn.ry-btn-primary, .header-cta3.ry-btn.ry-btn-primary {
  background: transparent !important;
  border: 1px solid var(--color-primary-background) !important;
  color: var(--color-primary-background);
}

body[data-page-name="index-redesign"] #navigation {
    position: absolute;
 
}

body[data-page-name="index-redesign"] #navigation.bg-White {
    background: transparent;
}

.dropdown-icon .mobile-menu-icon {
    border-radius: 5px;
    border: 1px solid hsl(0deg 0% 100% / 29%);
}

.dropdown-icon {
    background: #7d98ab;
}

@media (max-width:1660px) {
  .header-cta2.ry-btn.ry-btn-primary, .header-cta3.ry-btn.ry-btn-primary {
  min-width: 190px;
}
}

@media (max-width:1340px) {
.module-43 .ry-content .ry-btn {
  min-width: 150px;
  max-width: 150px;
  padding: 0 20px !important;
  font-size: 14px !important;
  white-space: initial !important;
  line-height: 1.1;
}
}


@media (max-width:1199px) {
  #navigation {
	  padding: 0;
	}
	#navigation .ry-container {
	  display: none;
	}
	#theme2-smHeader {
	  display: block !important;
	  visibility: visible !important;
	}
	.mobile-container.snap-mobile-menu.flex.lg\:hidden {
	  display: block;
	  visibility: visible;
	}
	.snap-mobile-menu {
	  display: flex !important;
	}
	
	.snap-mobile-menu img {
	  max-height: 25px;
	}
	.snap-mobile-menu .flex.gap-4 {
	  gap: 0 11px;
	}
	.snap-mobile-menu .flex.gap-6 {
	  gap: 0 10px;
	}
}



/* END HEADER UPDATES*/






/* HERO UPDATES*/


.hero-section, .hero-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}


.hero-section .banner-text {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.hero-section .banner-text h1 {
    font-weight: 200 !important;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: clamp(2.8125rem, 2.5221rem + 1.5487vw, 5rem);
}

@media (max-width:1199px) {
	.hero-section, .hero-section img {
	  height: auto !important;
	}
	.hero-section .banner-text h1 {
	  font-size: 35px;
	  color: var(--color-primary);
	  font-weight: 400 !important;
	}
	
	.hero-section .banner-text {
    position: static !important;
    padding: 2em 1em;
    background: #ebf7ff;
  }
	
	.hero-section .banner-text .ry-heading {
	  max-width: 450px;
	  margin: auto !important;
	  float: none;
	}
	
}



@media (max-width:768px) {
	
	div#hp-slider {
		padding-top: 80px !important;
	 }
}

/* HERO UPDATES*/







/* WELCOME */

div.welcome-section {
    padding: 8em 0 4em;
}


.welcome-section .ry-btn {
    margin: 2em auto 0;
}

.welcome-section .ry-text {
    max-width: 750px;
    margin: 1em auto 0;
}

@media (max-width:1199px) {
	div.welcome-section {
	  padding: 4em 1em;
	}
	
	#welcome-image {
	  margin: 2em auto;
	}
}


/* END WELCOME */




/* SERVICES */

#services-12 a, #services-12 img {margin-left: auto;margin-right: auto;}

#serv-cta-flex {
  flex-wrap: wrap;
  width: auto;
  max-width: 1000px;
  margin: 2em auto 0;
  gap: 1em;
  padding: 2em;
  border-radius: 40px;
  background: #fff;
  box-shadow: 1px 1px 8px hsla(0, 0%, 0%, 0.1);
  z-index: 1;
}

.ry-services.style2:before {
    position: absolute;
    height: 1040px;
    width: 100%;
    background-size: contain;
    content: '';
    display: block;
    left: 0;
    right: 0;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-92962ed5-460d-4186-b7e8-7e1a7f1343b3/redesign/services_bg.png);
    background-repeat: no-repeat;
    top: 6%;
}

.ry-services.style2 {
  background: #fff;
  padding: 25em 0 5em;
  position: relative;
}
.ry-services.style2 .ry-container {
  max-width: 1200px;
  width: 90%;
}
#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
  /* background-image: none; */
  /* display: none; */
}

#serv-cta-flex .ry-each:last-child {
  background: var(--color-primary) !important;
  border-radius: 30px;
}
#serv-cta-flex .ry-each:last-child img {
  opacity: 0;
}

.ry-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ry-icon svg {
  fill: var(--color-primary-background);
  height: 30px;
  width: 30px;
  transform: rotate(-39deg);
}
.serv-inner.w-full {
  position: relative;
}


/* END  SERVICES */





/* TECHNOLOGY SECTION*/

div.hp-tech.w-full {
  padding: 7em 0 10em;
  background: #fff;
}
div.hp-tech.w-full .ry-container {
  max-width: 1600px;
  width: 90%;
}
#tech-block {
  margin: 4em auto 0;
  flex-wrap: wrap;
  gap: 2em 0;
  align-items: center;
}
#tech-block .ry-each {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#tech-logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 10%;
  z-index: 1;
}
.tech-title h4 {
  font-size: 29px;
  color: var(--color-primary);
  line-height: 1.1;
}

.view-all-title {
  position: absolute;
  left: 10%;
  bottom: 15%;
}
#tech-svg {
  transform: initial;
  position: static;
  margin-bottom: 1.5em;
}
#tech-block .ry-each .ry-icon svg {
  fill: var(--color-secondary);
}

.inner-tech {
  height: 100%;
}

.tech-title {
  z-index: 300;
  position: absolute;
  right: 0;
  left: 0;
  top: 10%;
}

#view-all-tech .tech-title {
  max-width: 250px;
  position: static;
}
#view-all-tech .tech-title h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

@media (max-width:1199px) {
	
	#tech-svg {
	  width: 50px;
	  height: 50px;
	}
	#tech-block .ry-each .ry-icon svg {
	  height: 20px;
	  width: 20px;
	}
	.view-all-title {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  bottom: initial;
	}
	#tech-svg {
	  margin: 0 auto 1em;
	}
	#view-all-tech .tech-title {
	  max-width: 100%;
	}
	#view-all-tech .tech-title h4 {
	  text-align: center;
	  line-height: 1.3;
	}
	div.hp-tech.w-full {
	  padding: 4em 0 !important;
	}
}


/* END TECHNOLOGY SECTION*/





/* TEAM SECTION */

div.hp-team-custom.w-full {
    padding: 0;
    position: relative;
    background: #fff;
    margin-bottom: -12px;
}

div#image-text-flex {
    justify-content: center;
    gap: 0 10%;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    z-index: 300;
}

div#image-text-flex .ry-each {
    width: 45%;
    z-index: 2;
}

div#image-text-flex .ry-each .ry-text p {
    margin: 1em 0 1.5em;
}

div#image-text-flex .ry-each:nth-child(2) {
    width: 55%;
}

div#image-text-flex .ry-each:nth-child(1) {
    width: 30%;
}

div.hp-team-custom.w-full:after {
    background:#ebf7ff;
    position:absolute;
    content:'';
    height: 95%;
    width:100%;
    bottom:0;
    left:0;
    z-index: 1;
    left:0;
    right:0;
    display:block;
    margin:auto;
}


.ry-inner-block {
    margin-top: 2em;
}


@media (max-width:1199px) {
	
	div.hp-team-custom.w-full {
	  margin-bottom: 0 !important;
	  padding: 4em 0;
	  background: #ebf7ff;
	}
	div#image-text-flex {
	  flex-direction: column;
	}
	.img-responsive {
	}
	div#image-text-flex .ry-each:nth-child(1) {
	  width: 100%;
	}
	div#image-text-flex .ry-each:nth-child(1) img {
	  max-width: 300px;
	  margin: auto;
	  padding: 10px;
	  border-radius: 30px;
	  background: #fff;
	  height: 300px;
	  object-fit: contain;
	  border-radius: 40px;
	}
	div#image-text-flex .ry-each:nth-child(2) {
	  width: 100%;
	}
	.hp-team-custom.w-full .ry-heading h4, .hp-team-custom.w-full .ry-heading h2, .hp-team-custom.w-full .ry-text p {
	  text-align: center;
	}
	#hp-team-btn {
	  margin: auto;
	}
}

/* END TEAM SECTION */





/* HOMEPAGE BRANDS */


div#brand-block {
    gap: 0 10px;
    max-width: 1300px;
    margin: 9em auto 0;
    width: 90%;
}

.w-full.featured-brands {
    background: var(--color-secondary-background);
    padding: 8em 0;
}

.w-full.featured-brands h2, .w-full.featured-brands h4 {
    color: #fff;
}

img#brandlogo {
    height: 50px;
    margin: auto;
    filter: brightness(0) invert(1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    object-fit: contain;
    padding: 0 1em;
    max-width: 220px;
}

div#brand-block .ry-each {
    position: relative;
    padding: 8px;
    background: hsl(0deg 0% 100% / 25%);
    border-radius: 120px;
}

div#brand-block .ry-each:nth-child(odd) {
    top: -4em;
}

a#hp-brands-btn {
    border: 1px solid #fff !important;
    margin: 3em auto 0;
}


@media (max-width:1199px) {
  .w-full.featured-brands {
	  padding: 4em 0;
	}
	div#brand-block {
	  width: 100%;
	  margin-top: 6em;
	}
	img#brandlogo {
	  max-width: 120px;
	  object-fit: contain !important;
	  height: 50px !important;
	}
}


@media (max-width:767px) {
	  div#brand-block .ry-each {
	  top: 0 !important;
	  width: 47%;
	  max-width: 150px;
	  margin: auto;
	  height: auto;
	  background: hsl(0deg 0% 100% / 25%);
	}
	div#brand-block {
	  /*! flex-direction: column; */
	  gap: 1em;
	  margin-top: 1em;
	  flex-wrap: wrap;
	}
	div#brand-block .ry-each img {
	  height: 300px;
	  margin: auto;
	  object-fit: cover;
	}
}

/* END HOMEPAGE BRANDS */






/* HP INSURANCE */


a#hp-brands-btn {
    border: 1px solid #fff !important;
    margin: 3em auto 0;
}

div#hp-insurance-1 {
    background: var(--color-primary-background);
    position: relative;
    padding: 4em 0 3em;
}

div#hp-insurance-1 h4 {
    color: #fff;
}

div#hp-insurance-1 img {
    filter: brightness(0) invert(1);
    height: 100px;
    object-fit: contain;
    width: 120px;
    margin: auto;
 
}

.insurance-btn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 95%;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  max-width: 1500px;
  margin: auto;
  top: 50%;
}

div#hp-insurance-1 .px-4 {
    padding: 2em 0 1em;
    max-width: 100%;
}

.insurance-btn .px-4 {
    padding-top: 0;
}

div#hp-insurance-1 .brand-4-swiper-button-next, div#hp-insurance-1 .brand-4-swiper-button-prev {
  border-radius: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: transparent;
}
div#hp-insurance-1 .brand-4-swiper-button-next .bi.bi-arrow-right,
div#hp-insurance-1 .brand-4-swiper-button-prev .bi.bi-arrow-left {
  display: none;
}

div#hp-insurance-1 .brand-4-swiper-button-prev {
  transform: rotate(230deg);
}

div#hp-insurance-1 .ry-container {
  max-width: 1400px;
  width: 90%;
}


@media (max-width:1199px) {
	
	div#hp-insurance-1 .brand-4-swiper-button-next {
	  right: 2em;
	  position: absolute;
	}
	div#hp-insurance-1 .brand-4-swiper-button-prev {
	  left: 2em !important;
	  position: relative;
	}
}


/* END HP INSURANCE */





/* HOMEPAGE TESTIMONIALS*/

div.testimonials-section {
  padding: 7em 0 12em;
}

.testimonials-section .swiper-pagination {
  margin-top: 0;
  bottom: 12%;
}
.testimonials-section .swiper-pagination-bullet {
  border-radius: 0;
  height: 6px;
  width: 50px;
  background-color: var(--color-primary);
}
div.testimonials-section .ry-container {
  max-width: 1400px;
  width: 90%;
}
div.rev-slider-block {
}
#rev-stars {
  max-width: 150px;
}
#rev-flex {
  max-width: 1200px;
  gap: 0 1em;
  margin: 5em auto 0;
  position: relative;
}
#rev-image {
}
#rev-flex .ry-each {
  width: 49%;
}
#rev-flex .ry-each:last-child {
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  padding: 0 5em;
  border-top-left-radius: 220px;
  border-bottom-right-radius: 220px;
}
#rev-flex .ry-each:last-child p {
  text-align: left;
  font-size: 17px;
}
#rev-title {
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 0 1em;
  margin-top: 3em;
}
#rev-title {
}
#rev-title .text-sm {
  font-size: 19px;
  font-weight: normal;
}

#rev-image img {
  object-fit: cover;
  width: 100%;
}
#google-icon {
  max-width: 55px;
}
#rev-flex:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: contain !important;
  background: url(https://www.royacdn.com/unsafe/smart/Site-92962ed5-460d-4186-b7e8-7e1a7f1343b3/redesign/testi_quote.png);
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
}


@media (max-width:1199px) {
  div.testimonials-section {
	  padding: 5em 0 9em !important;
	}
	.testimonials-section .swiper-pagination {
	  bottom: 8%;
	}
}

@media (max-width:768px) {
	#rev-flex {
	  flex-direction: column;
	  gap: 3em !important;
	}
	#rev-image {
	  width: 100% !important;
	}
	#rev-image img {
	  max-width: 300px;
	  margin: auto;
	}
	#rev-flex .ry-each:last-child {
	  width: 100%;
	  border-radius: 20px !important;
	  padding: 4em 1em !important;
	}
	#rev-stars {
	  margin: auto;
	}
	#rev-flex .ry-each:last-child p {
	  text-align: center !important;
	}
	#rev-title {
	  justify-content: center;
	  gap: 10px;
	}
	#rev-flex::before {
	  width: 60px;
	  height: 60px;
	  top: -5%;
	}
}


/* END HOMEPAGE TESTIMONIALS*/





/* MAP SECTION */

img#map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto !important;
    max-width: 90px;
}

div.map-block {
    position: relative;
}


div.map-block:not(img#map-marker) img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (max-width:1199px) {
	  div.map-block:not(img#map-marker) img {
	  height: 400px;
	}
	#map-marker {
	  max-width: 50px !important;
	}
	
	div#footer-logo img {
	  max-width: 250px !important;
	}
}


/* END MAP SECTION */








/* FOOTER*/
	
	.footer.style-3 .footer-top {
	padding: 0;
}

div.footer.style-3 {
  padding: 7em 0 0;
  background: var(--color-primary-background);
  background-size: cover;
  background-position: center;
}
	
.footer.style-3 .footer-top .title {
	font-size: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 25px;
}

.footer.style-3 .footer-top .hour-list ul {
	padding-left: 0;
	list-style: none;
}

.footer.style-3 .footer-top .hour-list ul li {
	display: flex;
}

.footer.style-3 .footer-top .hour-list ul li .span-1 {
	color: #fff;
	min-width: 130px;
	text-transform: initial;
	font-weight: 300;
}

.footer.style-3 .footer-top .hour-list ul li {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.footer.style-3 .footer-top .ry-each h3 {
    font-size: 23px;
    color: var(--color-primary-background);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    display: none;
}

.footer.style-3 .footer-top .hour-list ul li:not(:last-child) {
	margin-bottom: 5px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) {
	/* max-width: 460px; */
}

.footer.style-3 .footer-top .ry-each {
	max-width: max-content;
	display: flex;
	flex-direction: column;
	position: relative;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
	height: 55px;
	border-radius: unset;
	padding-left: 25px;
	font-family: 'Figtree';
	font-size: 18px;
	box-shadow: unset;
}

.footer.style-3 .footer-top .ry-each .details h5 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: 300 !important;
    text-transform: initial !important;
    display: none;
}

a.google-map-link {
    display: block;
    color: #eb9929 !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    margin-top: 8px;
}

.footer.style-3 a.footer-phone {
  font-weight: 600;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
	margin-bottom: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form textarea.form-control {
	height: 190px;
	resize: unset;
	padding-top: 15px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
	text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
    background: var(--color-secondary) !important;
    margin: 0 auto 1.5em;
    max-width: fit-content;
    color: #fff !important;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
	width: calc(100% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
	width: calc(50% - 10px);
	margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .details {
	display: flex;
	align-items: center;
}

.footer.style-3 .footer-top .ry-each .svg-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-secondary);
	margin-right: 15px;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon svg {
	width: 18px;
	fill: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .text {color: #000;font-size: 18px;margin-bottom: 0;line-height: 1.3;}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {color: #fff;font-size: 18px;margin-bottom: 0;display: block;}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
	margin-bottom: 3em;
}

.footer.style-3 .footer-top .ry-each .details .text a {
	font-size: 18px;
	color: #fff;
}

.footer.style-3 .footer-top .ry-each .details .text > br {
	display: none;
}

.footer.style-3 .footer-top .ry-each .details .text a.phone {
	font-size: 22px;
}

#icon-hours {
  position: absolute !important;
  left: -22%;
  top: 0;
}
.ry-text.hour-list {
  position: relative;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}


.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
	list-style: none;
	padding-left: 0;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap {
	display: flex;
	gap: 0 7px;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li a svg {
	width: 18px;
	fill: var(--color-primary-background);
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom .social-inner-wrap li {
	margin-right: 0;
}

.footer.style-3 .footer-top .ry-content {
  width: 100%;
}

.footer.style-3 .footer-top .ry-container {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1300px;
}

.footer.style-3 .footer-bottom {
	padding: 25px 0;
	background: #fff;
	margin-top: 5em;
}

.footer.style-3 .footer-bottom .ry-container {
	display: flex;
	max-width: 1400px;
	width: 90%;
}

.footer.style-3 .footer-bottom .ry-container .ry-content {
  max-width: 100%;
  width: 100%;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
	max-width: max-content;
	display: flex;
	align-items: center;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
	width: 100px;
	margin-left: 5px;
	filter: none;
	margin-top: 7px;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, 
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
	font-weight: 400 !important;
}

.footer.style-3 .footer-top .ry-each .details .text a:hover {
  color: var(--color-secondary);
}

.footer-social a:hover {
  background: var(--color-secondary) !important;
}

.footer.style-3 .footer-top .ry-each .ry-icon {
    background: rgb(255 255 255 / 13%);
    border: transparent;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: none !important;
    position: static !important;
}

.footer.style-3 .footer-top .ry-each .ry-icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    transform: none !important;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .details:nth-child(3) svg {
    width: 18px;
    transform: none !important;
}


.footer-bottom .ry-each .text a:hover {
  color: var(--color-primary) !important;
}


@media (max-width:1440px) {
	
  div#footer-logo img {
	  max-width: 400px;
	}

	div#footer-logo:after {
	  right: -23%;
	}
	
	
}



@media (max-width:1359px) and (min-width:1199px) {
	  div#footer-logo img {
	  max-width: 300px;
	}

	div#footer-logo:after {
	  right: -32%;
	}
	
	img#header-logo {
		max-width: 77% !important;
	}
}



@media (max-width: 1199px) {
	div.footer.style-3 {
		padding: 3em 0 0;
		margin-top: 0 !important;
		background-position: center;
	}
}
@media (max-width: 1080px) {
	div.footer.style-3 .footer-top .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1em 0;
	}

	.footer.style-3 .footer-top .ry-each .ry-icon {
    margin: 0 0 10px 0;
}
	
	div#hours-icon {
	  position: static !important;
	  margin-bottom: 15px;
	  margin-right: 0;
	}

	div#footer-logo img {
	  max-width: 180px !important;
	}
	
	footer.style-3 .footer-top {
	  padding: 4em 0 3em !important;
	}


	.footer.style-3 .footer-top .ry-each {
		max-width: 100%;
		width: 100%;
	}

	.footer.style-3 .footer-top .title {
		text-align: center;
	}

	.footer.style-3 .footer-top .hour-list ul {
		  max-width: 400px;
		  position: relative;

	}

	.footer.style-3 .footer-top .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer.style-3 .footer-top .ry-each {
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-top .ry-each .details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer.style-3 .footer-top .ry-each:nth-child(2) {
		max-width: 560px;
	}
	.footer.style-3 .footer-top .ry-each .details .svg-icon {
		margin-bottom: 15px;
		margin-right: 0;
	}

	.footer.style-3 .footer-top .ry-each .details .text {
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text, .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
		text-align: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
		margin-left: 0;
		margin-top: 5px;
	}
}

div#map-section {
  height: 700px;
  background-size: cover;
  background-position: center;
  margin-top: -5px;
}

.link, a.link {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent !important;
}

div#footer-logo img {
    max-width: 330px;
    filter: brightness(0) invert(1);
}

div#footer-social {
    justify-content: flex-start;
    margin-top: 3em;
}

div#footer-logo:after {
  width: 20px;
  height: 300px;
  position: absolute;
  content: '';
  background: transparent;
  display: block;
  right: -28%;
  top: -10%;
  background-size: contain;
  background-repeat: no-repeat;
}

a.message-link {
  text-decoration: underline !important;
  text-underline-offset: 6px;
}

a.message-link:hover {
  color: var(--color-secondary) !important;
}

div#hours-icon svg {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

div#hours-icon {
  position: absolute;
  left: -58px;
  top: 4px;
  display: none;
}
	
	
/* END FOOTER */





/* RESPONSIVE*/


@media (min-width:1200px) and (max-width:1660px) {
	
  .ry-services.style2 {
	  padding: 5em 0 2em;
   }
	
    .ry-services.style2::before {
	  top: 2em;
	}

	.ry-services.style2 .ry-container {
	  margin-top: 11em;
	}

}

@media (max-width:1199px) {
	
	  .ry-services.style2 .ry-container {
		margin-top: 0;
	  }

	.ry-services.style2::before {
		opacity: 0 !important;
	  }

		.ry-services.style2 {
		padding: 1em 0 !important;
	  }
	  .tech-title h4 {
		font-size: 18px !important;
		  line-height: 1.4;
	  }
	  #tech-logo {
		max-width: 150px;
	  }  
		#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
		opacity: 0 !important;
	  }
	
	.ry-heading h4 {
		  font-size: 20px;
		  letter-spacing: 2px;
		}

	.ry-heading h2 {
		  font-size: 45px;
		  letter-spacing: 1px;
	}
	
	.mobile-services {
		padding: 3em 0;
	 }
}

@media (max-width:768px) {
	 .tech-title h4 {
		font-size: 15px !important;
		line-height: 1.4 !important;
	  }
}

@media (max-width:500px) {
	  #tech-block .ry-each {
	  width: 47% !important;
	}
  
	  #tech-block {
	  justify-content: center;
	  gap: 1em;
	}

	.tech-title h4 {
	  font-size: 13px !important;
	}
	#tech-logo {
	  max-width: 100px;
	}
	
	.mobile-menu-icon {
	  width: 35px;
	  height: 35px;
	}
	.snap-mobile-menu .gap-2 {
	  gap: 0 5px;
	}

	.snap-mobile-menu img {
	  max-height: 20px;
	}
	.snap-mobile-menu {
	  padding: 0 6px;
	}

}

/* END RESPONSIVE*/




/* INSIDE PAGE BRANDS */

.designer-frames-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin-top: 2.5em !important;
}

div#logo-model:nth-child(even) div#logo-block {
    background: var(--color-secondary);
}

div#logo-model img {
    border-radius: 0 !important;
    object-position: center;
    margin: 0;
}

div#model-block {
    height: 70%;
}

div#logo-block {
    height: 30%;
}

div#logo-model {
    display: flex;
    flex-direction: column;
    width: 30%;
}

div#model-block,
div#logo-block {
    width: 100%;
}

div#logo-block {
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

div#logo-block img {
    filter: brightness(0) invert(1);
    width: 150px !important;
    height: 50px !important;
    object-fit: contain !important;
    margin: 0;
}

div#logo-model img {
    border-radius: 0 !important;
    object-position: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

img#brands-logo {
    position: absolute;
    bottom: 5%;
    max-width: 180px;
    margin: auto;
    right: 5%;
    filter: brightness(0) invert(1);
}



@media (max-width:991px) {
   
    img#brands-logo {
        right: 0;
        max-width: 150px;
        filter: brightness(0) invert(1);
        left: 0;
    }
   
}

@media (max-width:600px) {
    div#logo-model {
        width: 46%;
    }
    div#logo-block img {
        height: 70%;
        max-width: 60px;
    }
    img#small-logo {
        max-width: 120px !important;
    }
}


/* END INSIDE PAGE BRANDS */





/* DEFAULT UPDATES */

#widgets-container {
  font-family: var(--font-default) !important;
}

.hero-hero_container-3CuNC .hero-card_info_container-qdGvu .hero-card_title-196VT,
.calculator-container-3SmEW div, h2.title-title-gkV6t, button.button-outlined-2JWk6, button.button-filled-hHeip,
.calculator-input_label-2-umJ, #calculator-amount {
  font-family: var(--font-default) !important;
}

.blog-page .ip-ry-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: normal;
}

.blog-image {
  height: 250px;
  object-position: center;
}

#navigation .ry-container {
    max-width: 1600px;
    width: 90%;
}

div#ry-sidebar h5, div#ry-sidebar p {
    text-align: center;
}

div#ry-sidebar .ry-btn.ry-btn-primary {
    margin: auto;
}

.ip-heading h2 {
    margin: 0 0 20px 0;
    color: var(--color-primary);
    font-weight: normal;
    font-size: clamp(1.5625rem, 1.4795rem + 0.4425vw, 2.1875rem);
}

.ip-ry-text p {
    color: #374151;
    font-size: 18px;
    line-height: 1.6;
}

div#ip-banner-heading {
    width: 100%;
}


.services-list .ry-btn {
  max-width: 160px;
  min-width: 160px;
}
.services-list .ry-btn:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: var(--color-primary-background) !important;
}


.services-list h3 {
  font-weight: 400;
  font-size: 22px;
}
.services-list p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300 !important;
}

.pagination li::marker {
  color: transparent !important;
}



@media (min-width:1200px) {
	div#ry-pg-body {
		padding: 5em 0;
	}
}


@media (max-width:1024px) {
  .services-list .ry-btn {
	  margin: 1em auto 0;
	}

	  .services-list img {
	  max-width: 220px;
	  margin: auto;
	}
}


@media (max-width:991px) {
	
  div#ry-sidebar {
		max-width: 400px;
		margin: auto;
		clear: both;
	}

	.ry-photo img {
		max-width:500px;
		margin:auto;
	}

	div#ip-banner h1 {
		text-align: center;
	}

	.ip-heading h2, .ip-ry-text p {
		text-align: center !important;
	}

}

/* END DEFAULT UPDATES */


@media (max-width: 1024px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    animation: none !important;
  }
}


:root {
    --color-primary: #266294;
    --color-secondary: #7d98ab;
    --font-default: Google Sans Flex;
    --font-title: ;
    
}