*{
    margin: 0;
    padding: 0;
}
.mb-100{
    margin-bottom: 100px;
}
.red{
    color: red;
}
.blue{
    color: #3b5998;
}
.sky{
    color: #00bdec;
}
.medblue{
    color: #00bdec;
}
.btn-primary{
    background-color: #0c2599;
    color: #e7eaf5;
    border-radius: none;
}
.header img{
    max-width: 100px;
}
.header .mainul{
    margin-right: 150px;
    margin-left: 250px;
}
.header .mainicon{
    margin-left: 50px;
}
.header .mainicon i{
    margin-right: 20px;
    color: blue;
}
.header .mainicon .firsticon::after{
    content: "|";
    color: grey;
    margin-left: 15px;
}
.owlcarousl .item{
    border: 0.5px solid rgb(189, 188, 188);
    padding: 19px;
    height: 280px;
}
.owlcarousl .item img{
    max-height: 158px;
    width: 100%;
    margin: 0 0 28px 0;
}
.owlcarousl h5{
    font-size: 20px;
    line-height: 1.2;
    color: #7f7f7f;
    padding: 0 0 12px;
}
.owlcarousl .item p{
    font-size: 12px;
    color:#7f7f7f ;
}
.owlcarousl .item p span{
    color: blue;
    font-size: 20px;
    font-weight: 800;
}
.owlcarousl .btn-text a{
    margin-left: 43%;
    margin-bottom: 50px;
}
.service .head-top{
    margin-top: 5%;
    margin-bottom: 3%;
    border-bottom: 0.5px solid #c4c2c2;
}
.service .head-top h3{
    padding-bottom: 5px;
    font-size: 18px;
    color: #7f7f7f;
}
.service .head-top h3::after{
    content: '';
    background: #000;
    height: 2px;
    width: 50px;
    display: block;
    transform: translateY(14px);
    margin-bottom: 0px;
}
.service .container .servicemore{
    width: 300px;
    height: 400px;
}
.service .container .servicemore img{
    margin-left: 40%;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.service .container .servicemore .c-title{
    font-size: 26px;
}
.service .container .servicemore .c-text{
    font-size: 12px;
    line-height: 18px;
    color: #7f7f7f;
}
.service .container .servicemore a{
    margin-left: 40%;
}
.moreinfo .info{
    margin-bottom: 10%;
    background-image: url(../img/band-6.jpg);
    width: 100%;
    background-attachment: fixed;
}
.moreinfo .info h3{
    color: #0c259b;
    font-size: 20px;
    margin-top: 30%;
    margin-bottom: 10%;
}
.moreinfo .info h6{
    font-weight: 800;
    font-size: 40px;
    color: white;
    margin-bottom: 40%;
}
.detail .head-detail{
    border-bottom:1px solid #7f7f7f;
}
.detail .head-detail h2{
    font-size: 24px;
    color: #7f7f7f;
    margin-bottom: 15px;
}
.detail .progress{
    height: 45px;
    margin-bottom: 10px;
}
.detail p{
    font-size: 14px;
    color: #7f7f7f;
}
.leading .lead-div{
    background-image: linear-gradient(to right,#7aa2f1,#104ceb);
    width: 100%;
}
.leading .lead-div h4{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.leading .lead-div p{
    color: #333;
    font-size: 14px;
    font-family: sans-serif;
}
.leading .lead-div a{
    margin-left: 40%;
    margin-bottom: 50px;
}
.offers .special{
    border-bottom:1px solid #7f7f7f;
    margin-bottom: 30px;
}
.offers .special p{
    font-size: 18px;
    color: #7f7f7f;
    padding: 14px 0 0;
    margin: 0 0 12px 0;
}
.offers .firstankr{
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    font-family: sans-serif;
}
.offers .secondankr{
    text-decoration: none;
}
.offers .container .card1{
    border-bottom: 1px solid grey;
    margin-bottom: 50px;
}
.offers .container .card1 p{
    font-size: 13px;
    color: #333;
    margin-bottom: 20px;
}
.offers .container .card1 img{
    border-radius: 50%;
}
.last-part .f-part{
    background-color: #00286b;
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
}
.last-part h4{
    color: #658f28;
    font-size: 16px;
}
.last-part .lst-head{
    border-bottom: 1px solid white;
}
.last-part .lst-p{
    color: #e7eaf5;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.last-part ul{
    padding: 0;
}
.last-part li{
    list-style: none;
}
.last-part .icon3 li{
    display: inline-block;
}
.last-part .icon3 a i{
    font-size: 30px;
    margin-right: 15px;
}
.last-part ul li a{
    font-size: 14px;
    text-decoration: none;
}
.footer .ending{
    background-color: #030e20;
}
.footer .ending p{
    color: #658f28;
    font-size: 11px;
    margin-top: 20px;
    font-weight: 500;
    display: inline-block;
}
.footer .ending i{
    color: #e7eaf5;
    margin-top: 20px;
}
