/*
	========================================
	PORTAL BERITA KOTA BIMA THEME
	========================================
	
	@author			: Fahmi Sutarno
	@version		: v1.0
	@date-create	: 25/10/2021
	@last-update	: -
*/

/*
	======================
	    [IMPORT FONTS]
	======================
*/


/*  
    ======================
	    [GLOBAL STYLE]   
    ======================
*/

html{
    position: relative;
    min-height: 100%;
}
body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: Nunito,sans-serif; */
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0px;
    /* overflow: hidden; */
}


section {
    padding-top: 60px;
    padding-bottom: 60px;
}

a{
    text-decoration: none !important;
}

.shadow-lg {
    /*-webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%) !important;*/
    /*box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%) !important;*/
    -webkit-box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%), 6px -6px 0px 0px rgb(0 0 0 / 5%) !important;
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 10%), 6px -6px 0px 0px rgb(0 0 0 / 5%) !important;
}
.shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
}

.shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
}

.rounded-lg {
    border-radius: 0.5rem !important;
}
.rounded-md {
    border-radius: 0.375rem !important;
}

.rounded-sm {
    border-radius: 0.125rem !important;
}

.m0{
    margin: 0px !important;
}

.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;
}

.title {
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
}
.title span{
    font-weight: 700;
}

.btn-rounded{
    border-radius: 5px;
}
.btn-portal-link{ 
    background-color: #FFD500;
    border-color: #FFD500;
    color: #FFFFFF;
}
.btn-portal-link:hover{ 
    background-color: #FDC500;
    border-color: #FDC500;
    color: #FFFFFF;
}
.btn-portal-link.focus, 
.btn-portal-link:focus {
    outline: 0;
    box-shadow: none;
}
.btn-sm-costum{
    padding: 10px 25px;
}
.btn-md{
    padding: 15px 40px;
}
.background-blue{background-color: #003f88 !important;}

.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}
.fw-b{font-weight: bold !important}

.b-b-1{
    border-bottom: 1px solid #ececec !important;
}
.p-4-2 {padding: 2rem !important;}

/*  
    ======================
	    [TOP BAR]   
    ======================
*/
.topbar{
    background-color: #FFFFFF;
}

.topbar .social-media {
    padding: 10px 0 10px;
    /* position: relative; */
    /* z-index: 9; */
    /* padding: 0; */
}

.topbar .social-media {
    display: inline-flex;
    align-items: center;
    margin: 10px;
}

.social-line li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}
 .social-line li a {
    font-size: 16px;
    color: #000;
    background-color: rgba(25,103,48,.04);
    padding: 10px 14px;
    margin-right: 3px;
    border-radius: 5px;
}
.social-line li a:focus,
.social-line li a:hover{
    background-color: #003f88;
    color: #FFFFFF;
}
.social-media ul {
    margin-bottom: 0;
}


/* 
    ======================
        [HEADER]   
    ======================
*/

.navbar{
    background-color: #003f88;
    /* box-shadow: 0px 14px 20px 0 rgb(0 0 0 / 10%); */
    /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 34%), 0 2px 10px 0 rgb(0 0 0 / 25%); */
    /* border-bottom: 4px solid #003f88; */
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-item{
    margin-left: 5px;
}
.navbar-light .navbar-nav .nav-item.show > a, 
.navbar-light .navbar-nav .nav-item:hover > a {
    background-image: linear-gradient(90deg,#FFFFFF,#FFFFFF);
    color: #003f88;
    border-radius: 5px;
    /* margin-left:5px; */
}
.dropdown-menu{
    border:0px solid;
}
.fixed-top{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 34%), 0 2px 10px 0 rgb(0 0 0 / 25%);
}
/* 
    ======================
        [SLIDER]   
    ======================
*/
.full-slider{
    padding:0px 0px;
    margin-top: 0px;
    margin-bottom: -10px;
}
.full-slider .box-slider {
    background: #fff;
    border: 0px solid #ecf0f1;
}

.full-slider #slider .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: rgb(170 170 170 / 43%);
    color: #003f88;
    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: rgb(170 170 170 / 43%);
    color: #003f88;
    text-align: center;
}

.full-slider #slider .owl-nav .owl-prev span:hover,
.full-slider #slider .owl-next span:hover{
    background-color: #003f88;
    color: #FFFFFF;
}

/* .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color:rgb(0 0 0 / 40%);
    opacity: 0.5;
  } */

/*
	======================
	    [NEWS]
	======================
*/

.post {
    overflow: hidden;
    border-radius: 3px;
    margin-top: 30px;
    background-color: #fff;
    border-bottom: 2px solid #f2f3f5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post .post-image {
    overflow: hidden;
}

.post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.post img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.post-content {
    padding: 30px;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    border-bottom: 2px solid #f2f3f5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.post img, .post-content, .post-meta, .post-title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-meta {
    color: #000;
    font-size: 13px;
}
.post-title a, .post-meta a {
    color: #000;
}

.post .post-content .post-title {
    margin-top: 10px;
    text-transform: initial;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.post-title a:hover {
    color: #ffd500;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#slider-berita.owl-carousel .owl-nav.disabled{
    display: block;
}

#slider-berita.owl-carousel .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    width: 50px;
    height: 50px;
    outline: none;
    /* line-height: 30px; */
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 4px;
}

#slider-berita.owl-carousel .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    display: block !important;
    margin: 0% 0% 0% -4% !important;
}

#slider-berita.owl-carousel .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    margin: 0% -4% 0% 0% !important;
}


/*
	======================
	    [SARANA PRASARANA]
	======================
*/


.sarpras{
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sarpras .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color:rgb(0 0 0 / 40%);
    opacity: 0.5;
}

.sarpras .post:hover,
.sarpras .post:hover .post-content{
    background-color: #003f88;
    border-bottom: 4px solid #00296B;
    transform:scale(1.08);
    transition: all 0.3s ease-in-out;
    /* transition-delay: .2s; */
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    
}

.sarpras .post:hover .post-content .post-title a{
    color: #FFFFFF;
    
}

.agenda .post {
    overflow: hidden;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #fff;
    border-bottom: 0px solid #f2f3f5;
}

.agenda .post-content {
    padding: 30px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #fff;
    border-bottom: 0px solid #f2f3f5;
}

.agenda .post .post-content .post-title{
    margin: 0;
}


.agenda .post:hover{
    transform: translateX(-10px);
}
/*.agenda .post:hover .post-content{
    border-bottom: 10px solid #FDC500;
    transition: all 0.3s ease-in-out;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}*/

.agenda .post:hover .post-content .post-title a{
    color: #FDC500;
}


.notice .post:hover{
    transform: translateY(-10px);
}

.notice .post img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

}

.layanan .post .post-content .post-title{
    margin: 0;
}

.layanan .post:hover{
    transform: translateY(-10px);
}
.layanan .post:hover .post-content{
    /* background-color: #003f88; */
    border-bottom: 10px solid #FDC500;
    /* transform:scale(1.08); */
    transition: all 0.3s ease-in-out;
    /* transition-delay: .2s; */
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    
}

.layanan .post:hover .post-content .post-title a{
    color: #FDC500;
}

.link .link-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    /* border-bottom: 1px solid #ececec; */
    overflow: hidden;
}

.link img {
    height: 40px;
    /* filter: grayscale(100%); */
    transition: all 0.4s ease-in-out;
}

.link img:hover {
    transform: scale(1.5);
    filter: none;
}

.link .owl-dots.disabled{
    display: block;
    padding-top: 20px;
}


/* 
    ======================
        [FOOTER]   
    ======================
*/


.footer {
    position: relative;
    background-color: #191919;
    width: 100%;
    padding: 30px 0 20px;
    font-weight: 300;
    color: #ffffff;
}

.footer *, .footer>* {
    position: relative;
    z-index: 4;
}

.footer h2, .footer h3{
    margin-bottom: 30px;
    color: #fff;
}

.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: #FFD500;
}
.footer  .contact-us {
    padding-left: 0;
    list-style-type: none;
}
.footer .contact-us 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 .contact-us li .touch-icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 17px;
    line-height: 17px;
    color: #FFD500;
}
.footer p,
.footer .contact-us li .touch-info p {
    padding: 0!important;
}

.footer .contact-us li .touch-info a:hover, 
.footer .contact-us li .touch-info p:hover, 
.footer .contact-us li .touch-info small:hover, 
.footer .contact-us 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;
}

.footer .social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social-icon > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
} 
.footer .social-icon .btn-social {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    moz-transition: background-color .3s;
}

.footer .social-icon .btn-social .fa, .btn-social i {
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}

.footer .widget .btn-social:hover, .btn-social:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.footer .social-icon .btn-facebook {
    background-color: #3b5998;
}
.footer .social-icon .btn-facebook:hover {
    background-color: #4c70ba;
}

.footer .social-icon .btn-twitter {
    background-color: #55acee;
}

.footer .social-icon .btn-twitter {
    background-color: #55acee;
}

.footer .social-icon .btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer .social-icon .btn-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer .social-icon .btn-youtube {
    background-color: #e52d27;
}

.footer .social-icon .btn-youtube:hover {
    background-color: #ea5955;
}

.footer .social-icon .btn-social:hover .fa, 
.footer .social-icon .btn-social:focus .fa, 
.footer .social-icon .btn-social:hover i, 
.footer .social-icon .btn-social:focus i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}



.copyright {
    padding: 40px 0 30px;
    font-size: 12px;
    font-weight: 600;
    color: #9395a5;
    background-color: #000;
}

.copyright p{
    text-align: center;
}




.single-post .post{
    box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 10%);
    margin-top: 0;
}

.single-post .detail-single-post{
    margin-bottom: 10px;
}

.single-post .detail-single-head ul li{
    display: inline-block;
    margin-right: 5px;
    color: #9395a5;
}

.single-post .detail-single-head .title{
    margin-bottom: 10px;
    max-width: 80%;
    line-height: 35px;
}

.single-post .detail-single-content img{
    width: 100%;
}

.single-post .post img {
    height: 150px;
}

.single-post .post-content{
    padding: 10px;
}



.contact-us .info {
    border-top: 3px solid #003F88;
    border-bottom: 3px solid #003F88;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
}

.contact-us .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background: #00509D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-us .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #003F88;
}

.contact-us .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #FDC500;
}

.contact-us .info .email:hover i, 
.contact-us .info .address:hover i, 
.contact-us .info .phone:hover i {
    background: #00296B;
    color: #fff;
}





a.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    /* opacity: 0.9; */
    background: #00509D;
    color: #fff;
    z-index: 100;
    line-height: 1rem;
    padding: 33px 21px;
    display: none;
    border-radius: 50px;
    animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

a.back-to-top:hover{
	opacity: 0.9;
}

@-webkit-keyframes up-down {
    0% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(-5px);
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(-5px);
    }
  }


@media (min-width: 1200px){
    .container-single-post {
        max-width: 900px;
    }
}



/* 
    ======================
        [SHARE THIS]   
    ======================
*/

.share{
    padding: 20px 0px;
}
.share ul.share-social {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.share 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%);
}
 
.share ul.share-social li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    font-size: 20px;
}

.share ul.share-social li.facebook {
    background: #3b5999;
}

.share ul.share-social li.twitter {
    background: #55acee;
}

.share ul.share-social li.whatsapp {
    background: #25d366;
}
.share ul.share-social li.telegram {
    background: #0088cc;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 6px 3px 6px;
  display: inline-block;
  padding: 0 2px 3px 2px;
  font-size: 14px;
  font-weight: 250;
  line-height: 10px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #68A4C4;
  color: #68A4C4;
}

.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 120px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 15px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 16px;
  line-height: 17px;
}

.portfolio .portfolio-item .portfolio-info h6 {
  font-size: 12px;
  font-weight: 150;
  line-height: 13px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #68A4C4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


  