﻿@font-face {
    font-family: helvetic;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-light.ttf) format('truetype')
}

@font-face {
    font-family: helvetic-bold;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-bold.ttf) format('truetype')
}

@font-face {
    font-family: helvetic-roman;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/helvetican/helveticaneueltarabic-roman.ttf) format('truetype')
}

html body * {
    font-family: helvetic !important
}

.Logo {
    margin-right: 15px;
    width: 110px;
    width: 260px
}

p {
    line-height: 1.5 !important
}

.Menu {
    margin-top: 1%;
    margin-bottom: 0;
    align-self: center
}

.social {
    margin-left: 15px
}

    .social ul li {
        margin-right: 3px;
        width: 30px;
        font-size: 18px
    }

        .social ul li a {
            color: #656565;
            background: rgba(87,94,99,.5);
            background: 0 0;
            text-align: center;
            border-radius: 50%;
            padding: 3px;
            position: relative;
            transition: 250ms;
            overflow: hidden;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .social ul li:hover a {
            color: #fff;
            box-shadow: 2px 9px 6px -3px #eaeaea
        }

        .social ul li a:before {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: rgba(87,94,99,.5);
            content: "";
            z-index: 1;
            transition: 250ms;
            transform: translateY(-102%)
        }

        .social ul li a .svg-inline--fa {
            position: relative !important;
            z-index: 10 !important
        }

        .social ul li a:hover:before {
            transform: translateY(0)
        }

        .social ul li a.twitter:before {
            background: #213051
        }

        .social ul li a.facebook:before {
            background: #42599e
        }

        .social ul li a.instagram:before {
            background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%)
        }

        .social ul li a.linkedin:before {
            background: #117eb9
        }

        .social ul li a.rss:before {
            background: #eb6122
        }

        .social ul li a.youtube:before {
            background: #d42622
        }

        .social ul li a.phone:before {
            background: #41b01e
        }

.home-bg {
    padding-bottom: 33%;
    background-size: cover;
    background-position: center;
    margin: 0 2.4vw;
    margin-top: 20px
}

.search {
    position: relative
}

.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg,#8a8a8d,rgba(138,138,141,.6));
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

    .search-popup.open {
        opacity: 1;
        visibility: visible
    }

    .search-popup .search-close {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        width: 30px;
        height: 30px;
        padding: 20px;
        cursor: pointer
    }

.search-box {
    width: 100%;
    max-width: 700px;
    padding: 15px;
    display: flex
}

.search-bar {
    background: #fff;
    border: none;
    outline: 0;
    padding: 8px 12px;
    font-size: 16px;
    width: 100%
}

#BtnSearch, #ImgSearch {
    background: #f26729;
    display: flex;
    cursor: pointer;
    padding: 14px 15px;
    color: #fff;
    width: auto;
    object-fit: contain;
    width: 21px;
}

.search-Btn {
    float: left;
    background: 0 0;
    text-align: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    color: #656565;
    cursor: pointer;
    opacity: .8;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 18px
}

.open-search-btn {
    padding: 3px
}

.search-Btn:hover {
    opacity: 1;
    color: #fff;
    background: #575e63;
    box-shadow: 2px 9px 6px -3px #eaeaea
}

#newSlider {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 100px
}

.slick-track {
    right: 0 !important
}

.slick-list {
    width: 100%
}

.slick-slide {
    float: right !important
}

.slick-dots li button:before {
    font-size: 60px !important
}

.slick-dots li.slick-active button:before {
    color: #777 !important
}

.slick-slide {
    position: relative;
    overflow: hidden
}

    .slick-slide a img {
        width: 100%
    }

.silderCaption {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    background: rgba(209,209,209,.75);
    width: calc(100% - 30px);
    padding: 15px;
    justify-items: center;
    color: #f54906;
    transition: .25s linear
}

    .silderCaption:hover {
        background: rgba(209,209,209,.9)
    }

.slick-next, .slick-prev {
    top: 0 !important;
    bottom: 70px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 5% !important;
    height: 100% !important;
    transition: .25s linear;
    margin: 0 2vw
}

.slick-prev {
    left: 0 !important;
    z-index: 999 !important;
    opacity: .4
}

.slick-next {
    right: 0 !important;
    z-index: 999 !important;
    opacity: .4
}

    .slick-next:hover, .slick-prev:hover {
        opacity: .9
    }

.slick-prev:before {
    content: url(/BIPD/gif/Arrow-L.png) !important
}

.slick-next:before {
    content: url(/BIPD/gif/Arrow-R.png) !important
}

.SliderShadow {
    margin-top: -20px !important
}

.f-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7000;
    border-bottom: 1px solid rgba(135,135,138,.6) !important
}

._topMenu.f-nav {
    transition: all .5s
}

._topMenu {
    background: #fff;
    border-bottom: 1px solid #fff
}

.f-nav .Logo {
    margin-top: 10px;
    width: 230px
}

.output-paging .owl-dots {
    float: left
}

.col-100 {
    width: 100%;
    float: left;
    margin-top: 20px
}

.col-20 {
    width: 20%;
    float: left;
    text-align: left
}

.col-80 {
    width: 80%;
    float: left
}

.btn-c-primary {
    padding: 0 16px;
    background-color: #fb6f17;
    border: 0;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0;
    text-decoration: none
}

.BODBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.BODMember {
    margin: 15px;
    width: calc((100% / 3) - 42px);
    float: none;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    transition: .3s
}

.MemberPhoto {
    width: 100%;
    float: none;
    margin: 0;
    position: relative
}

.MemberName, .MemberPosition {
    text-align: center
}

.MemberAbstract {
    float: none;
    margin: 10px;
    width: calc(100% - 20px)
}

.BODMember:hover {
    background: #ebebeb
}

.BODMember:hover {
    background: #e5e5e5
}

span.bod-style1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 25%;
    width: 25%;
    border: 2px solid transparent;
    border-top-color: #fb6400;
    border-right-color: #fb6400;
    transition: .3s;
    opacity: 0
}

span.bod-style2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 25%;
    border: 2px solid transparent;
    border-bottom-color: #fb6400;
    border-left-color: #fb6400;
    transition: .3s;
    opacity: 0
}

.MemberPhoto:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    background: 0 0;
    content: "";
    transition: .3s
}

.BODMember:hover .MemberPhoto:before {
    background: rgba(251,100,0,.1)
}

.BODMember:hover span.bod-style1 {
    opacity: 1
}

.BODMember:hover span.bod-style2 {
    opacity: 1
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .row > div {
        position: relative;
        width: 100%
    }

@media (min-width:767px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:767px) {
    .col-md-55 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.gallery-img {
    padding-bottom: 61%;
    background-position: center;
    background-size: cover;
    position: relative
}

.gallery-box {
    padding: 15px;
    text-decoration: none !important;
    display: block;
    cursor: pointer
}

.gallery-img {
    padding-bottom: 61%;
    background-position: center;
    background-size: cover
}

.gallery-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 145%;
    margin-top: 5px;
    color: #000
}

.gallery-date {
    color: grey;
    font-size: 15px
}

.gallery-insider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s
}

.gallery-box:hover .gallery-insider {
    background: rgba(255,255,255,.2)
}

.gallery-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
    background: linear-gradient(-45deg,transparent 50%,rgba(0,0,0,.55) 50%);
    text-align: left;
    transition: .3s;
    opacity: .5
}

.gallery-box:hover .gallery-icon {
    opacity: 1
}

.gallery-icon svg {
    color: #cacaca;
    font-size: 20px;
    margin: 10px;
    transition: .3s
}

.gallery-box:hover .gallery-icon svg {
    color: #fff
}

.slick-slide a img {
    height: 35vw
}

.gallery-box a {
    text-decoration: none
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem
}

.custom-control-input {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    box-sizing: border-box;
    padding: 0
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        right: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
        margin-top: 9px
    }

    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    margin-top: 9px
}

.custom-control *, .custom-control ::after, .custom-control ::before {
    box-sizing: border-box
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ef3e0a;
    background-color: #ef3e0a
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.two-lines {
    display: flex;
    justify-content: space-between
}

.OutputSliderIn .owl-stage {
    display: flex
}

.box-item {
    height: calc(100% - 15px);
    padding: 10px
}

.block-container {
    height: 100%;
    border-radius: 4px;
    opacity: .9;
    transition: 150ms;
    box-shadow: 0 0 0 1px #959598;
    overflow: hidden
}

    .block-container:hover {
        opacity: 1;
        box-shadow: 0 0 0 2px #959598
    }

.block-head {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 47px;
    font-size: 22px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.box-item a {
    text-decoration: none !important;
    color: #f54906
}

.block-head-text {
    position: relative;
    top: -4px;
    color: #fff
}

.box-item a {
    text-decoration: none !important;
    color: #f54906
}

.box-thumb {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -1px
}

.box-date {
    color: #272727;
    margin: 0 15px
}

.box-ttl {
    padding: 0 15px;
    color: #fb6400;
    line-height: 30px;
    margin-bottom: 10px
}

.box-desc {
    padding: 0 15px;
    line-height: 30px
}

.box-thumb img {
    width: 100%
}

/* Home Page Boxes */

.home-menu-boxes {
    width: 93%;
    margin: 78px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.home-box-col {
    flex: 1 1;
}

.home-box {
    display: block;
    background: #f3f3f3;
    height: 100%;
    text-align: center;
    padding: 19px;
    text-decoration: none;
    margin: 0 15px;
    color: #8e8e8e;
    cursor: pointer;
    transition: .3s;
}

.home-menu-boxes *, .home-menu-boxes *:before, .home-menu-boxes *:after, .home-menu-boxes {
    box-sizing: border-box;
}

.home-box-icon {
    height: 90px;
    width: 90px;
    border: 1px solid;
    border-radius: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

    .home-box-icon svg {
        height: 100%;
        width: 100% !important;
        padding: 23px;
        position: relative;
        z-index: 2;
        transition: .3s;
    }

.home-box-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    margin-top: 8px;
}

.output .owl-dots {
    margin-top: -43px;
}

.home-box-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fb6400;
    z-index: 1;
    transform: translateY(-100%);
    transition: .3s;
}

.home-box:hover .home-box-icon {
    border-color: #fb6400;
    color: white;
}

    .home-box:hover .home-box-icon:before {
        transform: inherit;
    }

.home-box:hover {
    background: #ececec;
    color: #fb6400;
}

.output-paging .owl-dots {
    float: none !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0px;
}

    .output-paging .owl-dots > div:first-child {
        margin: 0;
    }

.output-paging .owl-dot img {
    width: 15px !important;
}

.output-paging .owl-dots .owl-dot {
    width: auto;
}

.bipd-banner-bg {
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-100 {
    background-size: 100% 100%;
}

.home-box-bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .2s;
    opacity: 0;
}

.home-box:hover .home-box-bg-hover {
    opacity: 1;
}

/* Election Form */

.bipd-control {
    width: 30%;
    border: 1px solid #c5c5c5;
}

.choice-control {
    width: 100%;
}

table.choice-control td {
    padding: 10px;
}

table.choice-control label {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.local_label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 4px;
}

.dynamic_label {
    margin-top: 25px;
}

.form_container {
    display: block;
    width: auto;
    margin-right: 25px;
    font-size: 12px;
}

.name-control {
    width: 7%;    
    border: 1px solid #c5c5c5;
}


.RedMsg {
    color: red;    
}

.OrangeMsg {
    color: darkorange;
}

.GreenMsg {
    color: green;    
}

.bipd-btn {
    padding: 0px 25px;
    border: 3px solid #fafafa;
    background: #ff671b;
    color: white;
    font-size: 16px;
    box-shadow: 0 0 0 2px #9d9da0;
}

.required::after {
    color: red;
    content: "*";    
}

.btn-container {
    text-align: center;
    margin-top: 30px;
}

.bipd-btn:first-child {
    margin-left: 30px;
}

.bipd-btn.bipd-grey {
    background: #8a8a8d;
}

.line-before:before {
    content: ' ';
    display: block;
}


/* The Modal (background) */
.regModal {    
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.regModal-content {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);    
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.regModal-header {
    padding: 2px 16px;    
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.regModal-body {
    padding: 2px 16px;
}

.alertBoxContent {
    margin: 10px;
}

/* Election Form END */


.counter {
    color: #f85005;
    text-align: center;
    font-weight: bold;
}