/* Start custom CSS for html, class: .elementor-element-e7d1e70 *//*=========================================
LANDING PAGE HEADER CSS
=========================================*/

.sv-landing-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:#ffffff;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.sv-landing-header .sv-container{
max-width:1300px;
margin:auto;
padding:15px 20px;
display:flex;
align-items:center;
justify-content:space-between;
}

.sv-landing-logo img{
height:65px;
display:block;
}

.sv-landing-nav ul{
display:flex;
align-items:center;
gap:35px;
margin:0;
padding:0;
list-style:none;
}

.sv-landing-nav ul li a{
text-decoration:none;
font-size:16px;
font-weight:600;
color:#222;
transition:.3s;
}

.sv-landing-nav ul li a:hover{
color:#0A3D91;
}

.sv-header-buttons{
display:flex;
align-items:center;
gap:15px;
}

.sv-call-btn,
.sv-whatsapp-btn{
padding:14px 24px;
border-radius:50px;
text-decoration:none;
font-size:15px;
font-weight:700;
transition:.3s;
}

.sv-call-btn{
background:#0A3D91;
color:#fff;
}

.sv-call-btn:hover{
background:#06275E;
color:#fff;
}

.sv-whatsapp-btn{
background:#25D366;
color:#fff;
}

.sv-whatsapp-btn:hover{
background:#1EBE5B;
color:#fff;
}

/* Hero Gap */

.sv-hero{
padding-top:120px;
}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.sv-landing-nav{
display:none;
}

.sv-landing-header .sv-container{
padding:12px 15px;
}

.sv-landing-logo img{
height:55px;
}

.sv-header-buttons{
gap:10px;
}

.sv-call-btn,
.sv-whatsapp-btn{
padding:12px 16px;
font-size:14px;
}

}

@media(max-width:576px){

.sv-landing-logo img{
height:48px;
}

.sv-header-buttons{
width:100%;
justify-content:flex-end;
}

.sv-call-btn,
.sv-whatsapp-btn{
padding:10px 14px;
font-size:13px;
}

.sv-call-btn{
display:none;
}

.sv-hero{
padding-top:95px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3f6b03 *//*==============================
SV HERO SECTION CSS
==============================*/

.sv-hero{
position:relative;
width:100%;
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:120px 8%;
background:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1920&q=80") center center/cover no-repeat;
overflow:hidden;
}

.sv-hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(135deg,rgba(0,22,53,.90),rgba(0,59,130,.75));
z-index:1;
}

.sv-hero-content{
position:relative;
z-index:2;
max-width:780px;
color:#fff;
}

.sv-hero-tag{
display:inline-block;
padding:10px 22px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(8px);
border:1px solid rgba(255,255,255,.15);
border-radius:50px;
font-size:15px;
font-weight:600;
margin-bottom:25px;
}

.sv-hero h1{
font-size:60px;
line-height:1.15;
font-weight:800;
margin-bottom:25px;
color:#fff;
}

.sv-hero h1 span{
color:#FFD54A;
}

.sv-hero p{
font-size:20px;
line-height:1.9;
max-width:650px;
margin-bottom:40px;
color:#f3f3f3;
}

.sv-hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:50px;
}

.sv-btn-primary,
.sv-btn-secondary{
padding:17px 36px;
font-size:17px;
font-weight:700;
border-radius:60px;
text-decoration:none;
transition:.35s;
display:inline-flex;
align-items:center;
justify-content:center;
}

.sv-btn-primary{
background:#FFD54A;
color:#0A2F63;
}

.sv-btn-primary:hover{
transform:translateY(-4px);
background:#fff;
}

.sv-btn-secondary{
background:#25D366;
color:#fff;
}

.sv-btn-secondary:hover{
transform:translateY(-4px);
background:#19b955;
}

.sv-hero-features{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.sv-feature-box{
background:rgba(255,255,255,.08);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,.15);
padding:25px;
border-radius:18px;
min-width:170px;
text-align:center;
}

.sv-feature-box h3{
margin:0;
font-size:34px;
color:#FFD54A;
font-weight:800;
}

.sv-feature-box span{
display:block;
margin-top:8px;
font-size:15px;
color:#fff;
}

.sv-scroll-down{
position:absolute;
left:50%;
bottom:25px;
transform:translateX(-50%);
z-index:3;
}

.sv-scroll-down a{
width:55px;
height:55px;
display:flex;
align-items:center;
justify-content:center;
background:#FFD54A;
color:#0A2F63;
border-radius:50%;
font-size:28px;
text-decoration:none;
animation:svBounce 2s infinite;
}

@keyframes svBounce{
0%,20%,50%,80%,100%{
transform:translateY(0);
}
40%{
transform:translateY(-12px);
}
60%{
transform:translateY(-6px);
}
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:991px){

.sv-hero{
padding:90px 30px;
text-align:center;
}

.sv-hero-content{
margin:auto;
}

.sv-hero h1{
font-size:42px;
}

.sv-hero p{
font-size:18px;
}

.sv-hero-buttons,
.sv-hero-features{
justify-content:center;
}

}

@media(max-width:576px){

.sv-hero{
padding:70px 20px;
min-height:95vh;
}

.sv-hero h1{
font-size:32px;
}

.sv-hero p{
font-size:16px;
}

.sv-btn-primary,
.sv-btn-secondary{
width:100%;
}

.sv-feature-box{
width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acdae22 *//*=========================================
PROJECT HIGHLIGHTS CSS
=========================================*/

.sv-highlights{
padding:100px 0;
background:#f7f9fc;
}

.sv-container{
width:92%;
max-width:1300px;
margin:auto;
}

.sv-section-title{
text-align:center;
margin-bottom:60px;
}

.sv-section-title span{
display:inline-block;
padding:10px 20px;
background:#0A3D91;
color:#fff;
border-radius:50px;
font-size:14px;
font-weight:600;
letter-spacing:1px;
margin-bottom:20px;
}

.sv-section-title h2{
font-size:42px;
font-weight:700;
color:#0A3D91;
margin-bottom:18px;
}

.sv-section-title p{
max-width:700px;
margin:auto;
font-size:17px;
line-height:1.8;
color:#666;
}

.sv-highlight-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

.sv-highlight-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
}

.sv-highlight-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.sv-highlight-image{
overflow:hidden;
height:270px;
}

.sv-highlight-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
display:block;
}

.sv-highlight-card:hover img{
transform:scale(1.08);
}

.sv-highlight-content{
padding:30px;
}

.sv-highlight-content h3{
font-size:28px;
margin-bottom:15px;
color:#0A3D91;
}

.sv-highlight-content p{
font-size:16px;
line-height:1.8;
color:#666;
margin-bottom:20px;
}

.sv-highlight-content ul{
list-style:none;
padding:0;
margin:0 0 25px;
}

.sv-highlight-content ul li{
padding:9px 0;
font-size:15px;
color:#333;
border-bottom:1px solid #eee;
}

.sv-project-btn{
display:inline-block;
padding:14px 28px;
background:#0A3D91;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.sv-project-btn:hover{
background:#D4AF37;
color:#fff;
transform:translateY(-3px);
}

@media(max-width:991px){

.sv-highlight-grid{
grid-template-columns:1fr;
}

.sv-section-title h2{
font-size:34px;
}

}

@media(max-width:576px){

.sv-highlights{
padding:70px 0;
}

.sv-section-title h2{
font-size:28px;
}

.sv-highlight-content{
padding:22px;
}

.sv-highlight-image{
height:220px;
}

.sv-project-btn{
display:block;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04f7641 *//*=========================================
ABOUT SV REAL ESTATE NETWORK CSS
=========================================*/

.sv-about{
padding:100px 0;
background:#ffffff;
overflow:hidden;
}

.sv-about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.sv-about-image{
position:relative;
}

.sv-about-image img{
width:100%;
border-radius:25px;
display:block;
box-shadow:0 20px 50px rgba(0,0,0,.12);
transition:.5s;
}

.sv-about-image:hover img{
transform:scale(1.03);
}

.sv-about-badge{
position:absolute;
left:30px;
bottom:30px;
background:#0A3D91;
color:#fff;
padding:22px 30px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.sv-about-badge h3{
margin:0;
font-size:28px;
font-weight:700;
color:#FFD54A;
}

.sv-about-badge span{
display:block;
margin-top:6px;
font-size:15px;
}

.sv-subtitle{
display:inline-block;
padding:10px 20px;
background:#EAF2FF;
color:#0A3D91;
font-size:14px;
font-weight:700;
border-radius:50px;
letter-spacing:1px;
margin-bottom:18px;
}

.sv-about-content h2{
font-size:44px;
font-weight:700;
line-height:1.3;
margin-bottom:20px;
color:#222;
}

.sv-about-content h2 span{
color:#0A3D91;
}

.sv-about-content p{
font-size:17px;
line-height:1.9;
color:#666;
margin-bottom:20px;
}

.sv-about-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin:35px 0;
}

.sv-about-item{
background:#F8FAFD;
padding:16px 18px;
border-radius:12px;
font-size:15px;
font-weight:600;
color:#333;
transition:.3s;
border-left:4px solid #0A3D91;
}

.sv-about-item:hover{
background:#0A3D91;
color:#fff;
transform:translateX(8px);
}

.sv-about-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-top:20px;
}

@media(max-width:991px){

.sv-about{
padding:80px 0;
}

.sv-about-grid{
grid-template-columns:1fr;
gap:45px;
}

.sv-about-content{
text-align:center;
}

.sv-about-content h2{
font-size:36px;
}

.sv-about-features{
grid-template-columns:1fr 1fr;
}

.sv-about-buttons{
justify-content:center;
}

}

@media(max-width:576px){

.sv-about{
padding:70px 0;
}

.sv-about-content h2{
font-size:30px;
}

.sv-about-features{
grid-template-columns:1fr;
}

.sv-about-badge{
position:relative;
left:0;
bottom:0;
margin-top:20px;
width:100%;
text-align:center;
}

.sv-about-buttons a{
width:100%;
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2d1d43 *//*=========================================
FEATURED PROJECTS CSS
=========================================*/

.sv-featured-projects{
    padding:100px 0;
    background:#f8f9fc;
}

.sv-projects-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.sv-project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.sv-project-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}

.sv-project-image{
    position:relative;
    height:280px;
    overflow:hidden;
}

.sv-project-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
    display:block;
}

.sv-project-card:hover img{
    transform:scale(1.08);
}

.sv-project-status{
    position:absolute;
    top:20px;
    left:20px;
    background:#D4AF37;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.sv-project-content{
    padding:30px;
}

.sv-project-content h3{
    font-size:28px;
    color:#0A3D91;
    margin-bottom:15px;
}

.sv-project-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.sv-project-details{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.sv-project-details div{
    background:#F5F8FD;
    padding:16px;
    border-radius:12px;
    text-align:center;
}

.sv-project-details strong{
    display:block;
    color:#0A3D91;
    font-size:15px;
    margin-bottom:6px;
}

.sv-project-details span{
    color:#555;
    font-size:14px;
}

.sv-project-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#0A3D91;
    color:#fff;
    text-decoration:none;
    padding:15px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.sv-project-btn:hover{
    background:#D4AF37;
    color:#fff;
}

@media(max-width:991px){

.sv-projects-grid{
grid-template-columns:1fr;
}

}

@media(max-width:576px){

.sv-featured-projects{
padding:70px 0;
}

.sv-project-image{
height:220px;
}

.sv-project-content{
padding:22px;
}

.sv-project-content h3{
font-size:24px;
}

.sv-project-details{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-443380b *//*=========================================
WHY CHOOSE US CSS
=========================================*/

.sv-why-choose{
padding:100px 0;
background:#ffffff;
}

.sv-why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;
}

.sv-why-card{
background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
border-top:5px solid #0A3D91;
}

.sv-why-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.sv-why-icon{
width:85px;
height:85px;
margin:auto;
background:#0A3D91;
color:#fff;
font-size:38px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
transition:.35s;
}

.sv-why-card:hover .sv-why-icon{
background:#D4AF37;
transform:rotate(10deg) scale(1.08);
}

.sv-why-card h3{
font-size:26px;
color:#0A3D91;
margin-bottom:15px;
font-weight:700;
}

.sv-why-card p{
font-size:16px;
line-height:1.8;
color:#666;
margin:0;
}

.sv-why-bottom{
margin-top:60px;
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

@media(max-width:991px){

.sv-why-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.sv-why-grid{
grid-template-columns:1fr;
}

.sv-why-card{
padding:30px 22px;
}

.sv-why-card h3{
font-size:22px;
}

.sv-why-icon{
width:75px;
height:75px;
font-size:34px;
}

.sv-why-bottom a{
width:100%;
text-align:center;
}

}

@media(max-width:576px){

.sv-why-choose{
padding:70px 0;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c412ce2 *//*=========================================
PREMIUM ENQUIRY FORM CSS
=========================================*/

.sv-enquiry{
padding:100px 0;
background:linear-gradient(135deg,#0A3D91,#06275E);
position:relative;
overflow:hidden;
}

.sv-enquiry::before{
content:"";
position:absolute;
width:450px;
height:450px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-180px;
right:-120px;
}

.sv-enquiry::after{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(255,255,255,.04);
border-radius:50%;
bottom:-120px;
left:-120px;
}

.sv-enquiry-wrapper{
position:relative;
z-index:2;
display:grid;
grid-template-columns:1fr 520px;
gap:60px;
align-items:center;
}

.sv-enquiry-content{
color:#fff;
}

.sv-enquiry-content h2{
font-size:46px;
font-weight:700;
margin:20px 0;
line-height:1.3;
color:#fff;
}

.sv-enquiry-content h2 span{
color:#FFD54A;
}

.sv-enquiry-content p{
font-size:18px;
line-height:1.9;
margin-bottom:35px;
color:#e8e8e8;
}

.sv-enquiry-points{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.sv-point{
background:rgba(255,255,255,.10);
backdrop-filter:blur(10px);
padding:16px 18px;
border-radius:12px;
font-size:15px;
font-weight:600;
border:1px solid rgba(255,255,255,.08);
}

.sv-form-box{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.sv-form-box h3{
text-align:center;
font-size:30px;
margin-bottom:30px;
color:#0A3D91;
}

.sv-form-group{
margin-bottom:18px;
}

.sv-form-group input,
.sv-form-group select,
.sv-form-group textarea{
width:100%;
padding:16px 18px;
border:1px solid #ddd;
border-radius:12px;
font-size:15px;
outline:none;
transition:.3s;
background:#fff;
}

.sv-form-group input:focus,
.sv-form-group select:focus,
.sv-form-group textarea:focus{
border-color:#0A3D91;
box-shadow:0 0 0 4px rgba(10,61,145,.10);
}

.sv-form-group textarea{
resize:none;
}

.sv-submit-btn{
width:100%;
padding:18px;
border:none;
border-radius:50px;
background:#0A3D91;
color:#fff;
font-size:17px;
font-weight:700;
cursor:pointer;
transition:.35s;
}

.sv-submit-btn:hover{
background:#D4AF37;
transform:translateY(-3px);
}

@media(max-width:991px){

.sv-enquiry-wrapper{
grid-template-columns:1fr;
}

.sv-enquiry-content{
text-align:center;
}

.sv-enquiry-points{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:576px){

.sv-enquiry{
padding:70px 0;
}

.sv-enquiry-content h2{
font-size:32px;
}

.sv-form-box{
padding:25px;
}

.sv-enquiry-points{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ede46a *//*=========================================
PREMIUM LOCATION SECTION
=========================================*/

.sv-location{

padding:100px 20px;
background:#f5f8fc;

}

.sv-location-container{

max-width:1300px;
margin:auto;

display:grid;
grid-template-columns:480px 1fr;

gap:40px;
align-items:center;

}

.sv-location-left{

background:#ffffff;
padding:45px;

border-radius:20px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.sv-location-tag{

display:inline-block;

background:#0A3D91;
color:#fff;

padding:8px 20px;

border-radius:30px;

font-size:14px;
font-weight:600;

margin-bottom:20px;

}

.sv-location-left h2{

font-size:38px;
margin-bottom:20px;

color:#0A3D91;

}

.sv-location-left p{

line-height:1.8;
color:#555;

}

.sv-location-box{

margin-top:35px;

}

.sv-location-item{

padding:18px 0;

border-bottom:1px solid #eee;

}

.sv-location-item:last-child{

border:none;

}

.sv-location-item h4{

margin-bottom:8px;

color:#0A3D91;

}

.sv-location-item a{

color:#222;
font-weight:600;
text-decoration:none;

}

.sv-location-item a:hover{

color:#0A3D91;

}

.sv-location-right{

height:600px;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.sv-location-right iframe{

width:100%;
height:100%;

border:0;

}

@media(max-width:991px){

.sv-location-container{

grid-template-columns:1fr;

}

.sv-location-right{

height:450px;

}

}

@media(max-width:576px){

.sv-location{

padding:70px 15px;

}

.sv-location-left{

padding:30px;

}

.sv-location-left h2{

font-size:30px;

}

.sv-location-right{

height:320px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba7b57c *//*=========================================
PRIVACY POLICY CSS
=========================================*/

.sv-privacy-policy{
padding:100px 0;
background:#ffffff;
}

.sv-privacy-card{
max-width:1100px;
margin:50px auto 0;
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.08);
border:1px solid #e8eef7;
}

.sv-policy-block{
padding:30px 35px;
border-bottom:1px solid #edf2f7;
transition:.35s;
}

.sv-policy-block:last-child{
border-bottom:none;
}

.sv-policy-block:hover{
background:#f8fbff;
}

.sv-policy-block h3{
margin:0 0 15px;
font-size:24px;
color:#0A3D91;
font-weight:700;
}

.sv-policy-block p{
margin:0;
font-size:16px;
line-height:1.9;
color:#555;
}

.sv-policy-block strong{
color:#0A3D91;
}

.sv-policy-block a{
color:#0A3D91;
font-weight:600;
text-decoration:none;
}

.sv-policy-block a:hover{
color:#D4AF37;
}

.sv-policy-update{
background:#0A3D91;
color:#fff;
padding:20px;
text-align:center;
font-size:16px;
font-weight:600;
}

@media(max-width:991px){

.sv-privacy-policy{
padding:80px 0;
}

.sv-policy-block{
padding:25px;
}

.sv-policy-block h3{
font-size:22px;
}

}

@media(max-width:576px){

.sv-privacy-policy{
padding:70px 0;
}

.sv-policy-block{
padding:20px;
}

.sv-policy-block h3{
font-size:20px;
line-height:1.4;
}

.sv-policy-block p{
font-size:15px;
line-height:1.8;
}

.sv-policy-update{
font-size:15px;
padding:18px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46fec66 *//*=========================================
PREMIUM FOOTER CSS
=========================================*/

.sv-footer{
background:#071C42;
color:#fff;
padding:80px 0 0;
}

.sv-footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1.2fr;
gap:50px;
}

.sv-footer-logo{
max-width:180px;
margin-bottom:20px;
}

.sv-footer-col h3{
font-size:30px;
margin-bottom:20px;
color:#FFD54A;
}

.sv-footer-col h4{
font-size:22px;
margin-bottom:20px;
color:#FFD54A;
}

.sv-footer-col p{
line-height:1.9;
font-size:16px;
color:#d8d8d8;
margin-bottom:25px;
}

.sv-footer-col ul{
margin:0;
padding:0;
list-style:none;
}

.sv-footer-col ul li{
margin-bottom:15px;
line-height:1.8;
color:#d8d8d8;
}

.sv-footer-col a{
color:#fff;
text-decoration:none;
transition:.3s;
}

.sv-footer-col a:hover{
color:#FFD54A;
padding-left:5px;
}

.sv-footer-social{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:20px;
}

.sv-footer-social a{
padding:10px 18px;
background:rgba(255,255,255,.08);
border-radius:30px;
font-size:14px;
transition:.3s;
}

.sv-footer-social a:hover{
background:#FFD54A;
color:#071C42;
padding-left:18px;
}

.sv-footer-bottom{
margin-top:60px;
padding:22px;
text-align:center;
background:#04122D;
border-top:1px solid rgba(255,255,255,.08);
font-size:15px;
color:#d8d8d8;
}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.sv-footer-grid{
grid-template-columns:repeat(2,1fr);
gap:40px;
}

}

@media(max-width:576px){

.sv-footer{
padding-top:60px;
}

.sv-footer-grid{
grid-template-columns:1fr;
gap:35px;
}

.sv-footer-col{
text-align:center;
}

.sv-footer-logo{
margin:auto auto 20px;
display:block;
}

.sv-footer-social{
justify-content:center;
}

.sv-footer-bottom{
font-size:14px;
padding:18px;
}

}/* End custom CSS */