*  {
    margin: 0px;
    padding: 0px;;
}

body {
    font-family: 'roboto','Segoe UI', Tahoma, Geneva, Verdana, sans-serif, ;
}


#header {
    height:211px ;
    background-color: #F2EDED;
}
#header img {
    height: 150px;
    width:  150px;
    align-content: left;;
    position: relative;
    top: 25px;
    left: 80px;
}

#header ol {
    float: right;
    /* height: 200px; */
    margin-top: 100px;
}

#header ol li {
    display: inline-block;
    
}

#header ol li a {
    padding-right: 20px;
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 8px;
    color: #072638;
    text-decoration: none;

}
#header ol li a:hover {
    color: white;
    height: 25px;
    Background-color: #072638;
    border-radius: 5px;
    transition: 0.8s ease;
}

.searchEng {
    display: inline-block;
    clear: both;
    position: relative;
    /* top: -150px; */
    left: 200px;
    padding-left: 20px;
}

.searchEng input {
    width: 350px;
    height: 40px;
    padding: 8px;
    border-style: solid;
    border-radius: 5px;
    font-family: tahoma;
    font-size: 14px;
}

.searchEng button {
    width: 130px;
    height: 40px;
    padding: 8px;
    border-style: none;
    background-color: #F2EDED;
    font-family: tahoma;
    font-size: 14px;
    
} 
.searchEng button a {
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    color: #072638;
}

.searchEng button:hover {
    width: 130px;
    height: 40px;
    padding: 8px;
    border-style: none;
    background-color: #072638;
    color: white;
    transition: 0.8s ease;
}
.searchEng button a:hover {
    color: #F2EDED;
    transition: 0.8s ease;
}

.searchEngMobile {display: none;}

#sidebar {
    /* float: left; */
    /* margin-left: 15px; */
}

.sidebarOne {
    /* margin-top: 120px; */
    /* height:230px; */
    /* width: 230px; */
}
.sidebarOne h3 {
    background-color: #072638;
    font-size: 16px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    text-indent: 10px;
}

.sidebarOne ol li {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    list-style: none;    
}
.sidebarOne ol li a {
    text-decoration: none;
    color: #02977D;
}
.sidebarOne ol li a:hover {
    color:  #072638;
}

.sidebarTwo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;;
    padding-left: 10px;
    padding-right: 10px;
    /* height: 140px; */
    /* width: 200px; */
    background-color:  #072638;
    color: white;
    font-size: 14px;
    align-content: center;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
}

.sidebarTwo input{
    margin-top: 15px;
    margin-bottom: 15px;
    /* width: 180px; */
    /* height: 10px; */
    padding: 8px;
    border-style: none;
    font-family: arial;
    font-size:  12px;
}

.sidebarTwo button {
    /* width: 100px; */
    height:30px;
    padding: 5px;
    border-style: none;
    background-color: #F2EDED;
    font-family: tahoma;
    font-size: 14px;
}

.sidebarTwo button:hover {
    width: 130px;
    height: 40px;
    padding: 5px;
    border-style: none;
    background-color: #072638;
    color: white;
    transition: 0.8s ease;
}

.sidebarTwo button a:hover {
    color: #F2EDED;
    transition: 0.8s ease;
}


.sidebarThree {
    margin-top: 10px;
    /* height:230px; */
    /* width: 230px; */
}

.sidebarThree button {
    background-color: #F2EDED;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
    border-style: none;
    border-radius: 5px;
    color: white;
    text-indent: 10px;
    /* width: 220px; */
}

.sidebarThree button a {
    text-decoration: none;
    color: #072638;
}
.sidebarThree button:hover {
    transition: 0.8s ease;
    background-color: #072638;
    /* width:  220px; */
}
.sidebarThree button a:hover {
    text-decoration: none;
    color: white;
}

.sidebarThree li {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px;
    color:  #02977D;
    list-style: none; 
}

.sidebarFour {
    margin: 5px;
    padding: 2px;
    /* height: 150px; */
    /* width: 220px; */
    background-color:  #072638;
    border-radius: 5px;
}
.sidebarFour li {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px; 
    border-color: white;
    list-style: none;;   
}
.sidebarFour li a {
    text-decoration: none;
    color: #02977D;
}
.sidebarFour li a:hover {
    color: white;
}
#maincontent {
    /* width: 800px;
    height: 3700px;
    margin: 5px;
    float: left; */
    /* margin-top: -75px; */
}
#maincontent h3 {
    background-color: #072638;
    font-size: 16px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    text-align: center;
}
.post{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
 .post h4{
    color:  #072638;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
    line-height: 20px;
    padding: 5px;
 }

 .post date {
    color:  #02977D;
    font-weight: italic;
    font-size: 12px;
    padding: 5px;
 }

.post p {
    color:  #072638;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: justified;
}

.post a {
    Text-decoration: none;
    color: red;
}

.post a:hover {
    text-decoration: underline;
    color:  #02977D;
}

.nextBTH{
    margin-left: 50px;
}
.nextBTN ol li{
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
    font-weight: bolder;
}
.nextBTN ol li a {
    text-decoration: none;
    color:  #02977D;
   
}
.nextBTN ol li a:hover{
    text-decoration: underline;
    color:  #072638;
    transition: 0.8s ease;
}

#adevrtbar {
    /* float: left; */
    /* margin-top: -75px; */
}

.Servicebar {
    /* height:230px; */
    /* width: 230px; */
}

.Servicebar h3 {
    background-color: #072638;
    font-size: 16px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    color: white;
    text-indent: 10px;
}

.Servicebar li{
    list-style: none;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px; 
}

.Servicebar li a {
    text-decoration: none;
    color: #02977D;
}
.Servicebar li a:hover {
    color:  #072638;
}

.spaceOne {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 20px;
   padding: 20px;
    /* height: 200px;
    width: 200px; */
    background-color:  #072638;
    color: white;
    font-size: 14px;
    border-radius: 5px;
}

.spaceTwo {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 20px;
    padding: 20px;
    height: 200px;
    /* width: 200px; */
    background-color:  #072638;
    color: white;
    font-size: 14px;
    border-radius: 5px;
}

@media only screen and (max-width: 800px){

#header {
        /* height: 110px ; */
        background-color: #F2EDED;
    }
 #header img {
        height: 100px;
        width:  100px;
        position: relative;
        top: 5px;
        left: 100%;
        /* right: 40%; */
    }
    #header ol {margin-top: 20px;}
    #header ol li a {    
        font-size: 12px;
        padding: 10px;
        color: white;

    }

    #header ol li {    
        width: 30%;
        margin-bottom: 2px;
        margin-left: 3px;
        /* padding: 10px; */
        color: white;
        background-color: #072638;
    }

    #mid-content{
        padding: 0 !important;
    }
/* #header ol {display: none;}
#header ol li {display: none;}
#header ol li a a:hover{display: none;} */

.searchEng input {display: none;}
.searchEng button {display: none;}
.searchEng  button a button:hover {display: none;}
.searchEng  button a {display: none;}
.searchEng  button a a:hover{display: none;}

.searchEngMobile{
    display: inline-block;
    position: relative;
    top: 20px;
    left: 10px;
}
.searchEngMobile input{
    /* width: 315px; */
    /* height: 25px; */
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
    border-style: solid;
}
.searchEngMobile button{
    width: 100px;
    height: 30px;
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
    background-color:  #F2EDED;
    color:  #072638;
    border-style: none;
}
.searchEngMobile button:hover {
    transition: 0.5s ease;
    background-color:  #072638;
    color: white;
}

#sidebar {display: none;}
#adevrtbar {display: none;}

#maincontent {
    /* width: 440px; */
    min-height: 100vh; 
    /* margin: 5px; */
    margin-top: 50px;
}
#maincontent h3 {
    background-color: #072638;
    font-size: 14px;
    padding: 8px;
    margin: 3px;
    border-radius: 2px;
    color: white;
    text-align: center;
}

 .post h4{
    color:  #072638;
    font-weight: bold;
    font-size: 17px;
    margin-top: 8px;
    line-height: 15px;
    padding: 3px;
 }

 .post date {
    color:  #02977D;
    font-weight: italic;
    font-size: 11px;
    padding: 3px;
 }

.post p {
    color:  #072638;
    font-weight: normal;
    font-size: 13px;
    line-height: 10pxpx;
    margin-bottom: 5px;
    padding: 3px;
    text-align: justified;
}

.post a {
    Text-decoration: none;
    color: red;
}

.post a:hover {
    text-decoration: underline;
    color:  #02977D;
}
.nextBTN ol li{
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
    font-weight: bolder;
    font-size: 12px;
}
.nextBTN ol li a {
    text-decoration: none;
    color:  #02977D;
   
}
.nextBTN ol li a:hover{
    text-decoration: underline;
    color:  #072638;
    transition: 0.8s ease;
}




}

@media screen and ( max-width: 520px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}
