:root{

--primary:#07275c;

--orange:#ff7a00;

--green:#12853d;

--white:#fff;

--shadow:0 8px 30px rgba(0,0,0,.08);

}


.fl-container{

width:92%;

max-width:1320px;

margin:auto;

}



.fl-header{

background:#fff;

box-shadow:var(--shadow);

padding: 0px 0;
}



.fl-header-inner{

display:flex;

align-items:center;

justify-content:space-between;

}



.fl-logo{

width: 170px;
}



.fl-logo img{

width:100%;

}



.fl-header-content{

flex:1;

text-align:center;

padding:0 60px;

}



.fl-top-line{

display:flex;

justify-content:center;

align-items:center;

gap:15px;

margin-bottom: 0px;

font-size: 12px;

font-weight:600;

color:var(--orange);
}



.fl-dot{

width:9px;

height:9px;

background:var(--orange);

border-radius:50%;

}



.fl-header-content h1{

font-size: 12px;

font-weight:600;

color:#222;

letter-spacing:.5px;

line-height:1.4;
}



.fl-iso{

width:190px;

}



.fl-iso img{

width:100%;

}

@media(max-width:992px){

.fl-header-inner{

flex-direction:column;

gap:25px;

}

.fl-header-content{

padding:0;

}

.fl-header-content h1{

font-size:20px;

}

.fl-top-line{

font-size:15px;

flex-wrap:wrap;

}

.fl-iso{

width:150px;

}

.fl-logo{

width:180px;

}

}