/*
	========================================
	DISKOMINFOTIK KOTA BIMA THEME
	========================================
	
	@author			: Fahmi Sutarno
	@version		: v1.0
	@date-create	: 09/03/2022
	@last-update	: -
*/

/*
	======================
	    [IMPORT FONTS]
	======================
*/


/*  
    ======================
	    [GLOBAL STYLE]   
    ======================
*/

/* 

 */

html{
    position: relative;
    min-height: 100%;
    /* color: #2C6975; */
    /* color: #205072 */
    /* color:#CDE0C9 */
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: Nunito,sans-serif; */
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0px;
    /* overflow: hidden; */
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

a{
    text-decoration: none !important;
}
.btn-rounded{
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

.marg-20-top {
    margin-top: 20px !important;
}
.marg-20-bot {
    margin-bottom: 20px !important;
}

.marg-30-top {
    margin-top: 30px !important;
}

.marg-40-top {
    margin-top: 40px !important;
}
.padding-top10{
    padding-top: 10px;
}

/*  
    ======================
	    [TOP BAR]   
    ======================
*/
.logo{
    padding: 19px 0;
}
.header-social a{
    color: #205072;
    font-size: 20px;
}

/* 
    ======================
        [HEADER]   
    ======================
*/
.navbar{
    background-color: #205072;
    border-top: 1px solid #ccc;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
}
.navbar-nav  a {
    display: block;
    position: relative;
    color: #555555;
    padding: 10px 25px;
    transition: 0.3s;
    font-size: 14px;
    /* font-family: "Open Sans", sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
	white-space: normal;
}
.navbar .navbar-nav .nav-link{
    color: #FFFFFF;
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover{
    color: #FFFFFF;
}
.navbar .navbar-nav .nav-link.active, 
.navbar .navbar-nav .nav-link.show, 
.navbar .navbar-nav .show>.nav-link{
    color: #ffffff;
}

.navbar .navbar-nav .nav-item .dropdown-item:focus, 
.navbar .navbar-nav .nav-item .dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #205072;
}
.navbar .navbar-nav .nav-item .dropdown-menu{
    padding: 0;
    margin-top: 8px;
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0;
	overflow-y: overlay;
    max-height: 500px;
}
.sticky-top {
    /* position: -webkit-sticky; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    /*border-bottom: 1px solid #205072;*/
    /* -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out; */
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}

.dropdown-menu {
    font-size: 0.90rem;
}


/* 
    ======================
        [SLIDER]   
    ======================
*/
#full-slider{
    padding:0px 0px;
    margin-top: 0px;
    background-color: #68b2A0;
}
.full-slider .box__news__slider {
    background: #fff;
}

.full-slider .border-box-slider {
    border: 0px solid #ecf0f1;
}

.full-slider #slider .item > img, 
.full-slider #slider .carousel-inner .item > img {
    /*min-height: 500px;*/
    /*max-height: 500px;*/
     height: auto; 
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.full-slider .owl-carousel .owl-nav.disabled{
    display: block;
}

.full-slider .owl-dots{
    display: none;
}

.full-slider #slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    outline: none;
}

.full-slider #slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    outline: none;
}

.full-slider #slider .owl-nav .owl-prev span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #aaa;
    text-align: center;
}

.full-slider #slider .owl-next span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #aaa;
    text-align: center;
}

.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color:rgb(0 0 0 / 40%);
    opacity: 0.5;
  }


/* 
    ======================
        [CARD]   
    ======================
*/

.page-title{ }

.page-title h3 {
    margin: 0 0 15px;
    color: #333333;
    font-weight: 700;
}
.page-title h3 a{
    color: #FFFFFF;
    background-color: #68b2A0;
    border-color: #68b2A0;
    font-size: 14px;
    margin-top:9px;
    padding: 0.1rem 0.5rem;
    border-radius: 60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
}
.page-title h3 a:hover{
    background-color: #329D9C;
    color: #FFFFFF;
}
.post-card{ 
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 27px;
    box-shadow: 0px 2px 3px 0px rgb(224 224 224);
}
.post-card .thumbnail img {
    width: 100%;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    
}
.post-content{
    padding: 20px;
}
.post-content .post-meta{
    margin: 0 0 10px;
    padding: 0px;
    list-style: none;
}
.post-content .post-meta li {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    text-transform: uppercase;
}

.post-content .title{
    line-height: 26px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    letter-spacing: 0.5px;
}

.post-content .title a{
    color: #000;
}

.post-content .title a:focus,
.post-content .title a:hover{
    color: #205072;
}

/* 
    ======================
        [VIDEO]   
    ======================
*/

.video h5{
    line-height: 1.5;
    /* color: #0093DD; */
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.video .card {
    border: 0px;
    margin-bottom: 30px;
}
.liner-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 
    ======================
        [LINK APLIKASI]   
    ======================
*/

.link-aplikasi  {
    width: 100%;
    padding: 60px 0;
    font-size: 14px;
    line-height: 26px;
}

/*.link-aplikasi .image{
    width: 100%;
    height: 100px;
}

.link-aplikasi .img-thumbnail {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0px;
}*/
.link-aplikasi .link-box {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    overflow: hidden;
}
.link-aplikasi .link-box img {
    height: 50px;
    transition: all 0.4s ease-in-out;
}

.link-aplikasi .link-box img:hover {
    /*transform: scale(1.5);*/
    /*filter: none;*/
}

.link-aplikasi  .owl-dots.disabled{
    display: block;
    padding-top: 20px;
}

/* 
    ======================
        [FOOTER]   
    ======================
*/

.social-icon {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    display: block;
    padding: 5px 8px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}


.footer {
    position: relative;
    background-color: #191919;
    width: 100%;
    padding: 35px 0 20px;
    font-weight: 300;
    color: #ffffff;
}

.footer *, .footer>* {
    position: relative;
    z-index: 4;
}

.footer h2, .footer h3{
    margin-bottom: 30px;
    color: #fff;
}

.footer .social-icon {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer .social-icon li {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.footer .social-icon li a {
    background-color: #FFFFFF;
    color: #000000;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.footer .social-icon li a:hover {
    color: #ffffff;
    background-color: #205072;
}

.footer .widget {
    margin-bottom: 20px;
    text-transform: none;
    color: #ffffff;
}
.footer .widget::after, .widget::before {
    content: '';
    display: table;
    clear: both;
}
.footer .widget-title {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 26px;
    border-top: 3px solid #ffffff;
    border-top: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.footer .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background-color: #0093DD;
}
.footer  .widget ul {
    padding: 15px;
    padding-left: 0;
    list-style-type: none;
}
.footer .widget ul li {
    position: relative;
    padding: 5px 10px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    text-transform: none;
    color: #ffffff;
}

.footer .widget ul li .touch-icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 17px;
    line-height: 17px;
    color: #FF6600;
}
.footer p,
.footer .widget ul li .touch-info p {
    padding: 0!important;
    font-size: 15px;
}

.footer .widget ul li .touch-info a:hover, 
.footer .widget ul li .touch-info p:hover, 
.footer .widget ul li .touch-info small:hover, 
.footer .widget ul li .touch-info strong:hover {
    color: #fff;
}
.footer .widget a:hover, 
.footer .widget p:hover, 
.footer .widget small:hover, 
.footer .widget strong:hover {
    color: #fff;
}

/* 
    ======================
        [BREADCRUMB]   
    ======================
*/

.page-breadcrumb {
    background-color: #f4f4f4;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}

.page-breadcrumb .breadcrumb {
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.page-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #000;
}

/* 
    ======================
        [SINGLE POST]   
    ======================
*/

.card-details{}

.card-details p{
    font-family: 'Arial',sans-serif;
    line-height: 1.6;
}

.single-card{
    padding-bottom: 20px;
}

.single-post-details {
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}

.single-post-details img{
    width: 100%;
}

.single-card .post-title{
    font-size: 26px;
    color: #000000;
}

.single-post-content{
    padding-top: 0px;
    transition: 0.3s all;
}

.single-post-content .post-title{
    font-size: 26px;
    color: #000000;
}

.single-post-content .single-post-desc .single-meta-tags{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    
}
.single-post-content .single-post-desc .single-meta-tags li{
    display: inline-block;
}

.single-post-content .single-post-desc .single-meta-tags li a {
    color: #585858;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.single-post-content .single-post-desc img{
    width: 100%;
}


/* 
    ======================
        [SHARE THIS]   
    ======================
*/

.wrapper{
    padding-top: 20px;
}
.wrapper ul.share-social {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.wrapper ul.share-social li {
    width: 40px;
    height: 40px;
    background: #999999;
    margin: 10px 0;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
 
.wrapper ul.share-social li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.wrapper ul.share-social li.facebook {
    background: #3b5999;
}

.wrapper ul.share-social li.twitter {
    background: #55acee;
}

.wrapper ul.share-social li.whatsapp {
    background: #25d366;
}
.wrapper ul.share-social li.telegram {
    background: #0088cc;
}

/* 
    ======================
        [COMMENTS]   
    ======================
*/

.section-title-comments {
    display: block;
    letter-spacing: 4px;
    text-align: center;
}

.section-title-comments h4 {
    font-size: 30px;
}

.section-title-comments h3 {
    font-size: 24px;
}

.comment-list {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-left: 0;
    list-style-type: none;
}

.comment-list:after, .comment-list:before {
    content: "";
    display: table;
    clear: both;
}

.comment-list .comment {
    margin-top: 0;
    padding-bottom: 0;
}

.comment-list .comment-body {
    position: relative;
    margin-bottom: 30px;
    margin-left: 85px;
}

.comment-list .comment-meta .comment-author .avatar {
    position: absolute;
    left: -85px;
    top: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.comment-list .comment-meta .comment-author span {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.comment-list .comment-meta .comment-metadata {
    margin-top: -3px;
}

.comment-list .comment-meta .comment-metadata time {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}

.comment-list .comment-content {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
}

.comment-content  p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.comment-respond {
    padding: 40px;
    background-color: #f2f2f2;
    outline: 0;
}

.comment-form label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.comment-form .form-control {
    height: 45px;
    padding: 10px 20px;
    margin: 10px 0;
    border-color: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #6b6e80;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.comment-form textarea.form-control {
    height: auto;
    resize: none;
}
.comment-form .form-control:focus {
    border-color: #2b2b2b;
    color: #2b2b2b;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.comment-form p {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #2b2b2b;
    line-height: 26px;
    font-size: 14px;
}

.button:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
    display: inline-block;
    padding: 8px 35px;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #2b2b2b!important;
    color: #2b2b2b;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.button:active:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .button:focus:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit), .button:hover:not(.more-link):not(.btn):not([class*=icon-]):not(.icon-social):not(.menu-toggle):not(.search-submit) {
    color: #fff!important;
    border-color: #FF6600!important;
    background-color: #FF6600;
}

/* 
    ======================
        [SIDEBAR]   
    ======================
*/

.sidebar-item {
    /* margin-bottom: 45px; */
}
.sidebar h3 {
    margin-top: 0;
    border-bottom: 3px solid #ececec;
    margin-bottom: 6px;
    padding-bottom: 8px;
    font-size: 22px;
    text-transform: uppercase;
}

.sidebar-item .media {
    /* border-bottom: 1px solid #ececec; */
    padding-top: 0px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-color: #f9f9f9;
    padding: 10px;
}

.sidebar-item .media .media-body a {
    color: #424242;
    font-size: 18px;
    font-weight: 700;
}

.sidebar-item .media .media-body a:hover {
    color: #000000;
}

.sidebar-item .media .media-body p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item .media:hover {
    /* border-left: 4px solid #FF6600; */
    padding-left: 5px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}


.widget-sidebar-popular .widget-sidebar-title {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 3px solid #e6e6e6;
}
.widget-sidebar-popular .widget-sidebar-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    height: 3px;
    background-color: #0093DD;
}

.widget-sidebar-popular ul {
    padding: 15px;
    list-style-type: none;
    padding-left: 0;
}

.widget-sidebar-popular ul li {
    position: relative;
    padding: 5px 10px 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #6b6e80;
    display: block;
    min-height: 70px;
    padding: 0 0 20px 95px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.widget-sidebar-popular ul li .widget-sidebar-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 5%;
    overflow: hidden;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.widget-sidebar-popular .widget-sidebar-image img {
    max-width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: auto;
    height: 70px;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}

.widget-sidebar-popular ul li .widget-sidebar-entry {
    padding: 0;
    background-color: transparent;
}

.widget-sidebar-popular ul li .widget-sidebar-entry .widget-sidebar-entry-title {
    font-size: 13px;
    line-height: 24px;
}

.widget-sidebar-popular ul li a {
    font-size: 16px;
    color: #00448E;
}

.widget-sidebar-popular ul li a:hover {
    color: #0093DD;
}

.widget-sidebar-popular ul li .widget-sidebar-entry .widget-sidebar-entry-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #6b6e80;
}




/* 
    ======================
        [GALLERY]   
    ======================
*/

.gallery .btn{
    color: #ffffff;
    background-color: #329D9C;
    border-color: #329D9C;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-width: 2px;
    text-align: center;
    white-space: nowrap;
}

.gallery .btn-outline-success:hover {
    color: #fff;
    background-color: #25a6a3;
    border-color: #25a6a3;
}
.gallery .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(37 206 203);
}

.gallery-thumb{
    margin: 0px 15px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 2px 0 #f5f5f5;
    -moz-box-shadow: 0 2px 0 #f5f5f5;
    -ms-box-shadow: 0 2px 0 #f5f5f5;
    -o-box-shadow: 0 2px 0 #f5f5f5;
    box-shadow: 0 2px 0 #f5f5f5;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.gallery-thumb h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #2c3e50;
}



.gallery-video .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.gallery-video .modal-body {
    position:relative;
    padding:0px;
}

.gallery-video .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #205072;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover{
    color: #205072;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #205072;
    border-color: #205072;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(32 80 114 / 70%);
}



a.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    /* opacity: 0.9; */
    /*background: #68b2A0;*/
    background: #205072;
    color: #fff;
    z-index: 100;
    line-height: 1rem;
    padding: 17px 20px;
    display: none;
    border-radius: 2px;
}

a.back-to-top:hover{
	opacity: 0.9;
}