/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */


@font-face {
    font-family: 'myriadB';
    src: url('MYRIADPRO-BOLD.OTF');
}

@font-face {
    font-family: 'myriadSB';
    src: url('MYRIADPRO-SEMIBOLD.OTF');
}

@font-face {
    font-family: 'myriadR';
    src: url('MYRIADPRO-REGULAR.OTF');
}



/* .....................................Font End..................... */
/*************************************************Override Fonts**************************************************/
/* Override Model FONTS STACK */
/* ----------------------------------------- */

/********************************* Font-family   *********************************/


@font-face {
    font-family: 'rubikB';
    src: url('Rubik-Bold.ttf');
}

@font-face {
    font-family: 'trocchiB';
    src: url('Trocchi-Bold.otf');
}

@font-face {
    font-family: 'trocchiR';
    src: url('Trocchi-Regular.otf');
}

@font-face {
    font-family: 'robotoM';
    src: url('Roboto-Medium.ttf');
}

@font-face {
    font-family: 'robotoR';
    src: url('Roboto-Regular.ttf');
}






/********************************* ***********************************/


/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */


html,
body {
    margin: 0;
    padding: 0;
    font: 15px myriadR;
    scroll-behavior: smooth;
}

a {
    font-size: 14px;
    transition: all 0.5s ease;
}


a:hover,
a:focus {
    text-decoration: none;
}


.container>.navbar-header,
.container>.navbar-collapse {
    margin: 0px !important;
}

.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-fluid {
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
    padding: 0;
}

.main_banner_image img {
    width: 100%;
}

.front-section.section02.col-sm-12 {
    margin: 0em 0;
    padding: 0;
}


.front-section.section01.col-sm-12 {
    padding: 0;
}

.front-section.section04.col-sm-12,
.front-section.section03.col-sm-12,
.front-section.section05.col-sm-12 {
    padding: 0;
}

.front-section.section05.col-sm-12 {
    background: url(../images/Background-Image.jpg) no-repeat center center/cover;
}

.front-section.section06.col-sm-12,
.front-section.section07.col-sm-12 {
    padding: 0;
}




/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

.navbar #block-search-form {
    top: 1em;
    right: 0px;
    margin: 0px;
}

.searchButton {
    display: none;
}

/* #search-block-form .input-group {
    display: block;
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
} */


#edit-search-block-form--2 {
    background-color: #ffffff;
    border-image: none;
    border-radius: 0;
    border: 2px solid rgba(46, 49, 128, 0.8);
    color: white;
    display: none;
    height: 34px;
    right: 6px;
    top: 5.5em;
    width: 92%;
    position: relative;
}

.search_region .form-control::-moz-placeholder {
    color: white !important;
}


a:hover,
a:focus {
    color: #0D2738;
    text-decoration: none;
}


.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0
}

.d-table {
    display: table;
}

.d-table-cell {
    float: none;
    display: table-cell;
}

.section-title {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

.navbar.container {
    max-width: 100%;
    margin-top: 0px !important;
    padding: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar {
    background-color: #0D2738;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    position: relative;
}

.navbar-header {
    margin-right: 0px !important;
}


.navbar-header {
    min-height: 97px;
    display: flex;
    align-items: center;
    float: left;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background: #0D2738;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    /* margin: 0 !important; */
}


.top_navigation {
    margin-top: 1em;
}

.top_navigation .block-search {}


.top_navigation .block-search .form-search .form-control {
    height: 28px;
    color: #fff;
    border-radius: 0;
    background-color: #0D2738;
    border-color: #0D2738;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    height: 28px;
    color: #333333;
    border-radius: 0;
    background-color: white;
    border-color: #0D2738;
    width: 100%;
    margin-bottom: 0;
}



.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    /* color: #0D2738;
    background-color: #fff;*/
}



.top_navigation .block-search .input-group .form-control.form-text {
    height: 28px;
    color: #fff;
    border-radius: 0;
    background-color: #0D2738;
    border-color: #0D2738;
}

.top_navigation .block-search .input-group .input-group-btn {
    position: absolute;
    top: 19%;
    right: 12%;
    height: 100%;
}

.top_navigation .block-search .input-group .input-group-btn button {
    border-radius: 0;
    height: 28px;
    width: 33px;
    border-color: transparent;
    background-color: transparent;
    color: #333333;
    border: 0px;
    font-size: 21px;
    padding: 0.5px 6px 0.5px 0.6px !important;
}




.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #f19021 !important;
    background-color: transparent !important;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}


.navbar .logo {
    margin-top: 11px !important;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px !important;
}



.main-banner-image {
    width: 100%;
}

.main-banner-image img {
    width: 100%;
}

.navbar-default {
    background-color: #2e3a4d;
}

.path-frontpage .navbar-default {
    /* background-color: transparent;
    border-color: transparent; */
}


.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
    padding: 0;
}



.navbar-nav {
    /*    width: 100%;*/
    background-color: transparent;
    padding: 0px;
    /*    margin: 0px;*/
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 25px;

}

.navbar-default .navbar-nav>li {
    margin: 0px 12px;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    /*    font: 15px myriadR;*/
    color: white;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    /*    border-bottom: 4px solid #D1D3D1;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #535697;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #fff;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #DDB99B;
    background-color: #1A1C20;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #2e3180;
    text-decoration: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-header {
    float: left;
    position: relative;
    z-index: 2;
}

.navbar-header {
    float: left;
}

.navbar .logo {
    margin-top: 2px !important;
    margin-bottom: 0;
    padding-right: 0px;
    padding-left: 0px !important;
}

.navbar-default {
    background-color: #DBDFEA;
    margin: 0;
    margin-top: 0px;
    border-radius: 0;
    border: 0;
}

.navbar-nav {
    float: right;
    margin-top: 3em;
}

.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 16px myriadR;
    color: #374e78;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #182430;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #374e78;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.navbar-default .navbar-nav>li.last .dropdown-menu {
    left: unset;
    right: 0;
}




/********************************* Main Navigation ***********************************/


.main_navigation .menu.nav li {
    display: inline-block;
    margin: 0 0.6em;
}

.main_navigation .menu.nav li.last {
    margin-right: 12px;
}

.main_navigation .menu.nav li a {
    font: 16px myriadR;
    /* font: 16px myriadR; */

}

.main_navigation .menu.nav li a:hover,
.main_navigation .menu.nav li a:focus,
.main_navigation .menu.nav li a.active {
    /*  color: #fff;
    background-color: #535697;*/
}

.main_navigation .menu.nav .dropdown-menu {}

.main_navigation .menu.nav .dropdown-menu li {
    display: block;
    margin: 0;
}

.main_navigation .menu.nav .dropdown-menu li a {
    /* color: #0D2738; */
    padding-bottom: 5px;
    font-size: 15px;
}


/********************************* Navbar ***********************************/



.path-frontpage .navbar {
    /* min-height: 100px !important;
    position: absolute !important;
    width: 100%; */
}




.main-banner-image img {
    width: 100%;
}

.navbar-nav {
    /*margin: 48px 0 0 0px !important;*/
    /*margin: 100px 0 0 -380px !important;*/

}

.navbar-default .navbar-text {
    color: #ffffff !important;
}

/* .navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
} */

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* background-color: #2EBFDA; */
}



.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    background-image: url("../images/navhover.png");
    color: #f9c521 !important;
    background-repeat: repeat-x;
}


.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.navbar-header {
    float: left;
}



.navbar .logo {
    margin-top: 0px;
}

.navbar-nav {
    font: 14px myraidR;
}



.navbar {
    margin-bottom: 0px !important;
}



.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /* background-color: unset !important;
    color: #333333 !important; */
}


.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-default {
    background-color: #002147;
}

.navbar-nav {
    float: right;
    margin-top: 3em;
}


.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 16px myriadSB;
    color: #fff;
    transition: all 0.5s ease;
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #631E01;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.navbar-default .navbar-nav>li.last .dropdown-menu {
    left: unset;
    right: 0;
}



/* ------------------------------------------------End of Navbar------------------------------- */



/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

.navbar #block-search-form {
    top: 1em;
    right: 0px;
    margin: 0px;
}

form#search-block-form {
    top: 0;
    right: 0.6em;
}

#edit-search-block-form--2 {
    background-color: #FBA862;
    border: 1px solid #FBA862;
    border-radius: 0;
    color: #000;
}

#edit-search-block-form--2::placeholder {
    color: white;
}


form#search-block-form .btn-default {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}


.top_navigation .block-search .input-group .input-group-btn button {
    position: relative;
    top: -25%;
    right: -56%;
}

.top_navigation .block-search .input-group .input-group-btn button::after {
    width: 34px;
    height: 34px;
    content: '';
    background: url(../images/Search-Icon.png);
    position: absolute;
    right: -23px;
    top: 54%;
    background-size: 100% 100%;
    transform: translateY(-50%);
    /* background-color: green; */
    -webkit-transform: translateY(-50%);
}

#search-block-form .form-control {
    background-color: #FBA862;
    border: #FBA862;
    border-radius: 0;
    color: white;
    border-bottom: 1px solid white;
}

#search-block-form .btn-primary>span {
    color: white;
    font-size: 14px;
    opacity: 0;
}


#search-block-form .btn.btn-default {
    background-color: transparent;
    border: 0px;
    font-size: 21px;
    color: #ff0;
    padding: 1.5px 10px;
}



input[id^="edit-keys"]::-webkit-input-placeholder {
    color: white !important;
}

#block-searchbuttonfront {}

#block-bootstrap-subtheme-search {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(100%);
}


#block-bootstrap-subtheme-search.appear {
    transform: scale(100%);
    -webkit-transform: scale(100%);
    z-index: 1;
    opacity: 1;
}

#block-searchbuttonfront {
    display: block !important;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 1.5em;
    top: 3.7em;
}




.searchButton {
    display: none;
}


#block-bootstrap-subtheme-search {
    position: absolute;
    width: 230px;
    height: auto;
    right: 2em;
    top: 8px;
    bottom: 14%;
}

.top_navigation .block-search .input-group {
    width: 85%;
}

.toggleSearch {
    background-image: url('../images/search icon-06.png');
    display: block;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 1.5em;
    top: 10px;
    cursor: pointer;
}

#edit-search-block-form--2 {
    background-color: #ffffff;
    border-image: none;
    border-radius: 0;
    border: 1px solid #2CBFD9;
    color: #000;
    display: none;
    height: 26px;
    right: 24.5px;
    top: 10px;
    width: 91%;
    position: relative;
}



/* ................Navigation Override................. */


.navbar .logo {
    height: 90px;
    margin-top: 2px !important;
    margin-bottom: 0;
    margin-left: 0.8em;
    padding-right: 0px;
    padding-left: 0px !important;
}

.navbar .logo img {
    height: 100%;
}

.navbar-default {
    background-color: transparent;
    margin: 0;
    margin-top: 0px;
    border-radius: 0;
    border: 0;
}

.navbar-nav {
    float: right;
    margin-top: 3.3em;
}

.navbar-default .navbar-nav>li {
    margin: 0 0.5em;
    display: inline-block;
    float: none;
    transition: all 0.5s ease;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    font: 16px robotoR;
    color: #594a41;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #f19021;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f19021;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #f19021;
    background-color: transparent;
}

.navbar-header {
    float: left;
    position: relative;
    z-index: 999;
}

.dropdown-menu>li>a {
    text-align: initial !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #f19021;
    color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #603813;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #f19021;
}

/* ----------------------------------------- */
/* SEARCH BAR */
/* ----------------------------------------- */

form#search-block-form {
    top: 5px;
    right: 0.6em;
}

#edit-search-block-form--2 {
    background-color: #FBA862;
    border: 0;
    border-radius: 0;
    color: #000;
}

#edit-search-block-form--2::placeholder {
    color: #fff;
}

form#search-block-form .btn-default {
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    background: url('../images/Search-Icon.png') no-repeat;
    height: 34px;
    width: 34px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}



/* ...................End Navigation override .................. */



.main-banner-container .main-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-banner-container .main-banner img {
    width: 100%;
    height: auto;
}

div[id ^='views_slideshow_cycle_div_main_banner-block_1'] {
    width: 100% !important;
}



/* ...............................................Start Model override.............................................. */
/* ----------------------------------------- */
/* Write OVERRIDE main Model Punjab Brofidient fund CSS overrides D7 Style */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* BANNER */
/* ----------------------------------------- */



#block-system-main {
    padding-bottom: 1em;
    min-height: 274px;
}

#page-title {
    color: #f19021;
}

#block-system-main h3 {
    color: #603813;
}

#block-system-main h4 {
    color: #d3de24;
}

.views-field-field-tenderfile a {
    background: url('../images/application-pdf.png') no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.front-section.section07.col-sm-12 .section-col.col-sm-8,
.front-section.section07.col-sm-12 .section-col.col-sm-4 {
    padding: 0;
}

.viewp_wrap {
    margin-bottom: 1.5em;
}

.viewp-title {
    text-align: center;
    min-height: 40px;
}

.noticep-wrap ul {
    padding-left: 1em;
}

.highp-date {
    font-weight: bold;
    margin-bottom: 5px;
}

#block-system-main .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.galleryp-image img {
    display: block;
    height: 165px;
    width: 220px;
    margin: 0 auto 1em;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.viewp-wrap {
    margin-bottom: 2em;
}

.galleryp-wrap {
    margin-bottom: 2em;
}

.galleryp-img img,
.video-pgallery iframe {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
    height: 39px;
    overflow: hidden;
}

.form-item,
.form-actions {
    margin: 18px 0;
}

.form-required {
    color: red;
}

#edit-submitted-email {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
    margin-bottom: 2%;
}




.galleryp-wrap {
    margin-bottom: 2em;
}

.galleryp-img img,
.video-pgallery iframe {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
    height: 39px;
    overflow: hidden;
}




.section-heading {
    font: 48px rubikB;
    color: #603813;
    text-align: center;
    margin-bottom: 1em;
}

.white-heading {
    color: #fff;
}

.section-para {
    font: 18px myriadR;
    color: #404041;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
}

.section-btn {
    display: block;
    width: 120px;
    background-color: #f19021;
    border: 1px solid transparent;
    color: #fff;
    font: 15px robotoR;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 0;
    transition: all 0.6s ease-in-out;
}

.section-btn:hover,
.section-btn:focus,
.section-btn:active {
    background-color: transparent;
    color: #f19021;
    border-color: #f19021;
    text-decoration: none;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER + BANNER ICONS */
/* ----------------------------------------- */

.flexslider {
    border: 0;
    margin: 0;
}

/******** ICONS *********/

.banner-icons-container {
    position: fixed;
    top: 16em;
    right: 0;
    z-index: 3;
}

.banner-icons-container a {
    text-decoration: none;
}

.banner-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.5em;
    transition: all 1s ease-in-out;
    transform: translateX(86%);
}

.banner-icon-wrap:hover {
    transform: translateY(0);
}

.banner-icon {
    height: 34px;
    width: 36px;
    transition: all 1s ease-in-out;
}

.banner-icon-wrap:hover .banner-icon {
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.ele-icon {
    background: url('../images/Icon-1.png') no-repeat;
}

.deer-icon {
    background: url('../images/Icon-2.png') no-repeat;
}

.banner-icon-text {
    background:
        #f19021;
    font: 16px robotoR;
    color:
        #fff;
    text-align: center;
    width: 220px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    margin-left: -6px;
    position: relative;
    z-index: -1;
}

/* ----------------------------------------- */
/* BANNER 2 WHAT WE OFFER */
/* ----------------------------------------- */

#block-banner2whatweoffer {
    background: url('../images/lines.png') no-repeat left 45px;
    padding: 3em 10em;
}

.wwo-wrap a {
    text-decoration: none;
}

.wwo-icon-wrap {
    display: flex;
    align-items: center;
    width: 185px;
    height: 185px;
    margin: 0 auto 2em;
    border-radius: 50%;
    transition: all 1.5s ease-in-out;
}

.wwo-wrap:hover .wwo-icon-wrap {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.wwo-icon-wrap1 {
    background-color: #f19021;
}

.wwo-icon-wrap2 {
    background-color: #d3de24;
}

.wwo-icon-wrap3 {
    background-color: #f9a960;
}

.education-icon {
    background: url('../images/Education-Programs-Icon.png') no-repeat;
}

.recreation-icon {
    background: url('../images/Recreation-icon.png') no-repeat;
}

.breeding-icon {
    background: url('../images/Conservation-and-Breeding.png') no-repeat;
}

.wwo-icon {
    height: 90px;
    width: 97px;
    margin: 0 auto;
    background-size: contain;
    transition: all 1s ease-in-out;
}

/*.wwo-wrap:hover .wwo-icon{
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
}*/

.wwo-title {
    font: 22px trocchiR;
    color: #594a41;
    text-align: center;
}

/* ----------------------------------------- */
/* BANNER 3 ADOPT AN ANIMAL */
/* ----------------------------------------- */

#block-banner3adoptananimal {
    background-color: #f19021;
    margin-top: 7em
}

.adopt-text-wrap {
    padding: 5.5em 0 0 5em;
}

.adopt-tagline {
    font: 24px trocchiB;
    color: #e6e7e8;
    word-spacing: 3px;
    margin: 0.5em 0 0.8em;
}

.adopt-btn a {
    display: block;
    width: 275px;
    max-width: 100%;
    font: 24px rubikB;
    color: #d3de24;
    text-decoration: none;
    padding: 0.8em;
    border: 2px solid #99631B;
    /*border-radius: 15px;*/
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.8s ease-in-out;
}

.adopt-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #603813;
    transition: 1s;
    transform: rotateX(90deg);
    z-index: -1;
    transition: all 0.8s ease-in-out;
}

.adopt-btn a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #603813;
    transition: 1s;
    transform: rotateY(90deg);
    z-index: -1;
    transition: all 0.8s ease-in-out;
}

.adopt-btn a:hover:before {
    transform: rotateX(0);
}

.adopt-btn a:hover:after {
    transform: rotateY(0);
}

.adopt-btn a:hover {
    color: white;
}


.adopt-animal-image img {
    margin-top: -6.8em;
}

/* ----------------------------------------- */
/* BANNER 4 PLAN YOUR VISIT */
/* ----------------------------------------- */

#block-banner4planyourvisit {
    background: url('../images/lines-plan.png') no-repeat right 15px;
    padding: 3em 2em 3em 0;
}

.plan-zoo-wrap {
    margin-bottom: 22px;
}

.plan-orange-heading {
    font: 24px robotoM;
    color: #f19021;
    margin-bottom: 7px;
}

.plan-para {
    width: 80%;
    font: 17px robotoR;
    color: #58585b;
    text-align: justify;
}

.plan-prices-wrap {
    /* display: flex; */
    margin-bottom: 22px;
}

.plan-prices-wrap .plan-tickets-wrap:first-of-type {
    margin-right: 6em;
    margin-bottom: 22px;
}

.plan-brown-heading {
    font: 22.5px robotoM;
    color: #8a5d3b;
    margin-bottom: 6px;
}

.plan-list ul {
    padding-left: 1.15em;
    margin: 0;
    list-style: square;
}

.plan-list li {
    font: 16px robotoR;
    color: #58585b;
    padding: 0.4em 0;
    text-align: justify;
}

.note-heading {
    font-size: 20px;
}

.note-list li {
    font-size: 14.5px;
}


/* ----------------------------------------- */
/* BANNER 5 MAKE DONATIONS/ZOO FRIEND */
/* ----------------------------------------- */

#block-banner5makedonations {
    /* background: url('../images/Background-Image.jpg') no-repeat center center/cover; */
    height: 523px;
    width: 100%;
    padding: 3em 2em;
}

#block-banner5makedonations .section-col {
    padding: 0;
}

.donations-text-wrap {
    background: url('../images/Make-Donation-Icon.png') no-repeat 259px bottom;
    padding: 0 16em 0 0;
    height: 481px;
}

.donations-heading {
    text-align: left;
    margin-bottom: 0.3em;
}

.donations-tagline {
    font: 22px robotoM;
    color: #c05b27;
    margin-bottom: 1em;
}

.donations-para {
    font: 19px robotoM;
    color: #6d6e70;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 1em;
}

.donations-btn .section-btn {
    width: 145px;
}

.donations-images-wrap {
    position: relative;
    height: 475px;
}

.friend-image {
    background: url('../images/Friend.png') no-repeat center center/contain;
    height: 497px;
    width: 577px;
    max-width: 100%;
    margin: 0 auto;
}

/*.friend-image{
    background: url('../images/Become-a-zoo-Friend.png') no-repeat center center/contain;
    height: 261px;
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
}*/

.contact-details {
    font: 20px robotoR;
    color: #fff;
    text-align: center;
}

.macao-pic {
    background: url('../images/02.png') no-repeat center center/contain;
    height: 263px;
    width: 263px;
    max-width: 100%;
    position: absolute;
    left: -16.6em;
    bottom: -6px;
}

.red-parrot-pic {
    background: url('../images/01.png') no-repeat center center/contain;
    height: 351px;
    width: 234px;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* ----------------------------------------- */
/* BANNER 6 GOT A COMPLAINT */
/* ----------------------------------------- */

#block-banner6complaints {
    background: url('../images/Complaint-Background.jpg') no-repeat center center/cover fixed;
    height: auto;
    padding: 4em 0;
}

.complaints-text {
    text-align: center;
}

.complaint-heading {
    font: 52px rubikB;
    color: #f19021;
    margin-bottom: 0.8em;
}

.complaint-tagline {
    font: 22px robotoM;
    color: #fff;
}

.complaint-data,
.complaint-data a {
    font: 24px robotoM;
    color: #f19021;
    text-decoration: none;
    margin-bottom: 0.8em;
}

.complaint-msg {
    font: 18px robotoR;
    color: #fff;
}

.complaint-image {
    display: flex;
    justify-content: center;
}

/* ----------------------------------------- */
/* BANNER 7 HOW TO REACH */
/* ----------------------------------------- */

.reach-heading {
    background-color: #F19021;
    padding: 0.3em 0;
    font: 36px rubikB;
    color: #fff;
    text-align: center;
}

#block-block-6 .section-col {
    padding: 0;
}

.map-wrap {
    height: 450px;
}

.map-wrap iframe {
    height: 100%;
}

.zoo-detail-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.zoo-detail-list ul li {
    position: relative;
    font: 16px robotoR;
    color: #404041;
    padding: 13px 0px;
    padding-left: 30px;
}

.zoo-detail-list ul li a {
    font: 18px robotoR;
    color: #404041;
    text-decoration: none;
}

.zoo-con-icon::before {
    content: '';
    height: 28px;
    width: 23px;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.zoo-add::before {
    background: url('../images/Address-Icon.png') no-repeat;
}

.zoo-mail::before {
    background: url('../images/Mail-Icon.png') no-repeat;
}

.zoo-ph::before {
    background: url('../images/Phone-Icon.png') no-repeat;
}

.contact-wrap {
    background-color: #F2F3F4;
    padding: 3em 1.5em;
    height: 450px;
}

.contact-header-image {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */

.footer-wrap {
    color: #fff;
    margin-top: -1px;
    font: 15px robotoR;
}

.footer-wrap a {
    font: 15px robotoR;
    color: #fff;
    text-decoration: none;
}

.footer-upper {
    background-color: #f19021;
    padding: 10px 0;
    text-align: center;
}

.footer-upper a {
    margin: 0 22px;
}

.footer-bottom {
    background-color: #603813;
    padding: 12px 0;
    font-size: 15px;
}

.copy-sec a,
.power-sec a {
    font-size: 15px;
}

.power-sec {
    text-align: right;
}




/******************************** **********************************/






/*..........................................*/
/* End override/Model CSS  */
/*............................................*/







/*********************************************************************************************************************
**********************************************************************************************************************/
/*.................End of Old override/Model  CSS..........*/
/*.................Start of Standered CSS.......................*/
/******************************************************************************/
/* ........................................................................................................... */
.inner-page .view-id-meetings .view-display-id-page .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-display-id-page_3 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-display-id-page_2 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.inner-page .field--name-field-full-date {
    font-weight: bold;
}

.inner-page .field--name-field-date {
    font-weight: bold;
}

.inner-page time {
    font-weight: bold;
}

.region.region-content .content p a {
    color: #09283c;
    text-decoration: underline;
    transition: all 0.6s ease;
}


/*..................Site Map Standered Code....................................*/

.sitemap {
    padding: 0 1.5rem;
    overflow-x: auto;
}

.sitemap h2 {
    /*font: 30px MontserratBold;*/
    margin-top: 0;
}

.sitemap .caret {
    display: none;
}

.sitemap ul {
    list-style-type: disc;
    float: none;
    background: transparent;
    padding: 0 0 0 1.5em;
    margin: 0 !important;
}

.site-btn {
    display: block;
    height: 38px;
    width: 113px;
    line-height: 38px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-family: myriadR;
    transition: all 0.5s ease-in-out;
}

.site-btn:hover,
.site-btn:focus,
.site-btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #1a1a1a;
}

.sitemap ul li {
    list-style-image: url('../images/list-bullet.png');
    float: none;
    display: list-item;
}

.sitemap ul li a {
    padding: 0;
    /* color: #171F32; */
    font: 16px myriadR;
    border-bottom: 1px dashed #0D2738;
    text-decoration: none;
    display: inline-block;
}

.sitemap ul li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #171F32 !important;
    font: 16px myriadR;
}

.sitemap-item ul li ul {
    position: initial;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    list-style: circle;
}

/*.................BacktoTop & Accescibility Control Resuable Standered Code.......................*/

body .uwy.userway_p5 .uai {
    top: auto;
    bottom: 76px !important;
    left: 13px;
    right: auto;
}

#backtotop {
    bottom: 80px !important;
}


/* .............................................................. */

/* ----------------------------------------- */
/* INNER PAGE REUSABLE COMPONENTS */
/* ----------------------------------------- */


/*Inner page*/
.inner-page {
    min-height: calc(105vh - 194.6px);
    padding-bottom: 1em;
    font: 16px myriadR;
    line-height: 1.5em;
    /* background: url(../images/pattren.png) no-repeat center center/cover fixed !important; */
    height: auto;
    background: url(../images/internal-bg.jpg) no-repeat fixed center center /cover;
    /* position: relative; */
    /* background-image: linear-gradient(rgba(246, 246, 246, 0.84), rgba(246, 246, 246, 0.64)), url('../images/internal-pg-bg.jpg'); */
}

.inner-page #page-title {
    font-family: myriadSB;
    margin-top: 16px;
    margin-bottom: 5px;
    border-bottom: transparent;
}

.inner-page h3 {
    color: #f19021;
}

.inner-page h4 {
    color: #603813;
}

.inner-page a {
    color: #603813;
    font: 16px myriadR;
}

.inner-page a:hover {
    color: #f19021;
}

.inner-page img {
    /* border-radius: 10px; */
    /*    margin: 0 15px !important;*/
}

time {
    font-weight: 600;
}

#internal-page-bg {
    background: url('../images/overview-bg.jpg') no-repeat center center/cover fixed;
    height: auto;
    position: relative;
}

#internal-page-bg::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    left: 0;
    top: 48px;
    opacity: 0.75;
    z-index: -1;
}



.breadcrumb a {
    font-size: 15px;
    color: #1A1A1A;
}



.inner-page ul li a {
    /* border-bottom: 1px dashed #333333; */
    text-decoration: none;
}

.inner-page a:hover {
    color: #f19021;
    border-bottom: 1px dashed #f19021;
}

.inner-page ul li {
    padding: 0.1em 0;
}

.rtecenter {
    text-align: center;
}

a {
    color: #0D2738;
}


img.image_style_basic {
    margin: 0 15px;
}

img.image_style_basic.important_img {
    margin: 0 15px;
}

img.DC_image_style {
    margin: 0 15px;
}

/*Breadcrumbs*/
.inner-page .breadcrumb {
    margin: 0 -15px;
    /* padding: .5rem 2rem; */
    border-radius: 0;
}

ol.breadcrumb a,
.breadcrumb>.active,
ol.breadcrumb:hover a {
    /* color: red; */
    /* font-size: 14px; */
    text-decoration: none;
}


.inner-page .breadcrumb li a {
    color: #1A1A1A;
}

.inner-page .breadcrumb>li+li::before {
    color: #1A1A1A;
}

/* .....................Tender Standred View ..................... */

.views-field-field-filepmdfc a {
    background: url(../images/application-pdf.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}






/* ..........................End of Inner Reuseable Standered Code............. */

/* ------------------------------------------------------------------------------------ */
/* Waleed WALEED REUSABLE COMPONENTS of heading */
/* ---------------------------------------------------------------------------------------- */

.section-container {
    padding: 3em 0;
}

#block-banner2overview .section-container {
    padding: 1em;
}

/* .section-heading {
    font: 36px lemonMilkR;
    color: #1d3051;
    text-align: center;
    margin-bottom: 0.75em;
}

.section-heading::after {
    content: '';
    display: block;
    height: 5px;
    width: 80px;
    background-color: #1D3051;
    margin: 0 auto;
} */

.white-heading {
    color: #fff;
}

.white-heading::after {
    background-color: #fff;
}

/* .section-para {
    font: 16px myriad;
    color: #4d4d4d;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
} */

















.inner-page h3 {
    color: #603813;
}

.inner-page h4 {
    color: #d3de24;
}

.inner-page ul {
    list-style-image: url('../images/list-bullet.png');
}

.inner-page ul li {
    padding: 0.5em 0;
}

.inner-page ul li a {
    border-bottom: 1px dashed #603813;
    text-decoration: none;
}


/* .inner-page p {
    text-align: justify;
    line-height: 1.65;
} */



.viewp_wrap {
    margin-bottom: 1.5em;
}



.inner-page .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.galleryp-image img {
    display: block;
    height: 150px;
    width: 220px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
}

.galleryp-title a {
    display: block;
    height: 20px;
    overflow: hidden;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.viewp-wrap {
    margin-bottom: 2em;
}

.galleryp-wrap {
    margin-bottom: 2em;
}

.galleryp-img img,
.video-pgallery iframe {
    display: block;
    height: 175px;
    width: 220px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
    height: 39px;
    overflow: hidden;
}

.form-item,
.form-actions {
    margin: 18px 0;
}

.form-required {
    color: red;
}

#edit-submitted-email {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit {
    margin-bottom: 2%;
}




/* ---------------------------------------End of Waleed reuseable components--------------------------------------------- */

/*-----------------------------------*/
/*Article Standered Reuseable*/
/*-----------------------------------*/
article[about='/Core_team1'] img {
    height: 150px !important;
    width: 150px !important;
    border-radius: 10px;
}

/* article[about='/about_us'] a, a:hover {
    font: 17px myriadR;
} */


article[about='/Media_Room'] a:hover {
    /* font: 17px myriadR; */
    border-bottom: 1px dashed rgba(46, 49, 128, 0.8);
    text-decoration: none !important;
    color: rgba(46, 49, 128, 0.8) !important;
}

article[about='/blog-page'] table td img {
    width: 100% !important;
    height: auto !important;
}

/* article[about='/our_boards'] .content table tr td {
    display: block !important;
    width: 100% !important;
} */

/* article[about='/guest-speakers'] .content table tr td {
    display: block !important;
    width: 100% !important;
} */


article[about='/core_team'] img {
    height: 150px !important;
    width: 150px !important;
    border-radius: 10px;
}

/*Bulet inner page*/

article .content ul {
    list-style: disc;
    color: #333333;
    font: 15px myriadR;
    padding: 0 0 0 1.5em;
    list-style-image: url(../images/bullet-abad.png);
}

article .content ul ul {
    list-style: circle;
}

article .content ul>li {
    position: relative;
}



/* ....................................Gallery Standered Code............................*/


/* ----------------------------------------- */
/* Gallery Inner Page Code  */
/* ----------------------------------------- */

.view-id-gallery .view-display-id-page_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.gallery-title {
    text-align: center;
}

.gallery-title a {
    /* font: 18px myriadSB;
    color: #333333;
    text-decoration: none; */
}

/*.gallery-title a:hover {
    font: 18px myriadSB;
    color: #CF7500;
    text-decoration: underline;
}*/

.gallery-wrapper:hover .gallery-title a {
    font: 18px myriadSB;
    color: #0A1F70;
    text-decoration: underline;
}

.galleryp-wrap {
    text-align: center;
    margin-bottom: 2em;
}

.gallery-item .gallery-img img {
    transform: scale(1);
    transition: all 0.6s ease;
    margin: 0 0.5em;
}

.inner-page .gallery-item .gallery-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
}

/* ----------------------------------------- */
/* Gallery Inner Page Code  */
/* ----------------------------------------- */

.view-id-duplicate_of_gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.gallery-title {
    text-align: center;
}

.gallery-title a {
    /* font: 18px myriadSB;
    color: black;
    text-decoration: none; */
}

/*.gallery-title a:hover {
    font: 18px myriadSB;
    color: #CF7500;
    text-decoration: underline;
}*/

.gallery-wrapper:hover .gallery-title a {
    font: 18px myriadSB;
    color: #CF7500;
    text-decoration: underline;
}

.gallery-item {
    margin-bottom: 30px;
}

.galleryp-wrap {
    text-align: center;
    margin-bottom: 2em;
}

.gallery-item .gallery-img img {
    transform: scale(1);
    transition: all 0.6s ease;
    margin: 0 0.5em;
}

.gallery-item .gallery-img {
    height: 146px;
    width: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.1em;
}

.gallery-wrapper .gallery-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.1);
}

.front-section .gallery-item:hover .gallery-img img {
    transform: unset;
}

.galleryp-image img {
    display: block;
    width: 220px;
    height: 165px;
    margin: 0 auto 1em;
}

.galleryp-title {
    text-align: center;
}

.galleryp-title:hover a {
    text-decoration: none;
}


.viewp-wrap .galleryp-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s ease;
}

.inner-page .view-gallery.view-id-gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-events .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-picture_gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.viewp-wrap:hover .galleryp-image img {
    transform: scale(1.2);

}

.viewp-wrap:hover .galleryp-title a {
    text-decoration: underline;
    color: #1D75BD;
}



.viewp-wrap .gallery-title {
    font-size: 20px;
    text-align: center;
}

/* ................................End Gallery Std................... */

/* Gallery*/
.gallery-item {
    margin-bottom: 30px;
}

.gallery-item .gallery-img {
    height: 150px;
    width: 220px;
    overflow: hidden;
    margin: 0 auto 0.7em;
}

.gallery-item .gallery-img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.2);
}

.gallery-item .gallery-title {
    font-size: 14px;
    text-align: center;
    border-radius: unset;
}

.gallery-title a {
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}


.viewp-wrap .galleryp-image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s ease;
}

.inner-page .view-gallery.view-id-gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-events .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

.inner-page .view-id-picture_gallery .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}



.viewp-wrap:hover .galleryp-image img {
    transform: scale(1.2);

}

.viewp-wrap:hover .galleryp-title a {
    text-decoration: underline;
    color: #1D75BD;
}



.viewp-wrap .gallery-title {
    font-size: 20px;
    text-align: center;
}

/* ................................End Gallery Std................... */

/*................... Core Team Standerd Code.................... */

.path-permanent-faculty {}

.path-permanent-faculty .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.path-permanent-faculty .view-content::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.path-permanent-faculty .views-row {}

.path-permanent-faculty .views-row:first-child {
    width: 100%;
}

.path-commandants-pg {}

.path-commandants-pg .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.path-commandants-pg .view-content::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.path-commandants-pg .views-row {}

.path-commandants-pg .views-row:first-child {
    width: 100%;
}

.team-item {
    display: block;
    padding: 5px;
    text-align: center;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    min-height: 247px;
    max-width: 270px;
    margin: 0 auto 20px auto;
}

.team-item .img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.team-item .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.6s ease;
    object-fit: cover;
}

.team-item:hover .img img {
    transform: scale(1.2);
}

.team-item .body {
    padding: 1em 0.75em;
}

.team-item .body .title {
    margin: 0;
    color: #f19021;
    font-size: 16px;
}

.team-item .body .title a {
    font-weight: bold;
    color: #f19021;
    font-size: 16px;
}


.team-item .body .designation {
    margin: 10px 0 0 0;
}

.inner-page .view-id-core_team .view-content {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    border-bottom: unset !important;
}

a.team_hover:hover {
    text-decoration: none;
}

/* .....................End of Core Team Standered Code............................ */


/*.............. Highlights Inner std code............. */

/*Highlights*/
.hpwrap .fdwrap {}

.hpwrap .fdwrap .fd {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font: 15px myriadB;
}

.row.mcc.highb-item-date-month {
    margin-top: 0.5em;
}

.hpwrap .twrap {}

.inner-page .page-header {
    border-bottom: none;
}


/* end high inner std .....................*/

/* ...........................Slick Carosal Code Standered ................................ */

.slick-arrow::before {
    color: transparent !important;
    background: url(../images/Left.png) no-repeat center center !important;
    left: -2em;
}

.slick-next::before {
    color: transparent !important;
    background: url(../images/Right.png) no-repeat center center !important;
    left: -2em;
}

.section04 nav.slick__arrow {
    TOP: 131%;
}

.section04 .slick-next {
    right: 46%;
    TOP: 29% !IMPORTANT;
}

.section04 .slick-prev {
    left: 46%;
    TOP: 29% !IMPORTANT;
}

/* ------------------------------------------------------------------------ */
/* ----------------------------------------- */
/* FOOTER  Standered Reuseable*/
/* ----------------------------------------- */

/* ----------------------------------------- */
/* FOOTER */
/* ----------------------------------------- */


.footer {
    padding: 0;
    margin-top: -2px;
}

.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footermenu {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}


/* ----------------------------------------------------- */
/* MEDIA QUERIES  */
/* ------------------------------------------------------ */


@media only screen and (max-width: 1024px) {

    /* override   */




    /* ............WRITE override CODE FOR 1024... */




    /*...........*/
    /*End of Override media query 1024*/


    .navbar-nav {
        width: 100%;
        float: none;
    }

    .navbar .logo img {
        top: 10em;
        left: 24em;
    }



}

@media only screen and (max-width: 760px) {



    .main_navigation .menu.nav li {
        display: block;
        margin: 0 0.6em;
    }

    .navbar .logo {
        width: 70%;
        margin-top: 0px !important;
        margin-bottom: 0px;
    }

    .navbar .logo img {
        width: 75%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .toggleSearch {
        right: 6px;
        top: 16em;
    }

    #edit-search-block-form--2 {
        right: 1.5em;
        top: 16em;
    }

    .header-wrap {
        display: none;
    }

    .d-table {
        display: block;
    }

    .d-table-cell {
        float: left;
        display: block;
    }

    .navbar .logo img {
        top: 7em;
        left: 17em;
    }


    .navbar {
        width: 100%;
    }

    .navbar-header {
        float: none !important;
    }

    .const-text-wrap .const-text {
        font: 14px rockwell;
    }

    .navbar {
        width: 100%;
    }

    .navbar .logo {
        width: 92% !important;
    }

    .navbar .logo img {
        width: 100% !important;
    }

    .navbar-toggle {
        margin-top: -20px !important;
        margin-right: 10px !important;
    }

    .gallery-item .gallery-img {
        display: block;
        overflow: hidden;
    }

    .gallery-wrapper .gallery-img {
        overflow: hidden;
    }



    #footer-links a {
        font-size: 12px;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        float: none;
        background-color: #ffffff;
    }

    .navbar-default .navbar-nav>li {
        margin: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 5px !important;
        margin: 0px !important;
        background-color: white;
        color: #333333 !important;
    }

    .navbar {
        min-height: 0px;
    }



    .toggleSearch {
        top: 2px;
    }


    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        /* color: #f19021 !important; */
    }



    #footer_lower {
        height: 5em;
    }

    .copy-sec.col-sm-6 {
        text-align: center;
    }

    #power_sec {
        text-align: center;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /*Code For Navbar in Mobile */
    .path-frontpage .navbar-default {
        width: 100%;
        /* border-bottom: 2px solid #27a9e0; */
    }



    .navbar-default {
        /* background-color: #0298D8;
        border-color: transparent; */
    }

    .path-frontpage header#navbar {
        position: unset !important;
        z-index: 0;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        opacity: 100%;
        overflow-x: hidden;
    }

    div#main_navigation {
        margin-right: unset;
    }

    .navbar-nav {
        width: 100%;
        float: none;
        margin-top: 8px !important;
        /*padding-left: 25% !important;*/
    }

    .navbar-default .navbar-nav>li {
        margin: 0px 12px !important;
    }



    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    form#search-block-form {
        /* right: 0px !important; */
    }

    .navbar-default .navbar-nav>li {
        margin: 0px 8px !important;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar.container-fluid {
        padding: 0 !important;
    }

    .navbar .logo {
        width: 75%;
        margin: 2px 0 0 5px !important;
    }

    .navbar .logo img {
        width: 70%;
    }

    .main_navigation .menu.nav li a {
        color: #fff;
        position: relative;
    }



    /*Model Code Mobile*/
    .navbar-header {
        float: none !important;
        padding: 8px;
        /* padding-bottom: 1px; */
    }

    .success-wrapper {
        margin-bottom: 2em;
        display: block;
        margin: 1em;
    }

    .navbar .logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
        width: 88%;
    }

    .navbar .logo img {
        width: 90%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar.container>.container {
        display: block;
    }

    .navbar-default {
        /* background-color: #002147 !important; */
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial !important;
    }

    .toggleSearch {
        top: 0px !important;
        position: relative !important;
        left: 14.5em !important;
    }

    form#search-block-form {
        top: 0px !important;
    }

    .stories-wrap {
        margin-bottom: 2em;
    }

    .footer-wrap,
    .footer-wrap a {
        font-size: 12px;
    }

    .footer-links a {
        margin: 0 5px;
    }

    .copy-sec,
    .power-sec {
        text-align: center;
    }



    .main_navigation .menu.nav .open .dropdown-backdrop {
        display: none;
    }

    .main_navigation .menu.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;
    }

    .main_navigation .menu.nav .dropdown-menu li a {
        color: #333333;
        padding: 5px 20px;
    }

    .main_navigation .menu.nav .dropdown-menu li a:hover,
    .main_navigation .menu.nav .dropdown-menu li a:focus,
    .navbar-default .navbar-nav>.active>a:visited,
    .main_navigation .menu.nav .dropdown-menu li a.active {
        background-color: #fff;
        color: #0D2738;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-left: 0em;
        width: 100%;
    }



    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:visited,
    .navbar-default .navbar-nav>.active>a:focus {
        /* color: red !important;
        background-color: transparent; */
    }


    .inner-page .view-gallery.view-id-gallery .view-content {
        display: block;
        text-decoration: none;
        border-bottom: unset !important;
    }

    .footer-bottom .copy-right,
    .footer-bottom .powered-by {
        text-align: center;
    }

    .navbar-header {
        float: none !important;
    }

    .navbar .logo {
        height: auto;
        margin: 3px 8px !important;
        /* padding-left: 5px !important; */
    }

    .navbar .logo img {
        width: 88%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 2.5em !important;
        margin-right: 10px !important;
        justify-content: center;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
        background-color: rgba(46, 49, 128, 0.8);
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    #block-weather-system-2 {
        display: none;
    }

    #block-search-form {
        position: initial !important;
        background-color: #2E3180;
        width: 100%;
        padding-bottom: 0.5em;
    }

    /* .............       Write Mobile override Model Mobile here */

    .navbar-header {
        float: none !important;
    }

    .navbar .logo {
        margin-top: 0px !important;
        margin-bottom: 0px;
        width: 80%;
        height: auto;
    }

    .navbar .logo img {
        width: 90%;
    }

    .navbar {
        width: 100%;
    }

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar.container>.container {
        display: block;
    }

    .navbar-default {
        /*background-color: rgba(46,49,128,0.8) !important;*/
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        padding-top: 5px !important;
        width: 100%;
        float: none;
        text-align: left;
        position: initial;
    }

    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial !important;
    }

    .toggleSearch {
        top: 0px !important;
        position: relative !important;
        left: 14.5em !important;
    }

    form#search-block-form {
        top: 0px !important;
    }

    .section-container {
        padding: 2em 0;
    }

    .section-heading {
        font-size: 26px;
        margin-bottom: 0.5em;
    }

    #block-banner2whatweoffer {
        background-size: 90px;
        background-position: left 15px;
        padding: 2em 0;
    }

    .banner-icons-container {
        display: none;
    }

    .wwo-wrap {
        margin-bottom: 2em;
    }

    .wwo-icon-wrap {
        width: 140px;
        height: 140px;
        margin-bottom: 1.2em;
    }

    .wwo-icon {
        height: 65px;
        width: 65px;
    }

    .wwo-title {
        font-size: 16px;
    }

    #block-banner3adoptananimal {
        margin: 0;
    }

    .adopt-text-wrap {
        padding: 2em 0.5em;
    }

    .adopt-heading-image {
        width: 150px;
    }

    .adopt-tagline {
        font-size: 16px;
    }

    .adopt-btn a {
        width: 170px;
        font-size: 15px;
        position: relative;
        z-index: 4;
    }

    .adopt-animal-image img {
        margin-top: -5em;
    }

    #block-banner4planyourvisit {
        background-size: 65px;
        background-position: right 15px;
        padding: 2em 0;
    }

    .plan-main-image {
        margin-bottom: 1.5em;
    }

    .plan-orange-heading {
        font-size: 18px;
    }

    .plan-para {
        font-size: 15px;
        width: 100%;
    }

    .plan-brown-heading {
        font-size: 16px;
    }

    .plan-prices-wrap .plan-tickets-wrap:first-of-type {
        margin-right: 3em;
    }

    .plan-list li {
        font-size: 14px;
    }

    #block-banner5makedonations {
        background: none;
        height: auto;
        padding: 0;
    }

    .donations-text-wrap {
        background-color: #E7E8EC;
        padding: 2em 1em;
        background-image: none;
        height: auto;
    }

    .donations-tagline {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

    .donations-para {
        font-size: 14.5px;
        line-height: 1.5;
        margin-bottom: 1.5em;
    }

    .donations-images-wrap {
        background-color: #F69223;
        height: auto;
        padding-top: 1.5em;
    }

    .friend-image {
        height: 275px;
    }

    .macao-pic {
        display: none;
    }

    #block-banner6complaints {
        padding: 2em 0;
    }

    .complaint-heading {
        font-size: 25px;
        margin-bottom: 0.5em;
    }

    .complaint-tagline {
        font-size: 16px;
        margin-bottom: 0.4em;
    }

    .complaint-data,
    .complaint-data a {
        font-size: 18px;
    }

    .complaint-msg {
        font-size: 15px;
        margin-bottom: 1.5em;
    }

    .reach-heading.row {
        font-size: 25px;
    }

    .map-wrap {
        height: 280px;
    }

    .contact-wrap {
        height: auto;
        padding: 2em 1em;
    }

    .contact-header-image {
        width: 85px;
        margin: 0 auto 0.5em;
    }

    .zoo-detail-list ul li,
    .zoo-detail-list ul li a {
        font-size: 13px;
    }

    .footer-upper {
        padding: 8px 0;
    }

    .footer-upper a {
        margin: 0 7px;
        font-size: 12px;
    }

    .footer-bottom {
        padding: 8px 0;
        font-size: 12px;
        text-align: center;
    }

    .power-sec {
        text-align: center;
    }

    .copy-sec a,
    .power-sec a {
        font-size: 12px;
    }


    /* ---------------End of override Mobile Model override 700 -------------------*/


}

/*.......................End Mobile 760 Media Query................*/

/*..................Start of Mobile 500 & less media query...............*/
@media screen and (max-width: 576px) {

    .navbar .logo img {
        width: 50%;
    }

    /*            Override 576 Query*/


    /*          End of 500 media Override 576 PB fund       */

    .navbar-toggle {
        margin-top: 18px !important;
        margin-right: 10px !important;
    }

    article[about='/contact_us'] .content table tr td {
        display: block !important;
        width: 100% !important;
    }

    article[about='/contact_us'] .content {
        overflow-x: auto;
    }

    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        float: none;
        background-color: white;
    }

    .navbar-default .navbar-nav>li {
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .navbar-default .navbar-nav>li:hover {
        border: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 5px !important;
        margin: 0px !important;
    }

    .navbar #block-search-form {
        position: initial;
    }

    /* form#search-block-form {
        top: 63px !important;
        position: absolute;
        right: 32%;
    } */

    .top_navigation {
        /* margin-top: 3em; */
    }

    #block-bootstrap-subtheme-search {
        position: unset;
        margin: 0 auto;
    }

    #edit-search-block-form--2 {
        background-color: white !important;
    }

    #edit-search-block-form--2::placeholder {
        color: dimgray;
    }

    .inner-page {
        min-height: 342px;
    }

    .footer-upper-wrap {
        display: block;
        text-align: center;
    }

    .footer-icons {
        text-align: center;
        margin-top: 10px;
    }

    .footer-upper a {
        font-size: 15px;
        margin: 0 10px;
    }

    .footer-bottom {
        font-size: 15px;
        font-family: 'myriadR';
        text-align: center;
    }

    .footer-bottom a {
        font-size: 15px !important;
    }

    .power-sec {
        text-align: center;
        margin-top: 6px;
    }


    .block-views-blockhighlights-block-1 .site-btn-wrap a {
        margin-top: 2em !important;
    }


    time {
        font-weight: bold;
    }

}

/*..................Start of small Mobile 300 & less media query...............*/
@media screen and (max-width: 380px) {

    /* override 300 css start */




    /* override css end */
}

/*.............................................................*/
/*............End of Mobile 500 Media Query................. */
/*................................................................*/


@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
    .navbar .logo {
        margin: 0;
        margin-left: 0.5em;
        /* margin-bottom: 0.5em; */
    }

    .top_navigation::after {
        content: '';
        clear: both;
        display: block;
    }

    .navbar-default .navbar-right {
        float: unset !important;

    }

    .navbar-right {
        display: flex;
        /* flex-direction: column-reverse; */
        justify-content: flex-end;
        align-items: stretch;
        float: unset;
    }


    .top_navigation .block-search {
        border-radius: 0px !important;
        height: 35px !important;
        position: relative;
        border: none;
        color: dimgray;
        display: block;
        width: 100%;
        min-height: 42px;
        top: 0px;
        background-color: transparent !important;
    }

    #search-block-form {
        float: none;
        margin: 0;
    }

    #search-block-form .form-type-search {
        margin: 0;
    }

    .top_navigation .block-search::after {}

    .top_navigation .block-search .input-group {}


}

/*End of min 700 small screen*/

/* for collapsable navigagion for tab screens*/
@media (max-width: 991px) {}

@media screen and (min-width: 992px) {
    .navbar.container {
        /* position: absolute; */
        top: 0;
        width: 100%;
        background-color: transparent;
    }
}

@media screen and (min-width: 1300px) {

    /*    write your 1200 and above code here*/


    /* end override  */

}

@media screen and (min-width: 767px) {


    .navbar.container {
        /* background-color: rgba(120, 163, 58, 0.65) !important; */
        z-index: 8;
    }


}

/*.................End of All Media Queries ........................*/


/*Between MediA Query*/


/* No less than 1100px, (Maria screen) no greater than 1300px */
@media (min-width:1100px) and (max-width:1300px) {


    /* ---Override 1100 to 1300 Start---- */

    /* ---end  override--- */

    .center_header_button span {
        position: absolute;
        top: 0;
        right: 0;
        font: 25px 'myriad', sans-serif;
        color: #fff;
    }

    form#search-block-form {
        width: 250px;
        float: right;
        margin-right: 10px;
    }

    /* form#search-block-form {
        width: 100%;
        position: absolute;
        top: -88px;
        float: right;
        margin-right: 10px;
    } */

    div#main_navigation {
        /* margin: 4em 0em 0em 2em;
        margin-right: -11em; */
        margin: 0.1em 0 0;
    }



    /* .top_navigation .block-search .input-group .input-group-btn button::after {
        width: 20px;
        height: 20px;
        content: '';
        background: url(../images/search_icon-removebg-preview.png);
        position: absolute;
        right: 0;
        top: 40%;
        background-size: 100% 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    } */

    /* .slick button, .slick--thumbnail .slick__slide img{
        display: none !important;
    } */

    .slick-dots li button::before {
        font-size: 12px;
        font-size: 1rem;
        margin-top: 1em;
    }



    .front-section.section02.col-sm-12 {
        padding: 0;
        padding: 0em 0 0em 0;
    }

    #search-block-form .input-group {
        display: block;
        position: absolute;
        width: 80%;
        right: 29px;
        top: 0px;
    }

    /* div#top_navigation {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 180px;
        height: auto;
    } */

    .main_navigation .menu.nav li {
        display: inline-block;
        margin: 0 0.6em;
        font-size: 0px;
    }

    #search-block-form .form-control {
        /* margin: 0em 1em 0em 3.5em; */
    }



    .navbar .logo {
        /* padding-left: 10px !important; */
        margin-top: 0px;
    }

    .navbar .logo img {
        height: 80%;
        /* margin-top: 1em; */
    }

    .navbar .logo {
        /* margin-top: 8px !important; */
    }

    .navbar-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        float: unset;
    }

}


/* Developed By Talha Nadeem - Software Engineer PITB */