/**
    Project Name: ADCB
    File Name: Responsive.css
    Support : Left To Right
**/

/*****************************************************************
    This Media Only for mobile ( < 768)
*****************************************************************/

@media only screen and (max-width: 767px) {
    /*********************************
        work page Css
    *********************************/
    .owl-carousel .owl-stage,
    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: auto;
        touch-action: auto;
    }
    .sub-title {
        margin-bottom: 55px;
    }
    .title {
        font-size: 30px;
    }
    .large-title {
        font-size: 50px;
    }
    .page-progressbar-container {
        background-color: #fff;
    }
    .image-active-space {
        margin-left: -15px;
        margin-right: -15px;
    }
    /*********************************
        Board RoundTable Css
    *********************************/
    .roundtable-profile-list-block .profile-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 25px;
    }
    .roundtable-profile-list-block .profile-list figure {
        display: table-cell;
        vertical-align: top;
        width: 160px;
        padding-right: 15px;
    }
    .roundtable-profile-list-block .profile-list h2 {
        margin-top: 5px;
    }

    /*********************************
    Sustainability Page Css
    *********************************/
    .section-block .title {
        font-size: 32px;
    }
    .section-block {
        padding: 100px 0 0;
    }
    /*
    .health-well-block,
    .gender-equality-block,
    .partnership-block,
    .industry-innovation-block {
        padding-top: 62px;
    }
*/
    .health-well-block,
    .gender-equality-block,
    .partnership-block {
        padding-top: 62px;
    }
    .sustain-block {
        padding-bottom: 0;
        padding-top: 100px;
    }
    /*********************************
    Business review Page Css
    *********************************/
    .wholesale-banking-block {
        padding-top: 62px;
    }

    /*********************************
    Home Page Css
    *********************************/
    .overlay-content .large-title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .overlay-content {
        left: 30px;
    }
    .home-overlay .overlay-inner:before {
        width: 10px;
    }
    /*********************************
    Work Page Css
    *********************************/
    .bx-wrapper a {
        height: 335px;
        overflow: hidden;
        display: block;
        width: 100%;
    }
    /*.bx-wrapper a img {
        width: 1000px;
        max-width: none;
        max-height: none;
        transform: translate(-32%, 0);
    }*/
    .work-page-slider {
        overflow-y: auto;
    }
    /*********************************
    Work Page Css
    *********************************/
    .work-img {
        height: 360px;
        overflow: hidden;
    }

    /*********************************
        Corparate Governance Page Css
    *********************************/
    .agenda-item-list .list-dashed {
        margin-bottom: 25px;
    }
    .agenda-item-list .list-dashed > li {
        margin-bottom: 10px;
    }
    .committee-statements-con {
        padding-top: 0;
        padding-bottom: 0px;
        background: transparent;
    }
    .committee-name {
        background: #333d47;
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .committee-message {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .committee-statements-wrap {
        padding-top: 62px;
    }
}

/*****************************************************************
    This Media Only for mobile ( <= 991)
*****************************************************************/

@media (max-width: 991px) {
    /*********************************
        Header Css
    *********************************/
    .header .navbar-default {
        padding: 0;
        min-height: 67px;
    }
    .navbar-header {
        float: none;
        padding: 16px 0;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333d47;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        background-color: #24303c;
        padding: 0 !important;
        bottom: 0;
        max-height: inherit !important;
        width: calc(100% - 40px);
        border: none;
        -webkit-transition: 0.3s ease-in all;
        -moz-transition: 0.3s ease-in all;
        -ms-transition: 0.3s ease-in all;
        -o-transition: 0.3s ease-in all;
        transition: 0.3s ease-in all;
    }
    .navbar-collapse.navbar-collapse-slide {
        right: 0;
        -webkit-transition: 0.3s ease-out all;
        -moz-transition: 0.3s ease-out all;
        -ms-transition: 0.3s ease-out all;
        -o-transition: 0.3s ease-out all;
        transition: 0.3s ease-out all;
    }

    .navbar-collapse .navbar-right {
        padding: 15px 30px;
        height: 87%;
        overflow-y: auto;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
        padding: 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.5);
        padding: 15px 0;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 22px;
    }
    .navbar-default .navbar-nav > li > a span.fa {
        display: inline-block;
        margin-right: 10px;
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
    }
    .navbar-default .navbar-nav > li > a[aria-expanded="true"] span {
        transform: rotate(90deg);
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: rgba(255, 255, 255, 1);
    }
    .navbar-default .navbar-nav > li.overwriteActive > a {
        color: rgba(255, 255, 255, 0.5);
    }
    .navbar-default .navbar-nav > li > a:hover:before,
    .navbar-default .navbar-nav > li > a:focus:before,
    .navbar-default .navbar-nav > li.active > a:before,
    .navbar-default .navbar-nav > .open > a:before {
        display: none;
    }

    .collapse.in {
        display: block !important;
    }
    .navbar-header .mbl-language-link {
        position: absolute;
        top: 26px;
        right: 55px;
        display: inline-block;
        /*display: none;*/
        opacity: 0.5;
        font-family: 'GeezaPro';
        font-size: 15px;
        line-height: 1;
        color: rgba(51, 61, 71, 1);
    }
    .language-download-block {
        display: none;
    }
    .language-download-block .download-link {
        float: left;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'MuseoSans-300';
        font-size: 13px;
        letter-spacing: 0;
        line-height: 16px;
        padding: 10px 0;

    }
    .navbar-brand {
        padding: 0 15px;
    }
    .navbar-brand span {
        display: none;
    }
    .navbar-collapse-close {
        display: block;
        padding: 15px 30px;
    }
    .navbar-nav > li > .dropdown-menu {
        text-align: left;
        padding: 0 15px;
    }
    .dropdown-menu > li {
        display: block;
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 0;
        font-size: 15px;
        letter-spacing: 1.2px;
        word-wrap: break-word;
        white-space: normal;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li:first-child a {
        padding-top: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /*********************************
        Corparate Governance Page Css
    *********************************/
    .bg-gradient {
        background: -moz-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #333d47), color-stop(39%, #333d47), color-stop(39%, #f5f5f6), color-stop(100%, #f5f5f6));
        background: -webkit-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -o-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -ms-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: linear-gradient(to right, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333d47', endColorstr='#f5f5f6', GradientType=1);
    }
}

/*****************************************************************
    This Media for Tablet ( >= 768)
*****************************************************************/

@media only screen and (min-width: 768px) {
    /*********************************
        Page-wrapper Css
    *********************************/
    .page-wrapper {
        padding-bottom: 100px;
    }

    .white-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .homepage-wrapper {
        padding-bottom: 0px;
    }

    /*Modal Window*/
    .modal-lg {
        width: 720px;
    }
    .modal.in .modal-dialog {
        margin: 100px auto 30px;
    }

    /*********************************
        Header Css
    *********************************/
    .navbar-right {
        margin-right: 0;
    }

    /*********************************
        Chairman Message Page Css
    *********************************/
    .leadership-message {
        padding-bottom: 50px;
    }
    .leadership-message .leadership-message-contet {
        min-height: 920px;
    }
    .leadership-message-contet .leadership-profile-pic {
        padding: 570px 30px 0 30px;
        width: 400px;
        background-color: #27323a;
        position: absolute;
        top: 0;
        right: 0;
    }
    .leadership-message-contet h1 {
        padding-top: 100px;
    }
    .value-represent-block {
        margin: 170px 0 0;
    }

    /*********************************
        Board Roundtable Page Css
    *********************************/
    .banner-block {
        height: 480px;
        overflow: hidden;
    }
    .banner-block img {
        width: 100%;
        object-fit: cover;
    }
    .profile-list {
        display: block;
    }
    /*********************************
        Home Page Css
    *********************************/
    .overlay-content .large-title {
        font-size: 80px;
    }
    .overlay-content {
        left: 70px;
    }
    .home-service-box {
        margin-bottom: 50px;
    }
    .home-slider-wrapper {
        margin-bottom: 30px;
    }

    .slider-desc {
        left: 35px;
        bottom: 60px;
    }
    #slide-counter {
        bottom: 89px;
        left: 80px;
    }
    #slide-counter-mob {
        bottom: 119px;
        left: 65px;
        padding-top: 6px;
    }

    /*********************************
        Work Page Css
    *********************************/
    .work-page-slider {
        padding: 30px 0px;
    }
    .work-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right -190px;
    }
    #sync2 {
        position: static;
        width: 100%;
        padding-left: 0px;
    }
    #sync1 .owl-item .item:after {
        width: 76px;
    }
    .work-page-slider .owl-theme .owl-nav .owl-next {
        right: 20px;
    }
    .work-page-slider .owl-theme .owl-nav button {
        height: 39px;
        width: 39px;
        margin: -18.5px 0 0;
    }
    .work-page-slider .owl-theme .owl-nav button span {
        font-size: 30px;
        line-height: 33px;
    }

    /*********************************
		Board Of Directors Css
	*********************************/
    .profile-list {
        min-height: 350px;
    }

    /*********************************
        Key Performance Indicator Page Css
    *********************************/
    .our-key-performance {
        padding: 100px 0 60px
    }
    .new-promoter-score {
        padding: 120px 0 100px;
    }
    .new-promoter-score h2 {
        margin-bottom: 10px;
    }
    .strategic-table {
        width: 60%;
        margin: 0 0 20px;
    }

    /*********************************
        Strategic pillar Page Css
    *********************************/
    .sticky-item {
        min-height: 275px;
    }
    .sticky-item:before {
        width: 10px;
        height: 260px;
    }

    /*********************************
        Sustainability Page Css
    *********************************/
    .sustain-block {
        padding-top: 107px;
        padding-bottom: 0px;
    }
    .sustain-arrow {
        display: block;
    }
    .sustain-menu {
        display: block;
    }
    #quality-education,
    #health-well-being,
    #gender-equality,
    #industry-innovation,
    #climate-action,
    #partnership {
        display: block;
    }
    /*********************************
        Risk Management Page Css
    *********************************/
    .counter-list li {
        display: inline-block;
    }
    #emerging-risks,
    #principal-risks {
        display: block;
    }
    .chapter-section h5 {
        line-height: 22px;
    }
    /*********************************
        Business Review Page Css
    *********************************/
    #consumer-banking-group,
    #wholesale-banking-group,
    #treasury-investments-group,
    #business-support {
        display: block;
    }
    /*********************************
        Corparate Governance Page Css
    *********************************/
    .committee-statements-con {
        padding-top: 100px;
        padding-bottom: 100px;
        background: -moz-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #333d47), color-stop(39%, #333d47), color-stop(39%, #f5f5f6), color-stop(100%, #f5f5f6));
        background: -webkit-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -o-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: -ms-linear-gradient(left, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        background: linear-gradient(to right, #333d47 0%, #333d47 39%, #f5f5f6 39%, #f5f5f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333d47', endColorstr='#f5f5f6', GradientType=1);
    }
    .agenda-item-list > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    #the-board,
    #the-board-agenda,
    #other-practices,
    #audit-compliance-committee,
    #corporate-governance-committee,
    #hr-committee,
    #risk-credit-committee,
    #adcb-director {
        display: block;
    }

    .committee-name .sticky-item {
        padding-left: 25px;
    }

    .committee-statements-wrap {
        padding-top: 54px;
    }

    .callouts-list li {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
    .callouts-list li:nth-child(2n+1) {
        clear: both;
    }
    .callouts-list .large-title {
        font-size: 70px;
    }

    .board-chart .banner-block {
        height: auto;
    }
}

/*****************************************************************
    This Media for Mini Desktop ( >= 992)
*****************************************************************/

@media only screen and (min-width: 992px) {
    /*********************************
        Page-wrapper Css
    *********************************/
    .page-wrapper {
        padding-top: 190px;
    }
    .page-top-clear {
        padding-top: 83px;
    }

    .homepage-wrapper {
        padding-top: 120px;
    }

    /*Modal Window*/
    .modal-lg {
        width: 940px;
    }

    /*********************************
        Header Css
    *********************************/
    .navbar.small-header .language-download-block {
        display: none;
    }
    .header .navbar-default.small-header {
        padding-top: 2px;
    }
    .header .navbar-default.small-header .navbar-nav > li > a {
        padding: 14px 0 17px;
    }
    .header .small-header .navbar-brand {
        padding-top: 4px;
    }
    .header .small-header .navbar-brand .logo {
        width: 30px;
        overflow: hidden;
    }
    .header .small-header .navbar-brand .logo img {
        float: right;
    }
    .navbar-default .navbar-nav > li {
        position: static;
    }
    .navbar-right .dropdown-menu {
        left: -15px;
        right: -15px;
    }
    .navbar-default .navbar-nav > li:nth-child(2) .dropdown-menu {
        padding-right: 92px;
    }

    .page-progressbar-container {
        top: 84px;
    }
    .page-progressbar-container.page-progressbar-top {
        top: 49px;
    }
    /*********************************
        Chairman Message Page Css
    *********************************/
    .leadership-message {
        padding-bottom: 100px;
    }
    .leadership-message .leadership-message-contet {
        min-height: inherit;
    }
    .leadership-message-contet h1 {
        padding: 100px 0 0 5px;
    }
    .leadership-message-contet blockquote {
        padding: 0;
    }
    .leadership-message-contet .leadership-profile-pic {
        padding: 295px 30px 0 30px;
        width: 305px;
        background-color: #27323a;
        position: absolute;
        top: 0;
        right: inherit;
        left: -15px;
    }
    /*********************************
        Board Roundtable Page Css
    *********************************/
    .banner-block {
        height: 620px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*********************************
        Home Page Css
    *********************************/
    .overlay-content .large-title {
        font-size: 100px;
    }
    .overlay-content {
        left: 100px;
    }
    .home-slider-wrapper {
        margin-bottom: 0px;
    }
    .home-service-box {
        margin-bottom: 0px;
    }

    .home-service-box h2 {
        font-size: 24px;
    }
    .slider-desc {
        left: 50px;
        bottom: 33px;
    }
    #slide-counter {
        bottom: 93px;
    }

    /*********************************
        Work Page Css
    *********************************/
    .slide-popup-content {
        padding: 0px;
    }

    .work-img {
        background-position: center right 100px;
    }
    #sync2 {
        width: 336px;
        height: 100%;
        top: 0px;
        position: absolute;
        left: 53%;
        padding: 0 30px
    }
    .slide-popup-content {
        position: absolute;
        bottom: 30px;
        left: 0px;
        margin-top: 0px;
    }
    #sync1 .owl-item .item:after {
        display: none;
    }

    /*********************************
		Board Of Directors Css
	*********************************/
    .profile-list {
        min-height: 360px;
    }
    .banner-block .banner-content .top-blockquote {
        padding-right: 100px;
    }

    /*********************************
        Corparate Governance Page Css
    *********************************/
    .committee-statements-con {
        background: #333d47;
        background: -moz-linear-gradient(left, #333d47 0%, #333d47 35%, #f5f5f6 35%, #f5f5f6 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #333d47), color-stop(35%, #333d47), color-stop(35%, #f5f5f6), color-stop(100%, #f5f5f6));
        background: -webkit-linear-gradient(left, #333d47 0%, #333d47 35%, #f5f5f6 35%, #f5f5f6 100%);
        background: -o-linear-gradient(left, #333d47 0%, #333d47 35%, #f5f5f6 35%, #f5f5f6 100%);
        background: -ms-linear-gradient(left, #333d47 0%, #333d47 35%, #f5f5f6 35%, #f5f5f6 100%);
        background: linear-gradient(to right, #333d47 0%, #333d47 35%, #f5f5f6 35%, #f5f5f6 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333d47', endColorstr='#f5f5f6', GradientType=1);
    }
    .committee-name .sticky-item {
        padding-left: 0;
    }

    .board-chart .banner-block {
        height: auto;
    }

}

/*****************************************************************
    This Media for Desktop ( >= 1200)
*****************************************************************/

@media only screen and (min-width: 1200px) {

    /*Modal Window*/
    .modal-lg {
        width: 1140px;
    }

    /*********************************
        Chairman Message Page Css
    *********************************/
    .leadership-message .leadership-message-contet {
        min-height: 570px;
    }
    .leadership-message-contet .leadership-profile-pic {
        width: 400px;
        padding: 220px 30px 0 30px;
        left: -30px;
    }
    .leadership-message-contet h1 {
        padding: 100px 0 0 0;
    }
    .leadership-message-contet blockquote {
        padding: 20px 0 0 0;
    }
    /*********************************
        Board Roundtable Page Css
    *********************************/
    .banner-block {
        height: 775px;
    }
    /*********************************
        Home Page Css
    *********************************/
    #slide-counter {
        bottom: 89px;
    }
    .slider-desc {
        bottom: 29px;
    }

    /*********************************
        Work Page Css
    *********************************/
    #sync2 {
        width: 30%;
        left: 61%;
        padding: 0 30px
    }
    .work-page-slider .owl-theme .owl-nav .owl-next {
        right: 30px;
    }

    /*********************************
		Board Of Directors Css
	*********************************/
    .profile-list {
        min-height: 370px;
    }

    /*********************************
        Corparate Governance Page Css
    *********************************/
    .agenda-item-list > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .callouts-list li {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }
    .callouts-list li:nth-child(2n+1) {
        clear: none;
    }
    .callouts-list li:nth-child(4n+1) {
        clear: both;
    }

    .board-chart .banner-block {
        height: auto;
    }

    /*********************************
    Key Financial Highlights Page Css
	*********************************/
    .chart-container-large {
        max-width: 1200px;
    }

}


/*****************************************************************
    This Media for Small Desktop ( >= 1366)
*****************************************************************/

@media only screen and (min-width: 1366px) {
    /*********************************
        Home Page Css
    *********************************/
    .home-service-box {
        margin-bottom: 0;
    }
    .work-img {
        background-position: center right 230px;
    }


    /*********************************
    Sustainability Page Css
    *********************************/
    .sustain-menu ul {
        max-height: 430px;
    }
}

/*****************************************************************
    This Media for Large Desktop ( >= 1440)
*****************************************************************/

@media only screen and (min-width: 1440px) {

    /*********************************
        Home Page Css
    *********************************/
    .home-service-box {
        margin-bottom: 0px;
    }
    .work-img {
        background-position: center right 160px;
    }
    .h-image-fix {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    /*********************************
    Sustainability Page Css
    *********************************/
    .sustain-menu ul {
        max-height: 600px;
    }
}

@media only screen and (min-width: 1600px) {
    .work-img {
        background-position: center right 240px;
    }
}
