.content-01{
    background: url("img/topbg.png") no-repeat;
    background-size: 100% 100%;
}
.cont-01-title{
    width: 50%;
    margin:30px auto;
    display: block;
}

.header {
    background: linear-gradient(to right, #0066cc, #3399ff);
    color: white;
    padding: 15px 0;
    margin-bottom: 20px;
}
.header-logo {
    font-size: 32px;
    font-weight: bold;
}
.forum-updates {
    padding: 40px;
    margin:0;
    background: linear-gradient(to bottom,#fff,rgba(255,255,255,0));
}
.forum-updates h3.news-title{
    font-size: 30px;
    color: #0941a8;
    font-weight: bold;
    display: flex;
    margin:0 10px 16px;
    margin-block-start: 0;
    margin-block-end: 0
}
.forum-updates h3.news-title span {
    flex:1;
    margin-left: 20px;
}
.forum-updates h3.news-title span hr{
    border-top:2px solid #0941a8;
    width: 100%!important;
}
.main-carousel  .owl-dots{
    position: absolute;
    right:20px;
    bottom:2px;
}
.main-carousel  .owl-dots button{
    background: none;
    border:0;
}
.main-carousel  .owl-dots button span{
    margin:0;
    background: #229cf9;
}
.main-carousel .owl-dots button.active span{
    background: #5dc7fd;
}
.update-item {
    border-bottom: 1px solid #0941a8;
    padding: 26px 10px;
}
.update-item a{
    font-size: 22px;
}
.update-item a:hover{
    color:  #0941a8;
}
.section-header {
    margin-bottom: 20px;
    position: relative;
}
.cont-2{
    background: url("img/bg2.jpg") no-repeat;
    background-size: 100% 100%;
}
.section-icon {
    background-color: #00aaff;
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
}
.section-content {
    background-color: white;
    padding: 6px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px #4781d2;
}
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: stretch;
}
.image-grid li:first-child{
    flex:3;
    display: flex;
    flex-direction: column;
}
.image-grid li:first-child img{
    flex:3
}
.image-grid li:first-child .image-caption{
    flex:2
}
.image-grid li{
    flex:2;
}
.image-grid li .image-caption{
    font-size: 26px;
    flex:1;
}
.image-grid li:nth-child(1) .image-caption{
    background: #49afea;
}
.image-grid li:nth-child(2) .image-caption{
    background: #3976d1;
    color:#fff;
}
.image-grid li:nth-child(3) .image-caption{
    background: #d2e3ed;
    color:#1e4063
}
.image-grid li a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cont-3{
    background: url("img/bg3.jpg") no-repeat center top;
    background-size: 100% 100%;
    padding:20px 0;
    margin-top: -2px;
}
.service-cont{
    margin-top: 50px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.info-box {
    background-color: #2a95e7;
    color: white;
    border-radius: 5px;
    padding:0 0 15px;
    margin-bottom: 15px;
    width: calc(50% - 10px);
    position: relative;
    border:2px solid #fff;
}
.info-box:first-child,
.info-box:nth-child(3){
    border-radius: 0 0 0 50px;
}
.info-box:nth-child(2),
.info-box:nth-child(4)
{
    border-radius: 0 0 50px 0;
}
.info-box-header {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
    color:#000;
    background:#49afea ;
    border-bottom: 2px solid #fff;
    padding:12px 20px;
}
.info-box-content {
    font-size: 18px;
    padding:20px;
    line-height: 1.8;
    color:#fff;
}
.info-box-body{
    margin-left: 50px;
}
.info-box:nth-child(2) .info-box-body,
.info-box:nth-child(4) .info-box-body{
    margin-left: 0;
    margin-right: 50px;
}
.info-icon {
    position: absolute;
    left: 6px;
    background-color: #3976cf;
    border:2px solid #fff;
    color: white;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    top:-10px;
    border-radius: 0 0 50px 50px;
}
.info-icon img{
    width: 30px;
}
.info-box:nth-child(2) .info-icon,
.info-box:nth-child(4) .info-icon{
    left:auto;
    right:6px;
}
.cont-4{
    background: url("img/bg4.jpg") no-repeat;
    background-size: cover;
    padding:40px 0;
}
.cont-4 a{
    display: block;
}
.cont-4 a img{

}
.cont-4 a:first-child{
    flex:6
}
.cont-4 a:last-child{
    flex:5
}
.footer-graphic{
    display: flex;
    align-items: stretch;
    background: #fff;
    padding:6px;
    gap: 4px;
}
.footer-graphic a img{
    height: 100%;
    display: block;
}
.carousel-item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(13, 47, 183, 0.6);
    color: white;
    padding: 10px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 102, 204,1) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 24px !important;
    line-height: 40px !important;
    text-align: center;
    border:0;
}
.owl-nav button span{
    border:10px solid transparent;
    border-left:10px solid #fff;
    width:0;
    height:0;
    position: absolute;
    left:16px;
    transform: translate(0,-50%);
    top:50%;
}
.owl-nav button span i{
    display: none;
}
.owl-prev {
    left: -20px;
}
.owl-next {
    right: -20px;
}
.owl-nav .owl-prev  span{
    transform:translate(0,-50%) rotate(-180deg);
    left:4px
}
.footer-graphic img {
    width: 100%;
}
.image-grid img {
    width: 100%;
    object-fit: cover;
}
.image-caption {
    background-color: rgba(0, 102, 204, 0.8);
    color: white;
    padding: 10px;
}
@media (min-width: 1500px) {
    .container {
        width: 1100px;
    }
}
@media (min-width: 1400px) {
    #footer .container {
        width: 100%;
        padding:0;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1100px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1100px;
        width: 970px\9;
    }
}
@media (max-width: 991px) {
    .forum-updates{
        padding:10px;
    }
    .service-cont{
        flex-direction: column;
    }
    .info-box{
        width: 100%;
    }
    .info-box-content{
        font-size: 16px;
        padding:10px;
    }
    .update-item a{
        font-size: 16px;
    }
    .forum-updates h3.news-title{
        font-size: 22px;
    }
    .cont-01-title{
        margin:14px auto;
    }
    .forum-updates h3.news-title{
        margin-top: 20px;
    }
    .image-grid li .image-caption{
        font-size: 18px;
    }
    .image-grid{
        flex-wrap: wrap;
    }
    .image-grid li:first-child{
        width: 100%;
        flex:auto;
    }
    .section-header{
        margin:16px 0;
    }
    .service-cont{
        margin-top: 20px;
    }
    .info-box-header{
        font-size: 18px;
    }
}
