/* html {
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
}
body {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;    
}
.small {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #323232;
}
.size14,
.size14 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.size16,
.size16 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.size18,
.size18 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

h1,h2,h3,h4,h5,h6{
    font-family: Open Sans;
    line-height: 1.2;    
}
h1 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 66px;
    letter-spacing: 0%;
    vertical-align: middle;
}

h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0%;
    vertical-align: middle;
    
   }
h3 {   
    font-family: Open Sans;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0%;
    
}
h4 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0%;
}
h5 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0%;    
}
h6 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0%;    
}
.dm-sans{
    font-family: DM Sans;   
}
.open-sans{
    font-family: Open Sans;
}
.green-bg{
    background: #008000;
}
.blue-bg{
    background: #002E62;
}
.green-bg a:hover{
    color: #002E62;
}
.blue-bg a:hover{
    color: #008000;
}
img {
    max-width: 100%;
}
a,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}
a:hover,
button:hover {
    text-decoration: none;
    outline: none;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
input:focus {
    outline: none;
}
.p_60 {
    padding: 60px 0px;
}

.p_80 {
    padding: 80px 0px;
}
.p_110 {
    padding: 110px 0px;
}
.p_120 {
    padding: 120px 0px;
}
.p_140 {
    padding: 140px 0px;
}
.pt_40 {
    padding-top: 40px;
}
.pt_80 {
    padding-top: 80px;
}
.pt_110 {
   padding-top: 110px;
}
.pt_120 {
   padding-top: 120px;
}
.pt_140 {
   padding-top: 140px;
}
.pb_40 {
    padding-bottom: 40px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_110 {
   padding-bottom: 110px;
}
.pb_120 {
   padding-bottom: 120px;
}
.pb_140 {
   padding-bottom: 140px;
}
.mt-50{
    margin-top: 50px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.clr-wht{
    color: #fff;
}
.cta-btn-box{
    overflow: hidden;
}
.cta {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;    
    max-width: 100%;
    padding: 17px 37px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #008000;
    border: 1px solid #008000; 
    transition: color 0.3s ease-in-out;
} */

/* .cta::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    z-index: -1;
    transition: top 0.2s ease-in-out;
} */
.cta-btn-box{
    overflow: hidden;
}

.cta:hover::before {
    top: 0; /* Slide up the yellow button */
}

.cta:hover {
    background-color: #fff; 
    color: #008000; /* Maintain black text color */
}
.small-btn{
    padding: 2px 9px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.cta.blk_btn {
    background: #000;
    color: #fff;
}
.cta.blk_btn:hover {
    color: #000;
    border-color: #fff;
    background: #fff;
}
.cta.blk_btn::before{
    background: #fff;
}


/* .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.container-fluid {
    padding: 0px 20px;
} */
.blue-clr{
    color:#002E62;
}
.yellow-clr{
    color: #FFCD34;
}
.green-clr{
    color: #008000;

}
/* image half half */

.half-half-sec {
    position: relative;
}
.half-half-sec .half-half-sec-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 15px);
    right: 0;
    height: 100%;
    
}
.half-half-sec .half-half-sec-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.half-half-sec .half-half-sec-img.half-img-left{
    right: unset;
    left: 0;
}

/* header css start here */

header.main_header  .btn-text {
    display: flex;
    align-items: center;
    gap: 8px;
}
header.main_header  .btn-text .size16 {
    margin-bottom: 0;
}
header.main_header  .hrd-top-bar {
    padding: 12px;
}
header.main_header  .hrd-top-bar p {
    margin-bottom: 0;
}
header.main_header  .hrd-top-bar .text-end {
    justify-content: end;
}


header.main_header .ftr-btm-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 220px;
}
header.main_header .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 27px;
}
header.main_header .ftr-btm-social p {
    margin-bottom: 0;
}
header.main_header .hdr-middle .hrd-middle-nav {
    position: relative;
}
header.main_header .hdr-middle .hrd-middle-nav a.navbar-brand {
    padding: 0;
    position: absolute;
    top: 0;
    box-shadow: 20px 14px 34px 0px #002E6233;
    border-radius: 0 0 10px 10px;
    z-index: 999;
}
header.main_header .hdr-middle .hrd-middle-nav .navbar-nav {
    gap: 39px;
}
header.main_header .hdr-middle .hrd-middle-nav .navbar-nav a.nav-link {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: right;
    vertical-align: middle;
    color: #000000;
    padding: 10px;
}
header.main_header .hdr-middle .hrd-middle-nav nav.navbar {
    padding-block: 30px;
}
header.main_header .hdr-middle .hrd-middle-nav .navbar-nav a.nav-link.dropdown-toggle {
    position: relative;
}

header.main_header .hdr-middle .hrd-middle-nav .navbar-nav a.nav-link.dropdown-toggle::after {
    content: "\f107";
    margin: 0;
    padding: 0;
    border: none;
    color: #000;
    font-family: fontawesome;
    top: 4px;
    position: relative;
    font-size: 14px;
}
header.main_header .mob-call{
    display: none;
}


/* banner sec start here */

.banner-sec{
    background: rgba(0, 46, 98, 0.1);
    padding: 90px 0;
}

.banner-sec .banner-content-left {
    max-width: 568px;
}



/* explore sec start here */
.explore-sec .image-text {
    display: flex;
    gap: 20px;
    align-items: center;
}
.explore-sec .image-text p {
    font-weight: 500;
}
.explore-sec .row{
    row-gap: 30px;
}


/* recent slider sec start here */
.recent-chicagoland-sec h2 {
    max-width: 830px;
    margin: auto;
    color: #000;
}

/* Default slick dots styling */
.recent-chicagoland-sec .slick-dots {
    bottom: -40px; /* Adjust dot position */
    position: relative;
}

/* Change active dot color to blue */
.recent-chicagoland-sec .slick-dots li.slick-active button:before {
    color: #002E62 !important;
    opacity: 1 !important;
    font-size: 10px;
}

/* Default dot color */
.recent-chicagoland-sec .slick-dots li button ,.recent-chicagoland-sec .slick-dots li{
    width: 10px;
    height: 10px;   
}
.recent-chicagoland-sec .slick-dots li button:before {
    color: gray !important;
    opacity: 0.5 !important;
    width: 10px;
    height: 10px;
    font-size: 10px;
}
.recent-chicagoland-slides-img {
    margin: 0 15px;
}


/*Best-steel-image-text-sec sec start here  */

.Best-steel-image-text-sec .Best-steel-image-text-content {
    max-width: 1292px;
    margin: auto;
}
.Best-steel-image-text-sec .Best-steel-image-text-content .row {
    align-items: center;
}
.bdr-btm {
    position: relative;
    padding-bottom: 21px;
}
.bdr-btm:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 102px;
    background: #002E62;
    bottom: 0;
    left: 3px;
}
.best-steel-text p {
    max-width: 555px;
    color: #3D3D3D;
}



/* reinforced-steel-sec  sec start here */
.reinforced-steel-sec .banner-content-left {
    padding-left: 22px;
}
.reinforced-steel-sec .banner-content-left p:last-child {
    max-width: 444px;
    margin-top: 15px;
    margin-bottom: 0;
}
.custom-security-sec.half-half-sec .row .col-md-6:last-child {
    padding-right: 0;
}

.custom-security-sec.half-half-sec .banner-content-left .cta-btn-box a.cta {
    line-height: 1.2;
    max-width: 413px;
    text-align: center;
}



/*all-season-ready-sec sec start here  */
.all-season-ready-sec .all-season-ready-content {
    max-width: 1342px;
    margin: auto;
}
.all-season-ready-sec .all-season-ready-content .best-steel-text h5 {
    max-width: 529px;
}
.check-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list-ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}
.check-list-ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* milted-vault-sec start here */

.miltered-vault-box {
    border: 1px solid #0000001A;
    padding: 40px 30px 30px 30px;
    text-align: -webkit-center;
    transition: 0.5s ease-in-out;
}
.miltered-vault-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
.miltered-vault-box .mv-img {
    border: 1px solid #0000001A;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.miltered-vault-box  h3 {
    max-width: 415px;
    margin: 20px auto;
    color: #000;
}
.miltered-vault-box p {
    max-width: 587px;
    margin: auto;
    color: #3D3D3D;
}
.miltered-vault-box.miltered-box ,.miltered-vault-box:hover {
    border: 1px solid #008000;
}
.miltered-vault-box.miltered-box .mv-img ,.miltered-vault-box:hover .mv-img  {
    background: #008000;
}
.miltered-vault-box.miltered-box .mv-img img ,.miltered-vault-box:hover .mv-img img{
    filter: brightness(0) invert(1);
}
.miltered-vault-box.miltered-box h3 ,.miltered-vault-box:hover h3{
    color: #008000;
}


/* our-security sec start here */

.our-security-head {
    max-width: 995px;
    margin: auto;
}

.our-security-sec .slick-dots {
    bottom: -40px; /* Adjust dot position */
    position: relative;
}

/* Change active dot color to blue */
.our-security-sec .slick-dots li.slick-active button:before {
    color: #002E62 !important;
    opacity: 1 !important;
    font-size: 10px;
}

/* Default dot color */
.our-security-sec .slick-dots li button ,.our-security-sec .slick-dots li{
    width: 10px;
    height: 10px;   
}
.our-security-sec .slick-dots li button:before {
    color: gray !important;
    opacity: 0.5 !important;
    width: 10px;
    height: 10px;
    font-size: 10px;
}   



/* request sec start here */

.request-quote-text {
    max-width: 757px;
    margin: auto;
}
.request-quest-content .row {
    align-items: center;
}
.request-quest-content {
    padding-inline: 40px;
}
.request-quest-content.p_80 {
    background-attachment: fixed;
    /* background-repeat: no-repeat; */
    /* background-color: #FFCD34; */
    background-size: cover;
    background-position: center;
}



/* view security sec start here */

/* .view-security-slider {
    width: 90%;
    margin: auto;
} */

.view-security-slides {
    text-align: -webkit-center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slick-slide.slick-current.slick-active.slick-center .view-security-slides {
    transform: scale(1);
    opacity: 1;
}

.slick-slide .view-security-slides h5{
    opacity: 0;
}
.slick-slide.slick-current.slick-active.slick-center .view-security-slides h5{
    opacity: 1;
}
.slick-slide.slick-active .view-security-slides{
    transform: scale(0.9);
    opacity: 0.2;  
} 

.view-security-slides:not(.slick-center) {
    transform: scale(0.8);
    opacity: 0.2;
}

/* Style arrows */
/* .view-security-slider .slick-prev, .view-security-slider .slick-next {
    font-size: 30px;
    color: black;
    z-index: 1000;
} */


.view-security-slider .slick-arrow:before {
    display: none;
}
.view-security-slider button.slick-arrow {
    width: 50px;
    height: 50px;
    background: #008000;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    font-size: 22px;
}

.view-security-slider button.slick-arrow:hover{
    background: #0000001A;
    color: #008000;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}



/* color slecet css start here */

.fl-icon-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.fl-icon-wrap .fl-icon i {
    font-size: 70px;
}
.fl-icon-wrap p {
    margin-bottom: 0;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
    color: #3d3d3d;
}

.fl-icon.whiteColor {
    color: #f4f4f4;
}
.fl-icon.Desert-tan {
    color: #EDDBAF;
}
.fl-icon.Clay {
    color: #B1A195;
}
.fl-icon.Terratone {
    color: #74645C;
}
.fl-icon.Brown {
    color: #402216;
}
.fl-icon.Mocha {
    color: #28161E;
}
.fl-icon.Navy {
    color: #1A1E37;
}
.fl-icon.Black {
    color: #000000;
}
.fl-icon.Eldridge-gray {
    color: #696A62;
}
.fl-icon.Forest {
    color: #002818;
}
.fl-icon.Mocha {
    color: #881F20;
}
.color-selecet-content .row {
    row-gap: 50px;
}



/* footer css start here */
.ftr-sec{
    background-position: right bottom;
}

.ftr-sec .ftr-top-part h5 {
    padding-bottom: 23px;
    border-bottom: 1px solid #329FD3;
    margin-bottom: 25px;
}
.ftr-sec .ftr-top-part  .ftr-top-left-content {
    max-width: 577px;
}
.ftr-sec .ftr-top-part .ftr-top-left-content .ftr-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.ftr-sec .ftr-top-part .ftr-top-left-content .ftr-list ul li {
    flex: 0 0 calc(261px - 15px);
}

.ftr-sec .ftr-top-part .ftr-top-right-content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.ftr-sec .ftr-top-part .ftr-top-right-content .ftr-top-right-content-rgt {
    max-width: 222px;
}
.ftr-sec .ftr-top-part .ftr-top-right-content .ftr-top-right-content-lft {
    max-width: 275px;
}
.ftr-sec .ftr-top-part .ftr-top-right-content .ftr-top-right-content-rgt a:not(:last-child) {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.ftr-sec .ftr-top-part .ftr-top-right-content .ftr-top-right-content-lft p {
    margin-bottom: 20px;
}
.ftr-btm-part {
    border-top: 1px solid #FFFFFF30;
}
.ftr-btm-part .review-ftr {
    max-width: 897px;
}
.ftr-top-right-content-rgt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-map {
    width: 100%;
}
.ftr-map iframe {
    width: 100%;
}
.ftr-sec .ftr-top-part .social-link-circle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}
.ftr-sec .ftr-top-part .social-link-circle.social-links ul li a {
    border: 0.5px solid #FFFFFF;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.ftr-sec .ftr-top-part .social-link-circle.social-links ul li a:hover {
    background: #fff;
    color: #008000;
}
footer.ftr-sec {
    position: relative;
}

footer.ftr-sec .ftr-lets-chat {
    position: absolute;
    bottom: 15%;
    right: 50px;
    z-index: 99;
}
.mob-social-ftr{
    display: none;
}