body{
	background: #EEEEEE;
	font-family: 'Ubuntu', sans-serif;
}
.site-bg1{
    background: #214A8F;
}
.site-bg2{
    background: #00B0F0;
}
.btn-site{
        background: #00b0f0;
    color: #fff;
}
.btn-site:hover{
    background: #058fc1;
    color: #fff;
}
.img-fluid{
    width: 100% !important;
}

.navbar{
    /*border-bottom: 2px solid #224a8f;*/
    background: #00B0F0;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}
#home-slider .owl-dots{
    position: relative;
    top: -40px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #224a8f;
}
.text-site{
    color: #21498E;
}
footer{
    background: #F2F2F2;
}
footer .nav-link{
    color: #9c9494;
}
footer .nav-link:hover{
    color: #00B0F0;
}
.for-mobile{
    display: none;
}
.lh-1{
    line-height: 1;
}
.ul-list{
    margin: 0;
    padding: 17px;
    line-height: 1;
    padding-bottom: 0;
}
.ul-list li{
    margin-bottom: 10px;
    list-style-type: square;
}
.list-card .card-body{
    min-height: 211px;
}
.pro-logo{
        padding: 0px 30px;
    background: #fff;
    border-radius: 50px;
}
/*Mobile devices*/
 @media only screen and (max-width : 768px) {
  .navbar-collapse{
    padding: 15px;
}
.for-computer{
        display: none;
    }
    .for-mobile{
        display: block;
    }
 
}
/* Medium Devices, Desktops */
 @media only screen and (max-width : 992px) {
}
/* Large Devices, Wide Screens */
 @media only screen and (max-width : 1200px) {

}
 @media only screen and (max-width : 1888px) {
}