/* -----------------------------------------------------------------
Template Name: Wroot
Template URI: https://themes.crazyenter.com/static/wroot
Description: Wroot - Multipurpose Creative Website Template. Full responsive clean code and easy to use.
Author: crazyEnter
Author URI: https://crazyenter.com
Version: 1.0.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1.0 Reset Code
1.1 Color Code
    1.1.0 Color
    1.1.1 Background Color
    1.1.2 Background Gradent Color
    1.1.3 Border Color
    1.1.4 Other Color
1.2 Layout CSS
    1.2.0 Spacing
    1.2.1 Heading
1.3 Header
    1.3.0 Header Top
    1.3.1 Header Bottom
    1.3.2 Navigation Menu
    1.3.3 Dropdown Menu
    1.3.4 Search Bar
1.4 Banner Section
1.5 About Section
1.6 Progress Section
    1.6.0 Skill Bar
1.7 Service Section
1.8 Feature Section
    1.8.0 Popup Video
1.9 Portfolio Section
1.10 Team Member Section
1.11 Testimonial Section
    1.11.0 Testimonial Thumbs
1.12 Best Client List
1.13 Blog Post Content
1.14 Footer
    1.14.0 Copyright
1.15 Subsections
1.16 Subscribe Section
1.17 Ready To Start Section
1.18 FunFact Section
1.19 Single Page Header
    1.19.0 Page BreadCrumb
1.20 About Page
1.21 Service Page
1.22 Blog Page
    1.22.0 Grid Blog Post
    1.22.1 Post Pagination
    1.22.1 Sidebar
1.23 Single Blog Page
    1.23 Post Comments
1.24 Contact Page
    1.24.0 Contact Form
    1.24.1 Contact Address
1.25 404 Page
1.26 Sub Page
    1.26.0 Sub Page Header
1.27 Single Portfolio
1.28 Single Service

------------------------------------------------------------------/*

/* =================================
1.0 Reset Code
===================================*/
* {
    box-sizing: border-box;
}
html,
body {
    font-family: 'Nunito', sans-serif;
    color: #6F6F6F;
    font-size: 15px;
    line-height: 25px;
    height: 100%;
    position: relative;
}
p {
    font-size: 15px;
    line-height: 25px;
}
::-moz-selection {
    background: #0078D7;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #0078D7;
    text-shadow: none;
    color: #fff;
}
::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
::placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a {
    color: #686868;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
a,
button,
img {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #36383d;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
button,
a,
a:hover,
a:focus,
a:active {
    outline: medium none !important;
    text-decoration: none;
    color: #141820;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
figure {
    margin: 0px !important;
}

/* =================================
1.1 Color Code
===================================*/
/* ---------------------------
1.1.0 Color
----------------------------*/
.color,
.header-top-list li i,
.single-service:hover i, 
.service-content a:hover h3,
.white-btn.main-btn,
.read-more:hover,
.single-post-content a:hover h3,
.meta-info li a:hover,
.contact-line i,
.contact-line h4,
.social-list li a:hover, 
.footer-service-list li a:hover,
.footer-copyright p a,
.footer-copyright i,
.single-funfacts i,
.banner-bredcrumb .bread-crumb li a:hover,
.blog-post a:hover h3,
.post-list a:hover h4,
.cat-list li a:hover,
.tags-list li a:hover,
.page-link,
.post-tags li a:hover,
.share-post li a:hover,
.post-author a:hover h5 {
    color: #C91E00;
}

/* ---------------------------
1.1.1 Background Color
----------------------------*/
.color-bg,
.heading:after,
.main-btn,
.nav-item > a:before,
.owl-dot,
.port-navigation li:hover,
.port-navigation li.active,
.page-banner-text h1:after,
.post-pagination .page-item.active .page-link,
.post-pagination .page-link:hover,
.search-box button,
.reply-btn:hover,
.single-service-list li:hover,
.single-service-list li.active {
    background-color: #C91E00;
}

/* ---------------------------
1.1.2 Background Gradent Color
----------------------------*/
.gradent-bg,
.feature-section:after,
.about-slider .owl-nav .owl-next, 
.single-service:hover, 
.more-about-area:after,
.member-image:before,
.member-name:before,
.post-img:after,
.sub-section:after,
.contact-info:before,
.contact-info:after,
.box-image:after,
.featured-hover figcaption i {
    background: rgba(201, 30, 0, 1);
    /* Old Browsers */
    /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(201, 30, 0, 1)), color-stop(100%, rgba(176, 26, 0, 0.9)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(201, 30, 0, 1) 0%, rgba(176, 26, 0, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE 10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 30, 0, 1)), to(rgba(176, 26, 0, 0.9)));
    background: linear-gradient(to bottom, rgba(201, 30, 0, 1) 0%, rgba(176, 26, 0, 0.9) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c91e00', endColorstr='#b01a00', GradientType=0);
    /* IE6-9 */
}

/* ---------------------------
1.1.3 Border Color
----------------------------*/
.color-border,
.single-service:hover, 
.blog-post blockquote, 
.port-navigation li:hover,
.port-navigation li.active,
.contact-info,
.contact-form input:focus,
.contact-form input:active,
.contact-form textarea:focus,
.contact-form textarea:active,
.footer-subscribe input[type="email"]:focus,
.footer-subscribe input[type="email"]:focus + .footer-sub-btn,
.footer-subscribe input[type="email"]:active,
.footer-subscribe input[type="email"]:active + .footer-sub-btn,
.post-pagination .page-item.active .page-link,
.post-pagination .page-link:hover,
.comment-box .form-control:focus,
.reply-btn:hover,
.preloader,
.preloader:before, 
.preloader:after {
    border-color: #C91E00;
}

/* ---------------------------
1.1.4 Other Color
----------------------------*/
.grey-bg {
    background-color: #f4f4f9;
}
.black-bg {
    background-color: #1a1a1a;
}
.whitecolor,
.whitecolor a,
.whitecolor h1,
.whitecolor h2,
.whitecolor h3,
.whitecolor h4,
.whitecolor h5,
.whitecolor h6,
.whitecolor p,
.whitecolor li,
.whitecolor strong,
.whitecolor span {
    color: #ffffff;
}
.dot-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: 15px 15px;
    background-image: -webkit-radial-gradient(hsla(263.72, 15.83%, 31.06%, .04) 15%, transparent 0), -webkit-radial-gradient(hsla(263.72, 15.83%, 31.06%, .04) 15%, transparent 0);
    background-image: radial-gradient(hsla(263.72, 15.83%, 31.06%, .04) 15%, transparent 0), radial-gradient(hsla(263.72, 15.83%, 31.06%, .04) 15%, transparent 0);
}
.dot-bg.left-dot {
    right: auto;
    left: 0px;
}
/* =================================
1.2 Layout CSS
===================================*/
/* ---------------------------
1.2.0 Spacing
----------------------------*/
.equal-space {
    padding-top: 100px;
    padding-bottom: 100px;
}
.top-space {
    padding-top: 100px;
}
.bottom-space {
    padding-bottom: 100px;
}
.big-space{
    padding-top: 150px;
    padding-bottom: 150px;
}
.small-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ---------------------------
1.2.1 Heading
----------------------------*/
.heading {
    position: relative;
    margin-bottom: 50px;
    display: block;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.heading h2 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 15px;
}
.heading h2 span {
    font-weight: 300;
}
.heading:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    bottom: -3px;
    border-radius: 6px;
}
.heading:before {
    position: absolute;
    content: '';
    max-width: 100%;
    width: 300px;
    height: 1px;
    background: #515151;
    left: 50%;
    bottom: 0px;
    margin-left: -150px;
}

/* =================================
1.3 Header
===================================*/
.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.offset-header.main-header {
    position: absolute;
}

/* ---------------------------
1.3.0 Header Top
----------------------------*/
.header-top {
    background-color: #F9F9FA;
    border-bottom: 1px solid #E1E1E2;
}
.offset-header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}
.header-top-list {
    padding: 10px 0px;
}
.header-top-list li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.header-top-list li span {
    color: #1a1a1a;
}
.offset-header .header-top-list li span {
    color: #fff;
}
.header-top-list li:last-child {
    margin-right: 0px;
}
.quote-btn {
    border: 1px solid #a5a5a5;
}

/* ---------------------------
1.3.1 Header Bottom
----------------------------*/
.header-bottom {
    background-color: rgba(255, 255, 255, 1);
}
.offset-header .header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
header.main-header.affix .header-bottom {
    z-index: 99999;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0 rgba(120, 120, 120, 0.75);
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    height: 94px;
    padding: 0px;
}

/* ---------------------------
1.3.2 Navigation Menu
----------------------------*/
.navbar.navbar-expand-lg {
    padding: 0px 15px;
}
.mainmenu {
    margin-right: 60px;
}
.main-header .mainmenu .navbar-nav li a {
    position: relative;
    line-height: 24px;
    color: #141820;
    padding: 35px 10px;
    text-transform: uppercase;
}
.offset-header.main-header .mainmenu .navbar-nav li a {
    color: #f1f1f1;
}
.offset-header.main-header.affix .mainmenu .navbar-nav li a,
.offset-header.main-header .mainmenu .navbar-nav li .dropdown-menu li a {
    color: #141820;
}
.nav-item > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item.dropdown > a:before {
    display: none;
}
.nav-item:hover > a:before,
.nav-item:focus > a:before,
.nav-item.active a:before {
    width: 100%;
}

/* ---------------------------
1.3.3 Dropdown Menu
----------------------------*/
.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-in-out 0s;
    display: block;
    border-radius: 0rem;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
.dropdown:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    height: auto;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 220px;
    margin-top: 0;
}
.dropdown-toggle:after {
    display: none;
}
.mainmenu .navbar-nav li.nav-item .dropdown-menu li a {
    padding: 12px 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

/* ---------------------------
1.3.4 Search Bar
----------------------------*/
.menu-search {
    cursor: pointer;
    color: #333;
    font-size: 24px;
    top: 29px;
    position: absolute;
    right: 15px;
    overflow: hidden;
    margin: 0;
    padding: 8px;
}
.offset-header .menu-search {
    color: #fff;
}
.main-header.affix .menu-search {
    color: #333;
}
.header-search-area {
    display: block;
    text-align: center;
    background: #151515;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 900;
}
.active-search .header-search-area {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.close-button {
    position: absolute;
    top: 60px;
    font-size: 24px;
    color: #ddd;
    padding: 20px;
    cursor: pointer;
    right: 60px;
}
.search-field {
    background: transparent;
    border: 0px transparent;
    border-bottom: 1px solid rgba(214, 241, 241, 0.4);
    position: relative;
    width: 500px;
    height: 70px;
    color: #fff;
    padding: 10px;
    font-size: 32px;
}
.header-search-form {
    position: relative;
}
.search-submit {
    background: #151515;
    color: #f1f1f1;
    border: 0px transparent;
    font-size: 24px;
    padding: 0px 30px;
    position: absolute;
    bottom: 1px;
    right: 0;
    cursor: pointer;
    z-index: 2;
    height: 70px;
}

/* =================================
1.4 Banner Section
===================================*/
.banner-section {
    position: relative;
    background-image: url('assets/img/bromo.jpg') !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}
.banner-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}
.banner-content {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: table;
}
.banner-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.banner-text h3 {
    font-size: 44px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
}
.banner-text h3 span{
    font-weight: 700;
}
.banner-text h5 {
    font-size: 26px;
    font-weight: 300;
    margin: 20px 0px 50px;
}
.banner-button a {
    margin: 0px 5px;
}
.banner-content h1 {
    font-size: 72px;
    text-transform: uppercase;
}
.flat-content {
    margin-top: 140px;
}

/* =================================
1.5 About Section
===================================*/
.about-section {
    position: relative;
}
.about-txt h2 {
    font-size: 46px;
    margin-bottom: 15px;
}
.about-txt h2 span{
    font-weight: 300;
    color: #36383d;
}
.about-txt h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}
.about-txt .main-btn {
    margin-top: 15px;
}
.about-slider.owl-carousel {
    margin-bottom: 0px;
}
.about-slider .owl-nav {
    position: absolute;
    width: 120px;
    left: 0px;
    bottom: 0;
    background: #141820;
}
.about-slider .owl-nav .owl-prev, 
.about-slider .owl-nav .owl-next {
    display: inline-block;
    padding: 15px 24px;
    font-size: 22px;
    color: #fff;
}
.about-slider .owl-nav .owl-next {
    float: right;
}


/* =================================
1.6 Progress Section
===================================*/
.progress-section {
    background-image: url('assets/img/bromo.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}
.progress-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #0b0b0b;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 0;
}
.progress-content {
    position: relative;
    z-index: 1;
}
.progress-circle {
    position: relative;
    text-align: center;
}
.progress-circle h3 {
    font-size: 22px;
    margin-top: 15px;
}
.circle {
    position: relative;
}
.circle strong {
    border-radius: 50%;
    bottom: 32px;
    font-size: 25px;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    line-height: 100px;
}

/* ---------------------------
1.6.0 Skill Bar
----------------------------*/
.skill-list {
    width: 100%;
}
.skill-progress {
    overflow: hidden;
    padding: 15px 0px;
}
.progress-title {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-bottom: 0px;
}
.progress {
    background: #dddddd none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: none;
    height: 5px;
    position: relative;
    overflow: visible;
    left: 10px;
    top: 10px;
}
.progress-bar {
    border-radius: 6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
}
.progress .progress-value {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    color: #333333;
    background: #FFFFFF !important;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}
@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/* =================================
1.7 Service Section
===================================*/
.services-section {
    position: relative;
}
.service-list {
    margin-bottom: -30px;
}
.single-service {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    background: rgb(233, 234, 241, 0.3);
    border: 1px solid #d9dbe9;
    padding: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-service i {
    font-size: 40px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #36383d;
    line-height: 100px;
    margin-top: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07)
}
.single-service:hover i{
    background: transparent;
    background: rgba(255,255,255,1);
}
.single-service h3 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.single-service h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    background: #6F6F6F;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-service:hover h3:before{
    width: 120px;
    background-color: #fff;
}
.single-service p {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #6F6F6F;
}
.single-service:hover h3,
.single-service:hover p {
    color: #ffffff;
}

/* =================================
1.8 Feature Section
===================================*/
.feature-section {
    background-image: url(assets/img/bromo.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    position: relative;
    width: 100%;
    height: auto;
    background-position: center right;
    background-attachment: fixed;
}
.feature-section:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 1;
    width: 100%;
    height: 100%;
}
.feature-content {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.single-feature {
    margin-bottom: 50px;
}
.single-feature:last-child {
    margin-bottom: 0px;
}
.feature-icon {
    font-size: 32px;
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}
.feature-text {
    margin-left: 120px;
}
.feature-text h3 {
    font-size: 26px;
    line-height: 32px;
}

/* ---------------------------
1.8.0 Popup Video
----------------------------*/
.video-content {
    height: 100%;
    position: relative;
    z-index: 2;
}
.video-text {
    text-align: center;
    display: block;
}
.video-text h3 {
    font-size: 38px;
    margin: 15px 0px 20px;
}
.video-button {
    border-radius: 50%;
    display: block;
    font-size: 38px;
    height: 100px;
    margin: 5px auto;
    padding: 26px;
    position: relative;
    width: 100px;
    border: 4px solid #f1f1f1;
    cursor: pointer;
}
.video-button:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: -1;
}
.video-button:hover {
    color: #EFEFEF;
}
.video-button:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: scale(1);
    transform: scale(1);
}
.video-button i {
    color: #ffffff;
    margin-left: 7px;
}
.modal-dialog {
    margin: 90px auto 30px;
    max-width: 70%;
}
.modal-body {
    position: relative;
    padding: 0px;
}
button.close {
    width: 50px;
    height: 50px;
    font-size: 32px;
    cursor: pointer;
}

/* =================================
1.9 Portfolio Section
===================================*/
.portfolio-banner {
    background-image: url('assets/img/bromo.jpg');
}
.port-navigation {
    margin-bottom: 50px;
    text-align: center;
}
.port-navigation li {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 35px;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.port-navigation li:hover,
.port-navigation li.active {
    color: #f1f1f1;
}
.portfolio-list {
    margin-bottom: -30px;
    width: 100%;
}
.single-port {
    margin-bottom: 30px;
    float: left;
}
.single-port img {
    width: 100%;
}
.port-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.port-overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.port-item:hover .port-overlay {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    border-radius: 0;
}
.port-item:hover .port-overlay {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.port-overlay a img {
    margin-bottom: 15px;
}
.port-overlay h4 {
    font-size: 28px;
    margin: 10px 0px;
}
.port-overlay a {
    font-size: 42px;
}

/* =================================
1.10 Team Member Section
===================================*/
.team-section {
    position: relative;
    overflow: hidden;
}
.single-member {
    text-align: center;
}
.member-image {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    width: 100%;
    height: auto;
    z-index: 4;
}
.member-image:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.single-member:hover .member-image:before {
    width: 0;
}
.member-image img {
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    height: auto;
}
.single-member:hover .member-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.member-name {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 70px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.member-name:before {
    position: absolute;
    content: '';
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.member-name h3 {
    color: #fff;
    font-weight: 700;
}
.member-caption {
    padding-top: 20px;
}
.member-caption h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #c0c0c0;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

/* =================================
1.11 Testimonial Section
===================================*/
.testimonial-section {
    background-image: url('assets/img/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.testimonial-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.testimonial-list {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-testimonial {
    position: relative;
    padding-left: 30px;
}
.single-testimonial:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 24px;
}
.single-testimonial span {
    font-weight: 600;
}
.single-testimonial h3 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
}
.single-testimonial h4 {
    font-size: 30px;
    margin: 30px 0px 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ---------------------------
1.11.0 Testimonial Thumbs
----------------------------*/
#owl-thumbs {
    position: relative;
    z-index: 2;
}
#owl-thumbs .owl-dot {
    display: inline-block;
    background: transparent;
    height: 80px;
    position: relative;
    width: 80px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .35);
    margin-left: -30px;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
#owl-thumbs .owl-dot:first-child {
    margin-left: 30px;
}
#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active {
    z-index: 5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 6px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#owl-thumbs .owl-dot > img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

/* =================================
1.12 Best Client List
===================================*/
.single-client {
    width: 100%;
    height: 100px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-client a img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-client:hover a img {
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(0);
}

/* =================================
1.13 Blog Post Content
===================================*/
.latest-post-section {
    overflow: hidden;
    position: relative;
}
.latest-list{
    margin-bottom: -50px;
}
.post-img {
    overflow: hidden;
    position: relative;
    width: 65%;
    height: auto;
}
.post-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.single-post:hover .post-img:after,
.blog-post:hover .post-img:after {
    width: 0;
}
.like-btn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    display: block;
    color: #fff;
    z-index: 3;
}
.like-btn i {
    font-size: 20px;
    margin-right: 3px;
}
.single-post-content a h3 {
    font-size: 26px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 36px;
    margin-top: 0px;
}
.meta-info {
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 10px;
    margin-bottom: 10px;
}
.meta-info li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
}
.meta-info li:after {
    content: "|";
    position: absolute;
    right: -8px;
    top: 0;
    color: #b8b8b8;
}
.meta-info li i {
    margin-left: 5px;
    padding-right: 4px;
    color: #9d9d9d;
}
.meta-info li:first-child i {
    margin-left: 0px;
}
.meta-info li:last-child:after {
    display: none;
}
.read-more {
    border-bottom: 1px solid #9d9d9d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.read-more:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
}

/* =================================
1.14 Footer
===================================*/
.footer-top li, 
.footer-top p, 
.footer-top a {
    color: #ddd;
}
.footer-logo {
    display: block;
    margin-bottom: 30px;
}
.single-footer-text h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #f9f9f9;
    margin-bottom: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
}
.social-list {
    margin-top: 30px;
}
.social-list li {
    display: inline-block;
    margin-right: 5px;
}
.social-list li a {
    font-size: 26px;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}
.social-list li:last-child {
    margin-right: 0px;
}
.footer-contact li {
    margin-bottom: 15px;
}
.footer-contact li p {
    margin-bottom: 0px;
}
.footer-contact li i {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: ;
        -ms-flex-pack: ;
            justify-content: ;
    margin-right: 5px;
}
.footer-service-list li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin: 12px 0px;
}
.footer-service-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 400;
    font-size: 10px;
}
.footer-subscribe {
    position: relative;
    margin-top: 30px;
}
.footer-subscribe input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    background: transparent;
    color: #f1f1f1;
}
.footer-sub-btn {
    position: absolute;
    right: 0;
    top: 1px;
    background: rgba(255, 255, 255, 0.25);
    color: #f1f1f1;
    border: 0px transparent;
    font-size: 24px;
    padding: 10px 15px;
    border-left: 1px solid #dddddd;
    cursor: pointer;
}
.footer-sub-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* ---------------------------
1.14.0 Copyright
----------------------------*/
.footer-copyright {
    padding: 30px 30px 10px;
    border-top: 1px solid #555555;
}
.footer-copyright p a:hover {
    color: #f1f1f1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* =================================
1.15 Subsections
===================================*/
.sub-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}
.sub-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 100%;
    height: 100%;
    z-index: 0;
}
.short-section-content {
    position: relative;
    z-index: 2;
}
.short-section-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.short-content-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 38px;
}
.short-content-text h5 {
    font-weight: 400;
}
.short-contact-section .main-btn {
    margin-top: 25px;
}

/* =================================
1.16 Subscribe Section
===================================*/
.subscribe-section {
    background-image: url('assets/img/testimonial-bg.jpg');
}
.subscribe-form {
    width: 600px;
    position: relative;
    margin: 30px auto 0;
}
.subscribe-form input[type="email"] {
    background: transparent;
    border: 2px solid #f1f1f1;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    padding: 5px 105px 5px 10px;
    color: #ffffff;
    font-weight: 600;
}
.subscribe-form input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
}
.subscribe-btn {
    position: absolute;
    height: 50px;
    border-top: 0px;
    border-left: 2px solid #f1f1f1;
    border-bottom: 0;
    border-right: 0px;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 600;
}
.subscribe-btn:hover {
    background: rgba(255, 255, 255, 0.75);
}

/* =================================
1.17 Ready To Start Section
===================================*/
.ready-section {
    background-image: url('assets/img/ready-to-start.jpg');
}
.ready-section .main-btn{
    margin-top: 20px;
}

/* =================================
1.18 FunFact Section
===================================*/
.single-funfacts {
    width: 100%;
    text-align: center;
    padding: 60px 30px;
}
.single-funfacts i {
    font-size: 44px;
    margin-bottom: 15px;
}
.single-funfacts h3 {
    font-size: 24px;
    color: #8b8b8b;
    margin-bottom: 15px;    
}
.single-funfacts h3 span {
    color: #333;
}
.first-funfact {
    background-color: #ffffff;
}
.second-funfact {
    background-color: #FBFBFB;
}
.third-funfact {
    background-color: #f3f3f3;
}
.four-funfact {
    background-color: #efefef;
}

/* =================================
1.19 Single Page Header
===================================*/
.page-banner {
    width: 100%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}
.page-banner:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.page-banner-text {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 450px;
    width: 100%;
}
.page-banner-text h1 {
    font-size: 52px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.page-banner-text h1:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    width: 100px;
    height: 2px;
    z-index: 99999;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.page-banner-text p {
    padding: 0px 100px;
    font-size: 18px;
    line-height: 32px;
}
/* content area */
.content-box h3 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
}

/* ---------------------------
1.19.0 Page BreadCrumb
----------------------------*/
.page-banner-bottom {
    position: relative;
    z-index: 2;
    bottom: 0px;
    text-align: center;
    width: 80%;
    left: 10%;
    height: 60px;
    padding: 15px;
    border-radius: 6px;
}
.bread-crumb li {
    display: inline-block;
    position: relative;
    padding: 5px;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
}
.bread-crumb li:last-child {
    margin-right: 0px;
}
.bread-crumb li, 
.bread-crumb li a {
    color: #f1f1f1;
}
.bread-crumb li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.bread-crumb li i {
    margin-right: 3px;
    color: #f1f1f1;
}
.bread-crumb li:after {
    content: '\f101';
    position: absolute;
    right: -18px;
    top: 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f1f1f1;
}
.bread-crumb li:last-child:after {
    display: none;
}

/* =================================
1.20 About Page
===================================*/
.about-banner {
    background-image: url('assets/img/bromo.jpg');
}
.more-about-area {
    position: relative;
    width: 100%;
    height: auto;
}
.more-about-area:after {
    content: '';
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
}
.more-about-container {
    position: relative;
    z-index: 2;
    margin: 100px 0px;
}
.single-count {
    margin-bottom: 55px;
}
.single-count:last-child {
    margin-bottom: 0px;
}
.single-count h3 {
    color: #eee;
    font-size: 38px;
}
.single-count span {
    color: #ddd;
    font-size: 16px;
}
.more-about-box {
    position: relative;
    padding: 50px;
    background: #ffffff;
    width: 100%;
}
.more-about-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(assets/img/smoke-shadow.png);
}
.more-about-tabs {
    position: relative;
    z-index: 3;
}
.more-about-tabs .nav-tabs .nav-link {
    border: 0px none transparent;
    width: 33.3333%;
}
.more-about-tabs .nav-tabs {
    border: 0px none transparent;
    margin-left: -15px;
}
.single-more-tab span {
    font-size: 20px;
    font-weight: 600;
}
.single-more-tab h2 {
    font-size: 32px;
    margin: 5px 0 20px;
}
.box-image {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #dee2e6;
    padding: 5px;
}
.box-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.box-image:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.nav-tabs a:hover .box-image:after,
.nav-tabs a.active .box-image:after {
    visibility: visible;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.nav-tabs a:hover .box-image:before,
.nav-tabs a.active .box-image:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* =================================
1.21 Service Page
===================================*/
.services-banner {
    background-image: url('assets/img/bromo.jpg');
}
.single-featured {
    position: relative;
    overflow: hidden;
}
.featured-hover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
}
.single-featured:hover .featured-hover {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
}
.featured-hover figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.featured-image {
    margin: 0px -15px;
    height: 100%;
}
.featured-image img {
    width: 100%;
}
.featured-overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.featured-hover figcaption i {
    font-size: 32px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
}
.featured-hover figcaption a h3 {
    color: #fff;
    font-size: 28px;
    margin: 5px 0px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.featured-hover figcaption a:hover h3 {
    color: #444444;
}

/* =================================
1.22 Blog Page
===================================*/
.blog-banner {
    background-image: url('assets/img/bromo.jpg');
}
.blog-post {
    margin-bottom: 50px;
}
.blog-post .post-img {
    margin-bottom: 20px;
}
.blog-post a h3 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #505050;
}
.blog-post h2 {
    margin: 15px 0px;
    color: #505050;
}

/* ---------------------------
1.22.0 Grid Blog Post
----------------------------*/
.grid-content {
    background: #f6f6f6;
    padding: 30px 15px;
    margin-top: -20px;
    box-shadow: 0px 2px 4px #ddd;
}
.blog-post .grid-content a h3 {
    font-size: 22px;
    line-height: 30px;
}

/* ---------------------------
1.22.1 Post Pagination
----------------------------*/
.pagination {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.post-pagination .page-link:focus {
    box-shadow: unset;
}
.post-pagination .page-link:hover {
    color: #ffffff;
}
.page-link i {
    font-size: 13px;
}

/* ---------------------------
1.22.1 Sidebar
----------------------------*/
.single-sidebar {
    margin-bottom: 50px;
    overflow: hidden;
}
.single-sidebar:last-child {
    margin-bottom: 0px;
}
.single-sidebar h3, 
.single-aside-bar h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    background: #f4f4f4;
    padding: 15px;
}
.search-box {
    width: 100%;
    position: relative;
}
.search-box input[type="search"] {
    width: 100%;
    padding: 10px 100px 10px 15px;
    background: #f4f4f4;
    border: 1px solid #ccc;
}
.search-box button {
    position: absolute;
    top: 0px;
    right: 0;
    border: 0px none transparent;
    font-size: 22px;
    padding: 11px 40px;
    cursor: pointer;
    color: #ffffff;
}
.search-box button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.cat-list li {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 3px;
}
.cat-list li a {
    display: inline-block;
}
.cat-list li span {
    float: right;
    display: inline-block;
}
.tags-list li {
    display: inline-block;
}
.tags-list li:nth-child(2),
.tags-list li:nth-child(5),
.tags-list li:nth-child(7),
.tags-list li:nth-child(9) {
    font-size: 28px;
}
.tags-list li a {
    padding: 5px;
    margin-bottom: 3px;
    display: block;
    color: #333;
}
.post-list li img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.post-list a h4 {
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
    color: #5d5f66;
}
.post-list > li {
    margin-bottom: 15px;
    overflow: hidden;
}
.post-list li:last-child {
    margin-bottom: 0px;
}
.single-sidebar .post-list li .meta-info {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0px none transparent;
}

/* =================================
1.23 Single Blog Page
===================================*/
.single-post-img {
    position: relative;
    margin-bottom: 20px;
}
.blog-post blockquote {
    border-left-width: 5px;
    border-left-style: solid;
    font-size: 18px;
    line-height: 27px;
    padding: 30px;
    margin: 20px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.blog-post blockquote span {
    display: block;
    font-size: 15px;
    margin-top: 8px;
}
.tags-box {
    margin: 30px 0;
}
.tags-box h4 {
    display: inline-block;
}
.post-tags {
    display: inline-block;
}
.post-tags li {
    display: inline-block;
}
.share-post {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #ccc;
}
.share-post li {
    display: table-cell;
    border-right: 1px solid #ccc;
}
.share-post li:last-child {
    border-right: 0px none transparent;
}
.share-post li a {
    display: block;
    padding: 20px;
    font-size: 22px;
}
.post-author {
    background: #f4f4f4;
    border: 1px solid #ccc;
}
.post-author img {
    width: 150px !important;
    height: auto;
}
.post-author .media-body {
    padding: 15px 15px 0px 0px;
}
.post-author a h5 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* ---------------------------
1.23 Post Comments
----------------------------*/
.details-heading h4 {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
.details-heading h4:after,
.service-more-text h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #797979;
    height: 3px;
    width: 200px;
    z-index: 2;
    content: '';
    border-radius: 10px;
}
.avater {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.comment-text {
    margin-left: 120px;
    border-bottom: 1px dotted #ccc;
}
.comment-text span {
    position: relative;
    margin-left: 35px;
}
.comment-text span:before {
    content: '\f073';
    left: -20px;
    top: -5px;
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
}
.comment-text h5 {
    display: inline-block;
}
.comment-text p {
    margin-top: 5px;
}
.reply-btn {
    float: right;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
}
.reply-btn:hover {
    color: #fff;
}
.comments-list li {
    margin-bottom: 40px;
}
.comments-list li:last-child {
    margin-bottom: 0px;
}
.sub-comment {
    margin-left: 50px;
}
.comment-box {
    margin-top: 60px;
}
.comment-box .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: unset;
}

/* =================================
1.24 Contact Page
===================================*/
.contact-banner {
    background-image: url('assets/img/bromo.jpg');
}
.map-section {
    height: 450px;
}
#map {
    height: 100%;
}
.contact-box {
    background: #fff;
    position: relative;
    top: -40px;
    padding: 100px 30px;
    border-radius: 20px;
    margin-bottom: -40px;
    overflow: hidden;
}

/* ---------------------------
1.24.0 Contact Form
----------------------------*/
.contact-form input,
.contact-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form textarea {
    height: 250px;
    max-width: 100%;
}

/* ---------------------------
1.24.1 Contact Address
----------------------------*/
.single-contact {
    margin-bottom: 30px;
}
.single-contact:last-child {
    margin-bottom: 0px;
}
.contact-line h4 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-line i {
    font-size: 16px;
    margin-right: 5px;
}
.single-contact span {
    display: block;
}
.contact-info {
    position: relative;
    border-left-width: 1px;
    border-left-style: solid;
    padding: 50px 30px;
    background: #F7F7F7;
}
.contact-info:before,
.contact-info:after {
    position: absolute;
    content: '';
    height: 70%;
    width: 1px;
    left: 5px;
    top: 20px;
}
.contact-info:after {
    left: -7px;
    bottom: 20px;
    top: auto;
}
.contact-info h3 {
    margin-bottom: 20px;
}

/* =================================
1.25 404 Page
===================================*/
.not-found-banner {
    background-image: url('assets/img/404-banner.jpg');
}
.not-found-content h2 {
    font-size: 112px;
    text-shadow: 5px 4px 5px #ccc;
    line-height: 80px;
    margin-bottom: 30px;
}
.not-found-search {
    width: 50%;
    text-align: center;
    margin: 50px 0px;
}
.not-found-search h5 {
    margin-bottom: 20px;
}

/* =================================
1.26 Sub Page
===================================*/

/* ---------------------------
1.26.0 Sub Page Header
----------------------------*/
.single-banner {
    background: #f4f4f4;
    padding: 80px 0px;
}
.bannerside-text h1 {
    margin-bottom: 20px;
}
.banner-bredcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.banner-bredcrumb .bread-crumb li,
.banner-bredcrumb .bread-crumb li a {
    font-weight: 400;
}
.banner-bredcrumb .bread-crumb li,
.banner-bredcrumb .bread-crumb li a,
.banner-bredcrumb .bread-crumb li i {
    color: #686868;
}
.banner-bredcrumb .bread-crumb li:after {
    color: #686868;
}

/* =================================
1.27 Single Portfolio
===================================*/
.portfolio-slider {
    margin-bottom: 80px;
}
.portfolio-slider img {
    margin-bottom: 20px;
}
.portfolio-content h2 {
    margin-bottom: 15px;
}
.card-body {
    padding: 30px 20px;
}
.card-header h5 button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card-header h5 button:hover,
.card-header h5 button:focus,
.card-header h5 button:active {
    color: #333;
    text-decoration: none;
}
.card-header h5 button:before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    left: 0px;
    top: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    border-radius: 3px;
    font-size: 11px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.card-header h5 button:hover:before,
.card-header h5 button:focus:before,
.card-header h5 button:active:before {
    color: #333;
    border-color: #333;
}
.card-header h5 button:before {
    content: '\f068';
}
.card-header h5 button.collapsed:before {
    content: '\f067';
}
.rating-list ul {
    display: inline-block;
}
.rating-list li {
    display: inline-block;
    color: #FBA12F;
}

/* =================================
1.28 Single Service
===================================*/
.service-single-content h2 {
    margin-bottom: 15px;
}
.service-single-content > img {
    width: 100%;
    height: auto;
    border: 4px solid #F4F4F4;
    padding: 5px;
    margin-bottom: 30px;
}
.service-more-text h4 {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 15px;
    padding-bottom: 5px;
}
.body-list li {
    position: relative;
    margin-left: 20px;
}
.body-list li:after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
    content: '\f111';
    left: -20px;
    top: 0px;
    font-size: 11px;
}
.single-service-list li {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #F4F4F4;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.single-service-list li a {
    color: #333;
    font-size: 18px;
    display: block;
    padding: 15px;
    width: 100%;
}
.single-service-list li:hover a,
.single-service-list li.active a {
    color: #fff;
}
.single-service-list li i {
    margin-left: 10px;
    background: #ffffff;
    color: #333;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
}
.download-pdf-btn {
    display: inline-block;
    width: 100%;
    padding: 15px;
    color: #fff;
}
.download-pdf-btn:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.download-pdf-btn:hover {
    color: #fff;
}
.download-pdf-btn i {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    float: left;
    margin-right: 10px;
    padding: 10px 15px;
    color: #333;
}
.download-pdf-btn span {
    display: block;
    margin-top: -5px;
}