/*
Theme Name: Bahanno Digital
Author: Hasibur Rahman
Author URI: http://bahannodigital.com/
*/


/*Bootstrap*/

@import 'css/bootstrap.min.css';

/*Owl carusel css*/

@import 'css/owl.carousel.css';
@import 'css/owl.theme.css';
@import 'css/owl.transitions.css';

/*works Slider*/

@import 'css/slider.css';

/*Magnific Popup CSS*/
@import 'css/magnific-popup.css';


/*Icons*/
@import 'css/font-awesome.min.css';
@import 'css/pe-icon-7-stroke.css';

/***   VARIABLES   ***/


/***   MIXINS   ***/


/***   LAYOUT   ***/

.section-block {
    padding-top: 100px;
    padding-bottom: 72px;
}

.section-block .row-mb > div {
    margin-bottom: 48px;
}


/***   COMMON STYLES   ***/

.section-title {
    text-align: center;
    margin-bottom: 72px;
}

.section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: relative;
}

.section-title h2:after {
    content: 'S';
    font-size: 124px;
    color: #f5f5f5;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.section-title2 h2 {
    font-size: 36px;
    margin-bottom: 36px;
}

.section-title2 p {
    font-size: 21px;
}

.btn {
    border-radius: 0;
}

.btn-main {
    padding: 12px 42px;
    background: #2fd5ff;
    transition: .3s;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}

.btn-main:hover {
    background: #222;
    color: #fff;
}

.btn-rd {
    border-radius: 30px;
}

.btn-shadow {
    box-shadow: 0px 7px 10px -4px rgba(0, 0, 0, 0.3);
}


/***   HELPER CLASS   ***/

.row-np > div {
    padding: 0;
}

.bg-light-gray {
    background: #f3f3f3 !important;
}

.bg-blue {
    background: #004665 !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

/***   GENERAL STYLES   ***/

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555;
}


/*.container {
  width: 1294px;
}*/

a {
    color: #2fd5ff;
    transition: .3s;
}

a:hover {
    color: #00c8fb;
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
}


/***   TYPOGRAPHY   ***/


/*
New css
*/

.icon-hover{
    display: none;
}

.bahanno-service .content-wrapper:hover .icon-hover{
    display: inline-block;
}

.bahanno-service .content-wrapper:hover .icon-simple{
    display: none;
}
.bahanno-service .content-wrapper .icon-block img{
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}















/***   HEADER   ***/

.site-header {
    position: relative;
}
.home .site-header{
    height: calc(98vh);
}
.page-banner {
    background: red;
    height: 572px;
    background: url(img/page-banner.jpg) no-repeat center 65%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 35% !important;
    background-size: 100% !important;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.page-banner .page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-banner .page-banner-content .page-title {
    font-size: 62px;
    color: #fff;
    text-align: center;
}

.page-banner .page-banner-content .bread-crumb,
.page-banner .page-banner-content .post-meta {
    text-align: center;
}

.page-banner .page-banner-content .bread-crumb li,
.page-banner .page-banner-content .post-meta li {
    display: inline-block;
    margin-right: 18px;
}

.page-banner .page-banner-content .bread-crumb li:last-child,
.page-banner .page-banner-content .post-meta li:last-child {
    margin-right: 0;
}

.page-banner .page-banner-content .bread-crumb li a,
.page-banner .page-banner-content .post-meta li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .page-banner .page-banner-content .bread-crumb li a,
    .page-banner .page-banner-content .post-meta li a {
        font-size: 18px;
        margin-bottom: 12px;
        display: inline-block;
    }
}

.page-banner .page-banner-content .bread-crumb li:after {
    content: '\f054';
    font-family: fontAwesome;
    color: #fff;
    font-size: 21px;
    margin-left: 18px;
}

@media (max-width: 767px) {
    .page-banner .page-banner-content .bread-crumb li:after {
        font-size: 18px;
    }
}

.page-banner .page-banner-content .bread-crumb li:last-child:after {
    content: none;
}

.single-post-page .page-banner {
    height: 1080px;
}

.single-post-page .page-banner .page-banner-content {
    width: 80%;
}

.single-post-page .page-banner .page-title {
    font-size: 60px;
    line-height: 96px;
    margin-bottom: 36px;
}

.bottom-line, .bottom-line p { font-size: 8px; line-height: 12px; font-weight: 100; color: #e4e4e4; margin-bottom: 5px; }

@media (max-width: 1199px) {
    .single-post-page .page-banner .page-title {
        font-size: 48px;
        line-height: 72px;
    }
}

@media (max-width: 767px) {
    .single-post-page .page-banner .page-title {
        font-size: 36px;
        line-height: 48px;
    }
}

.top-branding {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
}


/* navbar */

.bahanno-navbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    text-align: center;
}

.bahanno-navbar .navbar-brand {
    color: #fff;
    width: 180px;
    position: absolute;
    left: 33px;
    display: none;
}

.bahanno-navbar .navbar-brand-white {
    color: #fff;
    width: 180px;
    position: absolute;
    left: 33px;
    margin-top: 7px;
    display: block;
    z-index: 99999;
}

.bahanno-navbar .navbar-phone p {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    top: 20px;
    position: absolute;
    right: 30px;
}

.navbar-fixed-top .navbar-phone p {
    color: #000000;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-brand {
        margin-top: -5px;
    }
}

.bahanno-navbar .navbar-toggle {
    background: url(img/nav-icon-b.png) no-repeat center;
    background-size: 50%;
}

@media (max-width: 1199px) {}

.bahanno-navbar .navbar-nav {
    display: inline-block;
    float: none;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav {
        display: block;
        background: #2fd5ff;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.bahanno-navbar .navbar-nav li {
    position: relative;
}

.bahanno-navbar .navbar-nav li.active a {
    color: #2fd5ff;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav li.active a {
        color: #fff;
    }
}

.bahanno-navbar .navbar-nav li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: bold;
    padding-left: 24px;
    padding-right: 24px;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bahanno-navbar .navbar-nav li a:hover,
.bahanno-navbar .navbar-nav li a:focus {
    background: transparent;
    color: #2fd5ff;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav li a:hover,
    .bahanno-navbar .navbar-nav li a:focus {
        color: #fff;
        background: #00c8fb;
    }
}

.bahanno-navbar .navbar-nav li.open a {
    background: transparent;
}

.bahanno-navbar .navbar-nav li:after {
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav li:after {
        content: none;
    }
}

.bahanno-navbar .navbar-nav li:last-child:after {
    content: none;
}

@media (min-width: 1200px) {
    .bahanno-navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.bahanno-navbar .navbar-nav .dropdown-menu {
    background: #2fd5ff;
    border-radius: 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav .dropdown-menu {
        background: #00c8fb;
        position: static;
        width: auto;
        float: none;
        box-shadow: none;
    }
}

.bahanno-navbar .navbar-nav .dropdown-menu li:after {
    content: none;
}

.bahanno-navbar .navbar-nav .dropdown-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav .dropdown-menu li a {
        text-align: center;
    }
}

.bahanno-navbar .navbar-nav .dropdown-menu li a:hover {
    background: #00c8fb;
    color: #fff;
}

@media (max-width: 1199px) {
    .bahanno-navbar .navbar-nav .dropdown-menu li a:hover {
        background: #2fd5ff;
    }
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    bottom: auto;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    padding-top: 15px;
    z-index: 1000;
}

.navbar-fixed-top .navbar-brand {
    display: block;
    margin-top: -5px;
    z-index: 9999;
}

.navbar-fixed-top .navbar-brand-white {
    display: none;
    margin-top: -5px;
}

.navbar-fixed-top .navbar-nav li a {
    color: #222;
}

@media (max-width: 1199px) {
    .navbar-fixed-top .navbar-nav li a {
        color: #fff;
    }
}

.navbar-fixed-top .dropdown-menu li a {
    color: #fff;
}


/* make the navbar collapse on 1200px width */

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}


/* hero-section */

.hero-section {
    height: calc(98vh);
    width: 100%;
    background-size: cover;
    padding-top: 1px;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.hero-section .scene {
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    bottom: 0;
    z-index: -1;
}

.hero-section .scene li {
    width: 100%;
    height: 1080px;
}

.hero-section .scene li:first-child {
    background: url(img/hero-bg.jpg) no-repeat center;
    background-size: cover;
}

.hero-section .scene li:last-child {
    background: url(img/hero-bg-t.png) no-repeat center;
    background-size: cover;
}


/***   ABOUT BAHANNO   ***/

.about-bahanno {
    background: url(img/about-bahanno-bg.png) no-repeat 180% center;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .about-bahanno {
        text-align: center;
    }
}

.about-bahanno img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .about-bahanno img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 72px;
        width: 434px;
        display: block;
    }
}

.about-bahanno h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 36px;
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .about-bahanno h1 {
        font-size: 48px;
        margin-top: 0;
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .about-bahanno h1 {
        margin-left: 0;
        text-align: center;
    }
}

.about-bahanno p {
    margin-left: 100px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .about-bahanno p {
        margin-left: 0;
    }
}

.about-bahanno .btn {
    margin-left: 100px;
    margin-top: 48px;
}

@media (max-width: 991px) {
    .about-bahanno .btn {
        margin-left: 0;
    }
}


/***   BAHANNO WORKS   ***/

.bahanno-works {
    position: relative;
}

.bahanno-works .section-title2 {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 96px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .bahanno-works .section-title2 {
        top: -310px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.bahanno-works .section-title2 h2 {
    color: #fff;
}

.bahanno-works .section-title2 p {
    color: #fff;
}

.bahanno-works .bg-block {
    height: 840px;
    background: #f7f7f7;
}

@media (max-width: 1199px) {
    .bahanno-works .bg-block {
        height: 1240px;
    }
}

.bahanno-works .bg-block > div {
    height: 100%;
}

.bahanno-works .bg-block > div:first-child {
    background: url(img/bahanno-works-bg-text.png) no-repeat 95% center, url(img/bahanno-works-left-bg.jpg) no-repeat center;
    background-size: contain, cover;
    position: relative;
}

@media (max-width: 1199px) {
    .bahanno-works .bg-block > div:first-child {
        height: 480px;
    }
}

.bahanno-works .bg-block > div:first-child:after {
    content: '';
    background: rgba(47, 213, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.bahanno-works .bg-block > div:last-child {
    background: url(img/bahanno-works-right-bg.jpg) no-repeat right center;
}

@media (max-width: 1199px) {
    .bahanno-works .bg-block > div:last-child {
        height: 760px;
    }
}

.bahanno-works .bahanno-works-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media (max-width: 1199px) {
    .bahanno-works .bahanno-works-content {
        top: 62%;
    }
}

.bahanno-works .bahanno-works-content .content-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
    padding-right: 70px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    .bahanno-works .bahanno-works-content .content-wrapper {
        padding-left: 70px;
    }
}

@media (max-width: 350px) {
    .bahanno-works .bahanno-works-content .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.bahanno-works .bahanno-works-content .content-wrapper img {
    margin-left: -300px;
    width: 614px;
    max-width: inherit;
}

@media (max-width: 1199px) {
    .bahanno-works .bahanno-works-content .content-wrapper img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100%;
        margin-top: -180px;
        margin-bottom: 12px;
    }
}

.bahanno-works .bahanno-works-content .content-wrapper h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 0;
}

@media (max-width: 599px) {
    .bahanno-works .bahanno-works-content .content-wrapper h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

.bahanno-works .bahanno-works-content .content-wrapper .work-details {
    margin-top: 30px;
}

.bahanno-works .bahanno-works-content .content-wrapper .work-details li {
    width: 45%;
    margin-right: 5%;
    float: left;
}

@media (max-width: 599px) {
    .bahanno-works .bahanno-works-content .content-wrapper .work-details li {
        width: 100%;
        margin-right: 0;
    }
}

.bahanno-works .bahanno-works-content .content-wrapper .work-details li h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.bahanno-works .bahanno-works-content .content-wrapper .work-details li h4 span {
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: none;
    margin-left: 12px;
}

.bahanno-works .bahanno-works-content .portfolio-link {
    position: absolute;
    bottom: -72px;
    left: 624px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .bahanno-works .bahanno-works-content .portfolio-link {
        left: 50%;
        transform: translateX(-50%);
        color: #222;
    }
}

.bahanno-works .bahanno-works-content .portfolio-nav {
    position: absolute;
    right: 72px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .bahanno-works .bahanno-works-content .portfolio-nav {
        right: 24px;
    }
}

@media (max-width: 767px) {
    .bahanno-works .bahanno-works-content .portfolio-nav {
        right: 36px;
    }
}

@media (max-width: 350px) {
    .bahanno-works .bahanno-works-content .portfolio-nav {
        right: 50%;
        transform: translateX(50%) rotate(-90deg);
        top: 88%;
    }
}

.bahanno-works .bahanno-works-content .portfolio-nav li {
    margin-bottom: 18px;
}

.bahanno-works .bahanno-works-content .portfolio-nav li:last-child {
    margin-bottom: 0;
}

.bahanno-works .bahanno-works-content .portfolio-nav li a {
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    border-radius: 50%;
    display: inline-block;
    transition: .3s;
    position: relative;
}

.bahanno-works .bahanno-works-content .portfolio-nav li a:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: .3s;
}

.bahanno-works .bahanno-works-content .portfolio-nav li.active a {
    background: #2fd5ff;
}

.bahanno-works .bahanno-works-content .portfolio-nav li.active a:after {
    border-color: #2fd5ff;
}


/***   BAHANNO SERVICE   ***/

.bahanno-service {
    background: url(img/service-bg-text.png) no-repeat center center;
    background-attachment: fixed;
    position: relative;
}

.bahanno-service:before {
    content: '';
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 100;
    background: url(img/service-watercolor-pen2.png) no-repeat center;
    width: 311px;
    height: 249px;
}

@media (max-width: 560px) {
    .bahanno-service:before {
        display: none;
    }
}

.bahanno-service:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 100;
    background: url(img/service-keyboard-glass-flower2.png) no-repeat center;
    width: 280px;
    height: 488px;
}

@media (max-width: 560px) {
    .bahanno-service:after {
        display: none;
    }
}

.bahanno-service .content-wrapper {
    padding: 60px 45px;
    border-bottom: 3px solid #2fd5ff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: .3s;
    background: #fff;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.bahanno-service .content-wrapper:hover {
    box-shadow: 0px 7px 48px rgba(0, 0, 0, 0.12);
}

.bahanno-service .content-wrapper .icon-block {
    font-size: 60px;
    color: #d8d8d8;
    transition: .3s;
}

.bahanno-service .content-wrapper h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 12px;
}

.bahanno-service .content-wrapper p {
    margin-bottom: 0;
}

.bahanno-service .content-wrapper.service01:hover .icon-block {
    color: #2fd5ff;
}

.bahanno-service .content-wrapper.service02 {
    border-bottom-color: #2ecc71;
}

.bahanno-service .content-wrapper.service02:hover .icon-block {
    color: #2ecc71;
}

.bahanno-service .content-wrapper.service03 {
    border-bottom-color: #eef10f;
}

.bahanno-service .content-wrapper.service03:hover .icon-block {
    color: #eef10f;
}

.bahanno-service .content-wrapper.service04 {
    border-bottom-color: #e74c3c;
}

.bahanno-service .content-wrapper.service04:hover .icon-block {
    color: #e74c3c;
}

.bahanno-service .content-wrapper.service05 {
    border-bottom-color: #9b59b6;
}

.bahanno-service .content-wrapper.service05:hover .icon-block {
    color: #9b59b6;
}

.bahanno-service .content-wrapper.service06 {
    border-bottom-color: #f39c12;
}

.bahanno-service .content-wrapper.service06:hover .icon-block {
    color: #f39c12;
}


/***   BAHANNO FACTS   ***/

.bahanno-facts {
    background: #f7f7f7 url(img/bahanno-facts-bg.png) no-repeat center;
    padding-top: 152px;
    padding-bottom: 240px;
}

@media (max-width: 1199px) {
    .bahanno-facts {
        background-position: center bottom;
    }
}

.bahanno-facts .row > div:nth-child(even) {
    margin-top: 72px;
}

@media (max-width: 992px) {
    .bahanno-facts .row > div:nth-child(even) {
        margin-top: 0;
    }
}

.bahanno-facts .content-wrapper {
    padding: 30px;
    background: #2fd5ff;
    position: relative;
    box-shadow: 0px 18px 48px rgba(0, 0, 0, 0.2);
    transition: .4s;
    top: 0;
    max-width: 262.5px;
    margin-left: auto;
    margin-right: auto;
}

.bahanno-facts .content-wrapper:hover {
    box-shadow: 0px 30px 72px rgba(0, 0, 0, 0.3);
    top: -12px;
}

.bahanno-facts .content-wrapper .icon-block {
    font-size: 48px;
    margin-bottom: 18px;
    color: #fff;
    margin-top: 72px;
}

.bahanno-facts .content-wrapper h3 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.bahanno-facts .content-wrapper h3 span {
    font-size: 30px;
    display: block;
    margin-top: 12px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bahanno-facts .content-wrapper h3 span {
        font-size: 24px;
    }
}

.bahanno-facts .content-wrapper p {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 72px;
}

.bahanno-facts .content-wrapper.fact02 {
    background: #2ecc71;
}

.bahanno-facts .content-wrapper.fact03 {
    background: #f39c12;
}

.bahanno-facts .content-wrapper.fact04 {
    background: #9b59b6;
}


/***   BAHANNO FEATURES   ***/

.bahanno-features {
    background: url(img/features-bg-text-1.png) no-repeat left bottom, url(img/features-bg-text-2.png) no-repeat right bottom;
}

.bahanno-features .icon-block {
    font-size: 36px;
}

.bahanno-features h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
}


/***   BAHANNO TESTIMONIAL   ***/

.bahanno-testimonial {
    background: url(img/gplaypattern.png);
    height: 624px;
}

@media (max-width: 1199px) {
    .bahanno-testimonial {
        height: 774px;
    }
}

.bahanno-testimonial .row > div {
    position: relative;
    height: 624px;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row > div {
        height: 524px;
    }
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row > div:last-child {
        height: 250px;
    }
}

.bahanno-testimonial .row blockquote {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: none;
    padding-right: 0;
    padding-right: 70px;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row blockquote {
        padding-right: 30px;
        padding-left: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

@media (max-width: 420px) {
    .bahanno-testimonial .row blockquote {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.bahanno-testimonial .row blockquote:after {
    content: '';
    width: 116px;
    height: 89px;
    display: block;
    position: absolute;
    top: -48px;
    left: -96px;
    background: url(img/quote-icon.png) no-repeat center;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row blockquote:after {
        width: 60px;
        height: 60px;
        background-size: contain;
        left: 50%;
        top: -60px;
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .bahanno-testimonial .row blockquote:after {
        width: 48px;
        height: 48px;
        top: -36px;
    }
}

.bahanno-testimonial .row blockquote p {
    font-size: 21px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .bahanno-testimonial .row blockquote p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .bahanno-testimonial .row blockquote p {
        font-size: 16px;
        line-height: 28px;
    }
}

.bahanno-testimonial .row blockquote cite {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin-top: 42px;
    display: block;
    color: #222;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row blockquote cite {
        text-align: center;
    }
}

.bahanno-testimonial .row blockquote cite span {
    font-family: 'Source Sans Pro', sans-serif;
    color: #888;
    font-size: 16px;
    display: block;
    margin-top: 6px;
}

.bahanno-testimonial .row .quote-authors img {
    position: absolute;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.bahanno-testimonial .row .quote-authors li:first-child img {
    left: 260px;
    top: -27px;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row .quote-authors li:first-child img {
        width: 120px;
        left: 130px;
        top: 18px;
    }
}

@media (max-width: 710px) {
    .bahanno-testimonial .row .quote-authors li:first-child img {
        left: 60px;
    }
}

@media (max-width: 500px) {
    .bahanno-testimonial .row .quote-authors li:first-child img {
        width: 72px;
        left: 42px;
    }
}

.bahanno-testimonial .row .quote-authors li:nth-child(2) img {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row .quote-authors li:nth-child(2) img {
        width: 180px;
        left: 50%;
        top: -96px;
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    .bahanno-testimonial .row .quote-authors li:nth-child(2) img {
        width: 120px;
    }
}

@media (max-width: 460px) {
    .bahanno-testimonial .row .quote-authors li:nth-child(2) img {
        width: 84px;
        top: -60px;
    }
}

.bahanno-testimonial .row .quote-authors li:last-child img {
    left: 260px;
    bottom: -27px;
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row .quote-authors li:last-child img {
        width: 120px;
        left: auto;
        right: 130px;
        bottom: auto;
        top: 18px;
    }
}

@media (max-width: 710px) {
    .bahanno-testimonial .row .quote-authors li:last-child img {
        right: 60px;
    }
}

@media (max-width: 500px) {
    .bahanno-testimonial .row .quote-authors li:last-child img {
        width: 72px;
        right: 42px;
    }
}

.bahanno-testimonial .row .quote-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .bahanno-testimonial .row .quote-nav {
        right: 12px;
    }
}

@media (max-width: 1199px) {
    .bahanno-testimonial .row .quote-nav {
        right: 50%;
        top: auto;
        bottom: 30px;
        transform: translateX(50%);
    }
}

.bahanno-testimonial .row .quote-nav li {
    display: inline-block;
}

.bahanno-testimonial .row .quote-nav li a {
    width: 48px;
    height: 48px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.bahanno-testimonial .row .quote-nav li a:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.bahanno-testimonial .row .quote-nav li:first-child a {
    background: #fff url(img/left-arrow.png) no-repeat center;
}

.bahanno-testimonial .row .quote-nav li:last-child a {
    background: #fff url(img/right-arrow.png) no-repeat center;
}


/***   BAHANNO LOCATION   ***/

.bahanno-location .content-wrapper {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
    max-width: 487.5px;
    margin-left: auto;
    margin-right: auto;
}

.bahanno-location .content-wrapper > div {
    height: 312px;
}

.bahanno-location .content-wrapper:hover .map-overlay {
    top: 100%;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate(-50%, -50%);
}

.bahanno-location .content-wrapper:hover .icon-block {
    background: #2fd5ff;
    color: #fff;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.2);
    border-color: #2fd5ff;
    margin-top: 36px;
}

.bahanno-location .content-wrapper:hover .map-marker {
    top: 50%;
    opacity: 1;
}

.bahanno-location .row > div:last-child .content-wrapper .map-marker {
    top: 120%;
}

.bahanno-location .row > div:last-child .content-wrapper:hover .map-overlay {
    top: 0;
    transform: translate(-50%, -50%);
}

.bahanno-location .row > div:last-child .content-wrapper:hover .icon-block {
    margin-top: -1px;
}

.bahanno-location .row > div:last-child .content-wrapper:hover .map-marker {
    top: 50%;
}

.bahanno-location .map-block {
    position: relative;
}

.bahanno-location .map-block .map-container {
    position: absolute;
    background: url(img/map-bg.jpg) no-repeat center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bahanno-location .map-block .map-overlay {
    padding: 30px 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    transition: .4s;
}

.bahanno-location .map-block .map-overlay h2 {
    font-size: 24px;
    margin: 0;
    white-space: nowrap;
}

.bahanno-location .map-block .map-marker {
    width: 72px;
    height: 72px;
    border: 12px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    border-radius: 50%;
    color: #2fd5ff;
    transition: .4s;
    background: url(img/map-shadow.png) no-repeat 90% 40%;
    opacity: 0;
}

.bahanno-location .content-block {
    padding: 30px;
    text-align: center;
    background: #ffffff;
}

.bahanno-location .content-block .icon-block {
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    line-height: 47px;
    margin: 18px auto 24px;
    transition: .3s;
}

.bahanno-location .content-block h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 26px;
}

.bahanno-location .content-block h3 a {
    color: #222;
    transition: .3s;
}

.bahanno-location .content-block h3 a:hover {
    color: #2fd5ff;
}

.bahanno-location .content-block address {
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 370px) {
    .bahanno-location .content-block address {
        font-size: 16px;
    }
}


/***   CTA BANNER   ***/

.cta-banner {
    background: #2fd5ff;
    padding-top: 72px;
    padding-bottom: 120px;
    position: relative;
}

.cta-banner h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
}

@media (max-width: 992px) {
    .cta-banner h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .cta-banner h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

.cta-banner a {
    width: 144px;
    height: 144px;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.2);
    color: #222;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: .3s;
}

.cta-banner a i {
    font-size: 30px;
    margin-top: 33px;
}

.cta-banner a span {
    font-size: 18px;
    display: block;
}

.cta-banner:hover a {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
}


/***   SITE FOOTER   ***/

.site-footer {
    background: #f7f7f7;
    padding-top: 144px;
    padding-bottom: 96px;
}

@media (max-width: 767px) {
    .site-footer {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.site-footer h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer .social-links {
    margin-top: 30px;
}

.site-footer .social-links li {
    display: inline-block;
    margin-right: 6px;
}

.site-footer .social-links li:last-child {
    margin-right: 0;
}

.site-footer .social-links li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
    display: inline-block;
    color: #222;
}

.site-footer .social-links li a:hover {
    color: #2fd5ff;
}

.site-footer .quick-links > div {
    width: 100%;
    float: left;
    overflow: hidden;
}

.site-footer .quick-links ul li {
    line-height: 30px;
}

.site-footer .quick-links ul li a {
    font-size: 18px;
    color: #555;
    text-decoration: underline;
}
/*.site-footer .quick-links ul li a::before {
    content: '&#xf105;';
    padding-right: 10px;
    font-family: FontAwesome;
}
*/
.site-footer .quick-links ul li a:hover {
    color: #2fd5ff;
}

.site-footer .newsletter-form {
    margin-top: 30px;
}

.site-footer .newsletter-form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 42px;
}

.site-footer .newsletter-form .submit-btn {
    background: transparent;
    font-size: 18px;
    box-shadow: none;
    border: none;
    float: right;
    margin-top: -30px;
    margin-right: -5px;
    position: relative;
    top: -30px;
}


/***   BOTTOM BAR   ***/

.bottom-bar {
    padding: 24px 0;
}

@media (max-width: 992px) {
    .bottom-bar {
        text-align: center;
    }
}

.bottom-bar p {
    margin-bottom: 0;
}

.bottom-bar p a {
    margin-left: 8px;
}

.bottom-bar ul {
    margin-bottom: 0;
    text-align: right;
}

@media (max-width: 767px) {
    .bottom-bar ul {
        text-align: center;
        margin-top: 18px;
    }
}

.bottom-bar ul li {
    display: inline-block;
    margin-right: 12px;
}

.bottom-bar ul li:last-child {
    margin-right: 0;
}

.bottom-bar ul li a {
    font-size: 18px;
    color: #555;
}

.bottom-bar ul li a:hover {
    color: #2fd5ff;
}

.page-template-page_fullwidth .blog-posts.section-block>.container-fluid{
	padding-left:30px;
	padding-right:30px;
}

/***   BLOG PAGE   ***/



/* post list */

.blog-post {
    margin-bottom: 60px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .blog-post {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 560px) {
    .blog-post {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-post:last-child {
    margin-bottom: 0;
}

.blog-post .entry-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 42px;
}

@media (max-width: 560px) {
    .blog-post .entry-title {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 18px;
    }
}

.blog-post .entry-title a {
    color: #222;
}

.blog-post .entry-title a:hover {
    color: #2fd5ff;
}

.blog-post .post-excerpt {
    font-size: 18px;
    line-height: 30px;
    margin-left: 96px;
}

@media (max-width: 768px) {
    .blog-post .post-excerpt {
        margin-left: 48px;
    }
}

@media (max-width: 560px) {
    .blog-post .post-excerpt {
        margin-left: 0;
    }
}

.blog-post figure {
    position: relative;
}

@media (max-width: 767px) {
    .blog-post figure {
        margin-bottom: 36px;
    }
}

.blog-post figure:after {
    content: '';
    width: 364px;
    height: 224px;
    background: #f7f7f7;
    position: absolute;
    top: 120px;
    left: 60px;
    z-index: -1;
}

@media (max-width: 767px) {
    .blog-post figure:after {
        display: none;
    }
}

.blog-post .post-footer {
    margin-left: 96px;
    margin-top: 36px;
}

@media (max-width: 767px) {
    .blog-post .post-footer {
        margin-left: 48px;
    }
}

@media (max-width: 560px) {
    .blog-post .post-footer {
        margin-left: 0;
    }
}

.blog-post .post-meta {
    float: right;
}

.blog-post .post-meta li {
    display: inline-block;
}

.blog-post .post-meta li a {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #222;
    transition: .3s;
}

.blog-post .post-meta li a:hover {
    color: #2fd5ff;
}

.blog-post .post-meta li a i {
    margin-right: 6px;
}

.blog-post .rm-link {
    float: left;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #222;
}

.blog-post .rm-link:hover {
    color: #2fd5ff;
}

.blog-post .rm-link i {
    margin-left: 3px;
}


/* sigle post style */

.single-post .entry-content {
    margin-bottom: 72px;
}

.post-share {
    text-align: center;
}

.post-share li {
    display: inline-block;
    margin-right: 12px;
}

.post-share li:last-child {
    margin-right: 0;
}

.post-share li a {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    background: #2fd5ff;
    display: inline-block;
    color: #fff;
    position: relative;
    top: 0;
}

.post-share li a:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    top: -6px;
}

.post-share li a.facebook-icon {
    background: #3b5998;
}

.post-share li a.twitter-icon {
    background: #0084b4;
}

.post-share li a.google-plus-icon {
    background: #dd4b39;
}

.post-share li a.linkedin-icon {
    background: #007bb5;
}

.post-share li a.pinterest-icon {
    background: #cb2027;
}


/* sidebar */

.sidebar {
    padding-left: 60px;
}

.widget {
    margin-bottom: 60px;
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget .widget-title {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    margin-bottom: 36px;
}

.widget .widget-title:before,
.widget .widget-title:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #e5e5e5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.widget .widget-title:after {
    top: 4px;
    left: 5px;
    border-color: #2fd5ff;
}

.widget .list-widget li {
    margin-bottom: 30px;
}

.widget .list-widget li:last-child {
    margin-bottom: 0;
}

.widget .list-widget h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
}

.widget .list-widget h4 a {
    color: #222;
}

.widget .list-widget h4 a:hover {
    color: #2fd5ff;
}

.widget .list-widget p {
    font-size: 14px;
    margin-bottom: 0;
}

.widget .list-widget p a {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    margin-left: 4px;
}

.widget .list-widget p a:hover {
    color: #2fd5ff;
}

.widget .img-list .img-block {
    width: 84px;
    float: left;
    margin-right: 18px;
}

.widget .img-list .content-block {
    width: calc(100% - 102px);
    float: left;
}

.widget .ancor-list li {
    margin-bottom: 21px;
    padding-left: 1em;
}

.widget .ancor-list li:before {
    content: "\f0da";
    font-family: fontAwesome;
    width: 1em;
    margin-left: -1em;
    display: inline-block;
}

.widget .ancor-list li:last-child {
    margin-bottom: 0;
}

.widget .ancor-list a {
    font-family: 'Poppins', sans-serif;
    color: #222;
    text-transform: uppercase;
}

.widget .ancor-list a:hover {
    color: #2fd5ff;
}


/* page navigation */

.page-navigation {
    margin-top: 72px;
    margin-bottom: 48px;
}

.page-navigation ul {
    text-align: center;
}

.page-navigation ul li {
    display: inline-block;
    margin-right: 6px;
}

@media (max-width: 560px) {
    .page-navigation ul li {
        display: none;
    }
}

.page-navigation ul li:first-child {
    display: inline-block;
}

.page-navigation ul li:first-child a {
    background: url(img/left-arrow.png) no-repeat center;
}

.page-navigation ul li:first-child a:before {
    content: "\200b";
}

.page-navigation ul li:last-child {
    margin-right: 0;
    display: inline-block;
}

.page-navigation ul li:last-child a {
    background: url(img/right-arrow.png) no-repeat center;
}

.page-navigation ul li:last-child a:before {
    content: "\200b";
}

.page-navigation ul li.active a {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
}

.page-navigation ul li a {
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    color: #555;
    line-height: 48px;
}

.page-navigation ul li a:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
}

.post-navigation ul li {
    display: inline-block;
}

.post-navigation ul li:first-child {
    float: left;
    background: url(img/left-arrow.png) no-repeat 10% center;
}

.post-navigation ul li:first-child a:hover {
    background: #2fd5ff url(img/left-arrow-w.png) no-repeat 10% center;
}

.post-navigation ul li:last-child {
    float: right;
    background: url(img/right-arrow.png) no-repeat 90% center;
}

.post-navigation ul li:last-child a:hover {
    background: #2fd5ff url(img/right-arrow-w.png) no-repeat 90% center;
}

.post-navigation ul li a {
    display: inline-block;
    height: 48px;
    border: 1px solid #e5e5e5;
    line-height: 46px;
    padding-left: 48px;
    padding-right: 48px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #222;
    box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.12);
    font-weight: bold;
    font-size: 16px;
}

.post-navigation ul li a:hover {
    color: #fff;
}


/* single post */

.comments-title,
.comment-reply-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .comments-title,
    .comment-reply-title {
        font-size: 24px;
        line-height: 36px;
    }
}


/* comments area */

.comments-area {
    margin-top: 72px;
    margin-bottom: 72px;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-area .comment {
    margin-bottom: 48px;
}

.comments-area .comment:last-child {
    margin-bottom: 0;
}

.comments-area .comment .comment-wrapper {
    position: relative;
}

@media (max-width: 767px) {
    .comments-area .comment .comment-wrapper {
        padding-bottom: 60px;
    }
}

.comments-area .comment .img-block {
    width: 96px;
    margin-right: 30px;
    float: left;
}

@media (max-width: 767px) {
    .comments-area .comment .img-block {
        width: 100%;
    }
    .comments-area .comment .img-block img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.comments-area .comment .content-block {
    width: calc(100% - 126px);
    float: left;
}

@media (max-width: 767px) {
    .comments-area .comment .content-block {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .comments-area .comment .comment-header {
        text-align: center;
    }
}

.comments-area .comment .comment-header .comment-meta {
    font-size: 16px;
    font-style: italic;
    color: #aaa;
}

.comments-area .comment .comment-header .comment-meta:before {
    content: '- ';
    margin-right: 5px;
}

.comments-area .comment .comment-header .comment-reply-link {
    font-family: 'Poppins', sans-serif;
    color: #222;
    text-transform: uppercase;
    float: right;
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .comments-area .comment .comment-header .comment-reply-link {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.comments-area .comment .comment-header .comment-reply-link:hover {
    background: #2fd5ff;
    color: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    border-color: #2fd5ff;
}

.comments-area .replied-comment {
    margin-top: 48px;
}

.comments-area .replied-comment .comment {
    padding-left: 126px;
}

@media (max-width: 767px) {
    .comments-area .replied-comment .comment {
        padding-left: 30px;
        padding-right: 30px;
        background: #f7f7f7;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* comment-respond */

form p {
    margin: 0;
    padding: 0;
}

form label {
    width: 100%;
}

.form-control,
.comment-respond .form-control {
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    height: 48px;
    margin-bottom: 30px;
    width: 100%;
}

.form-control:focus,
.comment-respond .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: none;
}

.form-control .input-block,
.comment-respond .form-control .input-block {
    width: 100%;
}

.comment-respond textarea,
textarea.form-control {
    height: 84px;
    font-size: 18px;
    line-height: 30px;
}

.comment-respond button {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
    transition: .3s;
    position: relative;
    bottom: 0;
    width: 142px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.comment-respond button:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    bottom: 12px;
}


/***   HELPER CLASS   ***/


/***   HELPER CLASS   ***/


/* portfolio */

.portfolio {
    text-align: center;
}

.portfolio h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}

.portfolio img {
    text-align: center;
}

.portfolio .page-banner {
    background: rgba(0, 0, 0, 0.8);
}

.portfolio .page-banner .portfolio-hero {
    text-align: center;
}

.portfolio .page-banner .portfolio-hero h1 {
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
    margin-top: 210px;
}

.portfolio .page-banner .portfolio-hero h1.portfolio-page-title {
    margin-top: 265px;
}

.portfolio .page-banner .portfolio-hero p.lead {
    font-size: 30px;
    line-height: 42px;
    font-weight: 100;
    color: #2fd5ff;
}

.portfolio .page-banner .portfolio-hero .case-study {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.portfolio .page-banner .portfolio-hero img {
    width: 100%;
    border: 0;
    margin: 50px 0;
}

.portfolio .project-overview,
.portfolio .challenge,
.portfolio .solution {
    padding: 100px 0 0 0;
}

.portfolio .project-overview p,
.portfolio .challenge p {
    margin-bottom: 100px;
}

.portfolio .challenge h2,
.portfolio .challenge p {
    color: #ffffff;
}

.portfolio .solution {
    padding-bottom: 100px;
}

.portfolio .solution p {
    margin-bottom: 60px;
}

.portfolio .solution img {
    margin-bottom: 80px;
}

.portfolio .solution .desktop-layout img {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}

.portfolio .testimonial {
    padding: 100px 0;
}

.portfolio .testimonial h2,
.portfolio .testimonial p {
    color: #000000;
}

.portfolio .testimonial p {
    margin-top: 50px;
    font-size: 30px;
    line-height: 42px;
}

.portfolio .testimonial .client-name {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
}

.filter-section {
    padding-top: 40px;
}

.filter-container {
    text-align: center;
    padding: 20px
}

ul.filter > li > a {
    color: #1abc9c;
    font-size: 20px;
    line-height: 40px
}

ul.filter > li > a:hover,
ul.filter > li > a:focus {
    text-decoration: none;
    color: #16a085;
    outline: none
}

ul.filter > li.active a {
    color: #111
}

ul.filter > li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px
}

.filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0
}

.filter-section h1 {
    text-align: center
}


/* the color of the transparent overlay border */

.portfolio-section {
    margin: 100px 0 80px 0;
}

.portfolio-section.port-col figure .overlay-background {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
}


/* portfolio images */

.portfolio-section figure {
    float: left;
    width: 100%;
    /*height: 350px;*/
    margin-bottom: 30px;
    position: relative;
}

.portfolio-section figure img {
    width: 100%;
    height: auto
}


/* transparent overlay */

.portfolio-section figure:hover .overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-section figure:hover .overlay-background {
    opacity: .9;
    visibility: visible
}

.portfolio-section figure .overlay-background {
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .overlay-background .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 11px;
    background-color: #2fd5ff;
    /*background-color:rgba(194,231,194,0.9)*/
}

.portfolio-section figure .overlay {
    z-index: 2;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay {
    display: table;
    width: 100%;
    height: 100%
}

.portfolio-section figure .inner-overlay-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.portfolio-section figure .inner-overlay-content .article-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.portfolio-section figure .inner-overlay-content h4 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-top: 0px;
}

.portfolio-section figure .inner-overlay-content p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 5px;
    font-weight: 400;
}


/* skew image on hover */

.isotopeSelector img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.isotopeSelector:hover img {
    -moz-transform: scale(1.5) rotate(2deg);
    -webkit-transform: scale(1.5) rotate(2deg);
    -o-transform: scale(1.5) rotate(2deg);
    -ms-transform: scale(1.5) rotate(2deg);
    transform: scale(1.5) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.isotopeSelector figure {
    overflow: hidden
}

.isotopeSelector figure {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

/*Style css E*/

.header-content {
    z-index: 10000;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.header-content h1,
.header-content h2 {
    text-transform: capitalize;
    color: #fff;
}

.header-content h1 span {
    color: #50C7EF;
}

.header-content h2 span {
    color: #2DCC70;
}

.header-content h1 {
    font-size: 62px;
}

.header-content h2 {
    font-size: 36px;
}

.newsletter form .wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: 0px;
    bottom: -45px;
    font-size: 14px !important
}

.newsletter form .newsletter-email {
    border: 0px;
    margin-top: 20px;
}

.newsletter form .newsletter-email input {
    border-bottom: 1px solid #ddd;
    background: 40px;
    width: 100%;
}

.newsletter form .nesletter-btn {
    border: 0px;
    float: right;
    position: relative;
    top: -33px;
    right: 0px;
    background: transparent;
    background-image: url(img/email-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    width: 25px;
}

.newsletter form .newsletter-email input:focus,
.newsletter form .nesletter-btn:focus {
    outline: 0px;
}

.single-post .page-banner-content .post-categories {
    float: right;
    display: inline-block;
    margin-left: 5px;
}

.page-numbers li .current {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    color: #555;
    line-height: 48px;
}

img {
    max-width: 100%;
}


/*Testimonail Code Override*/

.bahanno-testimonial {
    height: inherit!important;
    padding: 70px 0px;
}

.bahanno-testimonial .row > div {
    height: inherit;
}

.bahanno-testimonial .row blockquote {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
}

.bahanno-testimonial .row blockquote cite {
    margin-top: 15px;
}

.bahanno-testimonial .owl-pagination {
    display: none;
}

.bahanno-testimonial .owl-buttons {
    width: 100px;
    text-align: center;
    margin: 0px auto;
    top: 50%;
    position: absolute;
    margin-top: -20px;
    right: 0px;
}

.bahanno-testimonial .row blockquote:after {
    content: '';
    width: 116px;
    height: 89px;
    display: block;
    position: absolute;
    top: 0px;
    left: -96px;
    background: url(img/quote-icon.png) no-repeat center;
}

.testimonial-pic img {
    width: 200px;
    height: auto;
}

.testimonial-pic {
    text-align: center;
}

.bahanno-testimonial .owl-buttons .owl-prev,
.bahanno-testimonial .owl-buttons .owl-next {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: #fff !important;
    width: 40px;
    height: 40px;
    font-size: 24px !important;
    border-radius: 0px !important;
    margin: 2px !important;
    opacity: 1 !important;
    color: #000 !important;
}

.bahanno-testimonial .owl-buttons .owl-prev:hover,
.bahanno-testimonial .owl-buttons .owl-next:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.bahanno-testimonial .owl-wrapper-outer {
    padding-top: 27px;
    margin-top: -27px;
    padding-bottom: 27px;
    background: transparent;
}

.bahanno-testimonial .owl-carousel .owl-item {
    padding-right: 25px;
}


/*works area*/

.laptop-pic {}

.laptop-pic img {
    width: 500px;
    max-width: inherit;
    z-index: 1000;
    position: relative;
    right: -45px;
}

.bahanno-works .bahanno-works-content .content-wrapper h2 {
    position: relative;
    overflow: hidden;
    direction: block;
}

.bahanno-works .bahanno-works-content .content-wrapper p {
    position: relative;
    overflow: hidden;
    height: inherit;
    height: 150px;
    padding-right: 50px;
}

.bahanno-works .da-slider {
    height: 350px;
    margin: 0px;
}

.works-pic {
    width: 450px;
    height: 300px;
    position: fixed;
    z-index: 0;
    margin-left: -425px;
    background-image: url(img/bahanno-works-laptop.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.works-fetured-image {
    width: 325px !important;
    overflow: hidden;
    height: 212px !important;
    margin: 0px auto;
    top: 20px !important;
    left: 1px !important;
    z-index: 1000;
    margin-left: 63px;
    animation: none !important;
    margin-top: 20px;
    background-size: cover !important;
}

/* START: pinterest style gallery */
.psgal a {
    display: block;
    margin: 10px;
    padding: 5px;
    background: #eee;
}
.psgal a:hover {
    background: #2fd5ff;
    transition: background 0.3s;
}
.psgal figure {
	padding:0 !important;
}
/* END: pinterest style gallery */


.da-slide .work-details {
    width: 100%;
    margin-top: 0px !important;
    text-align: left;
}

.bahanno-works .da-dots {
    position: fixed !important;
    right: 0;
    text-align: right;
    float: right;
    left: inherit;
    display: inline-block;
    width: inherit;
    float: right;
    width: 30px;
    text-align: center;
    top: 46%;
    right: 60px;
}

.bahanno-works .da-dots span {
    display: block;
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #aaa;
    margin: 10px auto;
}

.bahanno-works .da-dots .da-dots-current {
    background: #2fd5ff;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #2fd5ff;
    position: relative;
}

.bahanno-works .da-dots .da-dots-current:after {
    width: 12px;
    height: 12px;
    background: #2fd5ff;
    margin: 0px auto;
    top: 2px;
}


/*Testimonail Code Override end*/

/*New css */
.single-team-member img{
    height: auto;
}
.single-team-member h4{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}
.single-team-member h3{
    margin: 0px;
}
@media (min-width:1200px) {
.bahanno-navbar .navbar-nav .dropdown-menu{
    background: #333333;
    min-width: 250px;
}
.bahanno-navbar{
    padding-top: 0px;
    margin-bottom: 0px;
}

.bahanno-navbar .navbar-nav {
    margin-bottom: -6px;
}
.bahanno-navbar .navbar-nav li a{
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-fixed-top.bahanno-navbar .navbar-nav {
    margin-bottom: -16px;
}

.bahanno-navbar .navbar-brand-white{
    margin-top: 20px;
}
.navbar-fixed-top .navbar-brand{
    margin-top: 10px;
}    
 .bahanno-navbar .navbar-nav .dropdown-menu li a:hover{
    background: transparent;
}
.bahanno-navbar .navbar-nav .dropdown-menu li a{
    color: #b3b3b3;
    padding:10px 24px;
}
    
}


/*Responsive css*/

.bahanno-navbar .navbar-toggle {
    z-index: 1000;
}

.navbar-toggle .icon-bar+.icon-bar {
    background: #fff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

@media all and (max-width:1199px) {
    .blog-post figure:after {
        content: '';
        width: 110%;
        height: 90%;
        background: #f7f7f7;
        position: absolute;
        top: 120px;
        left: 0px;
        z-index: -1;
    }
    .blog-post .post-excerpt {
        font-size: 15px;
        line-height: 30px;
        margin-left: 30px;
    }
    .blog-post .entry-title {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 25px;
        line-height: 38px;
    }
    .bahanno-testimonial .row blockquote:after {
        display: none;
    }
    .bahanno-testimonial .row blockquote {
        padding-right: 30px;
        padding-left: 30px;
        transform: translate(0%);
        width: 100%;
    }
    .header-content h1 {
    font-size: 50px;
}
  .bahanno-navbar .navbar-phone p {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }   
}

@media (max-width: 991px) {
    .bahanno-testimonial .row blockquote:after {
        display: none;
    }
    .about-bahanno h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .section-block {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .bahanno-features .section-title2 {
        margin-bottom: 50px;
    }
    .page-navigation {
        margin-top: 72px;
        margin-bottom: 48px;
        overflow: hidden;
        display: block;
        position: relative;
        top: 40px;
    }
    .sidebar {
        padding-left: 15px;
        top: 50px;
    }
   
    .works-pic {
        width: 450px;
        height: 300px;
        position: fixed;
        top: 0px;
        margin-top: -150px;
        margin-left: 0px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .bahanno-works .bahanno-works-content .content-wrapper {
    padding-left:0px;
    padding-right:0px;
    }


    .bahanno-works .bahanno-works-content .content-wrapper h2 {
        margin-top: 50px;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .bahanno-works .section-title2 {
        width: 100%;
        text-align: center;
    }
    .bahanno-works .section-title2 h2 {
        margin-bottom: 5px
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    p {
        font-size: 14px;
        line-height: 26px;
    }
    .blog-post {
        margin-bottom: 110px;
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width:768px) {
    p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .header-content h1 {
        font-size: 36px;
    }
    .header-content h2 {
        font-size: 28px;
    }
    .about-bahanno h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .about-bahanno p {
        font-size: 14px;
    }
    .blog-post .post-excerpt {
        font-size: 15px;
        line-height: 30px;
        margin-left: 0px;
    }
    .blog-post .post-footer {
        margin-left: 0px;
    }
    .bahanno-works .da-slider {
        height: 420px;
        margin: 0px;
    }
   .bahanno-works .bahanno-works-content .content-wrapper {
    padding-left: 0px;
} 
}
@media all and (max-width:580px) {
 .works-pic {
    width: 320px;
    height: 250px;
    position: fixed;
    top: 0px;
    margin-top: -117px;
    margin-left: 0px;
    margin-left: 50%;
    transform: translateX(-50%);
} 
.works-fetured-image {
    width: 229px !important;
    overflow: hidden;
    height: 148px !important;
    margin: 0px auto;
    /* top: 14px !important; */
    left: 1px !important;
    z-index: 1000;
    margin-left: 46px;
    animation: none !important;
    margin-top: 34px;
    background-size: cover !important;
}
 .bahanno-works .bahanno-works-content .content-wrapper h2 {
    margin-top: 5px;
}   
.da-slide .work-details {
    width: 100%;
    margin-top: -65px !important;
    text-align: left;
}
    
}
@media all and (max-width:480px) {
    .bahanno-feature-item .col-xs-6 {
        width: 100%;
    }
    .header-content h1 {
        font-size: 30px;
    }
    .header-content h2 {
        font-size: 24px;
    }
    .navbar-phone {
        display: none;
    }
    .bahanno-testimonial .owl-buttons {
        bottom: 0;
        top: inherit;
        width: 100%;
    }
}

/* Light box */
.mfp-wrap, .mfp-bg, .pswp--open { z-index: 999999; }
/*.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { background: #000; }*/

ul {
    list-style: disc;
    margin: 20px 0 25px 50px;
}
li {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    margin-bottom: 0px;
}