body {
    background: url("../images/bg.jpg") repeat;
}

header {
    background: #3399cc;
    border-top: 2px solid #ffff00;
    border-bottom: 2px solid #ffff00;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.leftcol {
    padding-left: 0px;
}

.carousel-caption {
    position: relative!important;
    color: #000;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: lowercase;
}

.carousel-caption:first-letter {
    text-transform: uppercase;
}

.carousel-indicators {
    top: 10;
    bottom: 90%;
    right: 10;
    left: auto;
    margin-right: 0;
    height: 10px;
    background: #0901ff85;
    border-radius: 20px;
}
.carousel-indicators .active {
    background-color: rgba(255, 255, 0, 0.562);
    border-bottom: 1px solid #ff00008e;
}
.post-item-left img {
    box-shadow: 1px 1px #ccc;
    width: 280px;
    height: 210px;
}

.post-item-left iframe {
    box-shadow: 1px 1px #ccc;
    width: 280px;
    height: 180px;
}


/* .content-item {
    max-height: 500px;
    max-height: 500px;
}

.carousel-item img {
    height: 400px;
} */

.rightcol {
    padding-right: 0px;
}


/* start top menu */

.top-menu {
    padding: 5px;
    background: #006699;
    border: 1px solid #66cccc;
    list-style-type: none;
    text-align: right;
}

.top-menu li {
    display: inline;
    background-color: none;
    padding: 0 8px 0 8px;
}

.top-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.top-menu li a:hover {
    color: #ffff00;
}


/* end top menu */


/* start logo */

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* end logo */


/* main menu */

.mainmen {
    background: #006699;
    border-top: 1px solid #66cccc;
    border-right: 1px solid #66cccc;
    border-left: 1px solid #66cccc;
    padding: 5px;
    font-size:14px;
}

.nav-item {
    /* display: inline;
    list-style-type: none;
    float: left; */
    padding: 0 4px;
}


.nav-item a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    margin-right: 0px;
}

.nav-link:hover {
    background: #ccc;
}

.nav-link {
    color: #fff!important;
    text-decoration: none;
    background: #006699;
    /*text-transform: lowercase;*/
    text-align: center;
}

.nav-link:first-letter {
    text-transform: uppercase;
}

.dropdown-item {
    /*text-transform: lowercase;*/
    font-size: 12px;
}

.dropdown-item:first-letter {
    text-transform: uppercase;
}

.stickytop {
    position: sticky;
    top: 0;
}


/* sub menu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a:after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 20px;
    right: 0%;
    left: -100%;
    margin-left: .1rem;
    margin-right: .1rem;
    left: auto;
    z-index: 1050;
}


/* sub menu end */


/* end menu*/


/* End header */


/* start copntent */


/* start left content */

.sidebar-left {
    padding: 5px;
}

.main-content {
    margin: 30px 0;
    padding: 0;
}


/* start slider */

.content-slider {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    height: 400px;
}

.content-slider img {
    width: 100%;
    height: 300px;
}


/* end slider */

.posts-left {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.posts-left h5.last-posts-title {
    margin: 0 10px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

.posts-left ul.posts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-view {
    padding: 15px;
}

.posts-left .post-item {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    ;
}

.posts-left .post-item:last-child {
    border: none;
}

.post-item-right {
    padding-left: 20px;
}

.post-item-right a {
    text-decoration: none;
    color: #000;
    /* font-size: 14px; */
}

.post-item-right a:hover {
    color: #006699;
}

h6.post-link {
    margin: 0;
    padding: 0;
    /*text-transform: lowercase;*/
}

.list-group-item {
    text-transform: lowercase;
}

.list-group-item::first-letter {
    text-transform: uppercase;
}

.list-group-item a {
    color: #000;
}

.list-group-item a:hover {
    color: #000;
}

.post-link::first-letter {
    text-transform: uppercase;
}

h6 {
    font-size: 1rem!important;
}

.post-des {
    padding: 10px 0;
    font-size: 11px;
}

.post-date {
    font-size: 10px;
    font-style: italic;
}

.post-cap p.post-date,
.sidebar-top p.post-date {
    margin: 0;
    padding: 0;
    font-size: 9px;
    font-style: italic;
}

.post-item .post-item-left,
.post-item .post-item-right {
    padding: 15px;
}

.post-item img {
    text-align: center;
}

.post-item-left {
    text-align: center;
}

.post-item-right {
    padding-left: 30px!important;
}

.more-link {
    text-align: center;
    border: 1px solid #02b8dd;
    color: #02b8dd!important;
    padding: 6px 20px;
    border-radius: 3px;
    font-size: 12px;
}


/* .post-item .post-item-left img {
    width: 100%;
} */


/* end left content */


/* start right sidebar */

.sidebar-right {
    padding: 5px;
}

.sidebar-top,
.sidebar-middle,
.sidebar-bottom {
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 10px;
}

.sidebar-right h5.top-title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.sidebar-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-top li {
    padding: 10px;
}

.sidebar-top li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.sidebar-right a:hover {
    color: #006699;
}

.sidebar-bottom .banner img {
    width: 100%;
    padding: 0;
    margin: 0;
}

footer {
    background: #336699;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #ffff00;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    color: #cccccc;
    padding: 10px 0;
}

footer h4 {
    color: #fff;
}

footer .line {
    padding: 10px;
    clear: both;
}

footer .copy {
    border-top: 1px solid #eee;
    padding-top: 10px;
    text-align: center;
    font: 11px;
    color: #cccccc;
}

#socialfacebook {
    margin-top: 15px;
    z-index: 999;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    background: #3B5998;
    border-radius: 50%;
    color: #FFFFFF;
}

#socialtwitter {
    margin-top: 5px;
    z-index: 999;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    background: #00ACEE;
    border-radius: 50%;
    color: #FFFFFF;
}

#socialfacebookmessenger {
    margin-top: 5px;
    z-index: 999;
    display: block;
    text-decoration: none;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0084ff;
    border-radius: 50%;
    padding-top: 4px;
    color: #FFFFFF;
}

.facebookmessengerembed {
    z-index: 9990;
    display: block;
    position: fixed;
    top: 170px;
    right: 80px;
    box-shadow: 7px 7px 15px 8px rgba(0, 0, 0, 0.17);
    border: 1px solid #e2e2e2;
    height: 397px;
    background-color: white;
    width: 300px;
    border-radius: 6px 6px 0 0;
    display: none;
    color: #FFFFFF;
}

.facebookmessengerembed .title-bar-text {
    padding-top: 15px;
    text-align: left;
    color: #FFFFFF;
}

.facebookmessengerembed .title-bar-icon {
    float: left;
    margin: 11px 0 0 11px;
    fill: white;
    width: 28px;
    height: 28px;
}

.facebookmessengerembed .title-bar {
    background-color: #0084ff;
    height: 50px;
    border-radius: 6px 6px 0 0;
    margin: -1px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    line-height: 23px;
    font-size: 14px;
}

.facebookmessengerembed .title-bar-icon-close {
    float: right;
    cursor: pointer;
    margin: 14px 12px 0 0;
}

#socialfacebookmessenger svg path {
    fill: white;
}
.socials{
    position: fixed;
    top: 50%;
    width: 50px;
    right: 20px;
}
#backtotop {
    margin-top: 5px;
    border-radius: 50px;
    z-index: 999;
    display: inline-block;
    text-decoration: none;
    padding-top: 10px;
    bottom: 10px;
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 36px;
    font-size: 26px;
    text-align: center;
    display: none;
}

#backtotop.visible {
    visibility: visible;
    display: block;
}

#backtotop {
    color: white;
    background-color: #3B5998;
}
