.ry-footer,
.ry-footer-copyright {
    background: #27353f;
}
.ry-footer {
    padding: 4rem 0;
}
/*.ry-footer-logo img {
    filter: brightness(0) invert(1);
}*/
.ry-footer .ry-footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
}
.ry-footer .ry-footer-logo-section .ry-footer-logo {
    max-width: 400px;
}
.ry-footer .ry-footer-logo-section .ry-footer-add-text p {
    color: #c9c9c9;
    font-size: 18px;
}
.ry-footer-flex .ry-blocks p, .ry-footer-menu ul li a, .ry-footer-desc a {
    color: #c9c9c9;
    font-size: 18px;
}
.ry-footer-menu ul li a:hover,
.ry-footer-desc a:hover {
    color: #fff
}
.ry-footer-desc p {
    line-height: 1.4 !important
}
.ry-footer-menu ul {
    list-style: none;
    padding-left: 0;
}
.ry-menu-title h4 {
    color: #f3a624;
    font-family: 'Karla' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.ry-blocks.ry-footer-menu-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.ry-blocks.ry-footer-menu-section .ry-each-menu-items {
    width: 100%;
}
.ry-blocks.ry-footer-menu-section .ry-each-menu-items:nth-child(2) {
    grid-column: span 2 / span 2;
}
.ry-footer-flex {
    display: flex;
    gap: 4rem;
}
.social-wrapper .social-icons li {
    list-style-type: none;
}
.social-wrapper .social-icons li a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #6a7d88;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.social-wrapper .social-icons li a svg {
    fill: #fff;
    width: 18px;
}
.social-wrapper {
    margin-top: 1.5rem;
}

.ry-footer-copyright * {
    color: #c9c9c9;
}
.ry-footer-copyright {
    padding: 15px 0;
}
.ry-footer-copyright .ry-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ry-footer-copyright .powered {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    width: max-content;
}
.ry-footer-copyright .powered img {
    max-width: 90px;
}
.ry-footer-copyright .ry-left {
    width: 100%;
}
.ry-footer-copyright .ry-right {
    width: max-content;
}
.ry-footer-copyright * {
    font-size: 18px !important;
}
.ry-footer-copyright a:hover {
    color: #fff
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {
	.ry-blocks.ry-footer-menu-section {
		grid-template-columns: repeat(1, 1fr);
	}
	.ry-blocks.ry-footer-menu-section .ry-each-menu-items:nth-child(2) {
		grid-column: span 1 / span 1;
	}
	.ry-footer-flex {
		flex-direction: column;
		gap: 2rem;
	}
	.ry-footer .ry-footer-logo-section {
		flex-direction: column;
	}
	.ry-footer * {
		text-align: center;
	}
	.social-icons {
		justify-content: center;
	}
	.ry-footer-copyright .ry-container {
		flex-direction: column;
	}
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}