body, html{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color:#112950;
}
body, .background{
    background-color: #f3f7fb; 
    font-family: 'Epilogue', sans-serif;
    
}
.background{
    border-bottom: 2px solid gray;
}
.container{
    max-width: 1080px;
}
.nav-link{
    position: relative;
}
.nav-link::before{
    position: absolute;
    content: '';
    top: 100%;
    height: 2px;
    background-color: blue;
    transition: all 0.2s ease;
}
.nav-link:hover::before{
    width: 40px;
}
.nav-btn:hover{
    background-color:#112950;;
}
.section-first{
    margin-top:150px;
}
.section-four,.last-part{
    margin-top: 110px;
}
.section-second-parts h3 {
    font-size:25px;
}
.navbar{
    background-color:#f3f7fb!important;
}
.quote-text{
    font-size: 17px;
    font-weight: 400;
    color: #112950;
}
.fa-phone{
    font-size:30px;
    color:#177ee5;
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    transform: rotate(90deg);
}
.section-fi p{
    font-size:14px!important;
}
.section-f-last{
    font-size: 17px;
}
p, .list-item{
    color:#828ca5;
    font-size: 14px;
}
.colo-btn{
    color: #828ca5!important;
}
.list-marked > .list-item::before {
    display: inline-flex;
    vertical-align: middle;
    content: '';
    width: .63em;
    height: .63em;
    margin-left: -1.4375rem;
    margin-right: 0.875rem;
    border-radius: 50%;
    background: #177ee5;
}
h1{
    font-size: 60px;
    line-height: 1.1;
    color: #112950;
    font-weight: 600;
}
h5, h3{
    font-weight: 500!important;
}
h4{
    font-size:20px;
    font-weight: 500;
}
.h2 ,h5, h2{
    font-weight: 600;
    color: #112950!important;
}
h3{
    font-size: 24px!important;
}
h6{
    font-size:14px!important;
    font-weight: 400;
}
.number{
    text-decoration: none;
    color:black;
}
.number:hover{
    color:blue
}
.section-third-ul, .footer-list{
    list-style-type:none;
}
.footer-list{
    color: #828ca5;
    font-size: 14px;    
}
.text-primary{
    color: #177ee5;
}
.section-font-p{
    font-size: 10px;
}
ul {
    list-style-type: none;
  }
.white{
    color: antiquewhite;
}
.first-icon{
    color:white; 
}
.nav-image img{
    width:130px;
    height:50px;
}
.second-icon{
    transition: all 0.2s ease;
}
.second-icon:hover{
    transform: scale(1.2);
}
label {
    font-size: 0.875rem;
    color: #112950;
    cursor: pointer;
}
.navbar-nav a, .nav-btn{
    font-size: 14px;
}
.bor{
    border-left: 2px solid;
    color: #828ca5;
}

/* @media only screen and (max-width: 1080px) {
    .card_img img{
        width:375px;
    }
} */
