/* Your CSS code goes here
-------------------------------------- */
a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.fix{}
.fix:after{
    content:'';
    display:table;
    clear:both;
}
body{
    direction: ltr;
    font-family: 'HeeboRegular';
    font-size:14px;
    line-height: 18px;
    overflow-x: hidden;
}
body.pojo-title-bar #header{
    background: #fff !important;
    height: auto;
    padding-bottom: 0px;
}
#header{
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9) !important;
    z-index: 99;
}
.header_language_area {
    background:#d8e3eb;
}
.language {}
.language ul.menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    float: right;
    min-width: 100px;
}
.language ul.menu>li{
    position: relative;
}

.language ul.menu>li>a{
    color: #2a66c8;
    display: block;
    padding: 7px 17px;
    position: relative;
    text-align: right;
}
.language ul.menu>li>a:before{
    content:'';
    display: block;
    border-top: 5px solid #5b6b75;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px;
}
.language ul.menu>li>ul.sub-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: #d8e3eb;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.language ul.menu>li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.language ul.menu>li>ul.sub-menu>li{}
.language ul.menu>li>ul.sub-menu>li>a{
    display: block;
    padding: 8px 10px;
    color: #2a66c8;
    text-align: center;
}
.header_area {
    padding-top: 5px;
    border-bottom: 1px solid #ebebeb;
}
#header.logo-right .logo{
    width: 15% !important;
    text-align: right;
}
#header.logo-right .logo .logo-img{
    max-width:150px;
    display:inline-block;
}
#header.logo-right .nav-main{
    /* position: relative; */
}
#header.logo-right .nav-main .navbar-collapse{
    padding: 0px;
}
#mega-menu-wrap-primary{
    background: transparent;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul, body.pojo-title-bar .sticky-header-running, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    top: 100% !important;
    background: rgba(255, 255, 255, 0.95);
    width: 200px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    top: 92px !important;
    left:inherit;
    background: rgba(249, 249, 249, 0.95);
    padding: 10px;
    right: 0px;
}
.sticky-header  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    top: 80px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul{
    padding: 0;
    list-style: none;
    text-align: left;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul>li{
    border-bottom: 1px solid #ddd;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul>li:last-child{
    border-bottom: 0px solid #ddd;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul>li>a{
    line-height: 20px;
    border: 1px solid transparent;
    padding: 5px;
    font-size: 16px;
    color: #0074be;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item>a.mega-menu-link{
    background: #0074be;
    color: #fff;
    border-color: #ebebeb;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul>li>a:hover{
    
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu>li ul>li>a:hover{
    background: #0074be;
    color: #fff;
}
.sf-menu>li ul.sub-menu{
    padding-top: 0px;
    background: rgba(249, 249, 249, 0.95);
}
.sf-menu>li .sub-menu li {
    background-color: transparent;
}
.sf-menu>li{
    float:right;
}
.header_area .sf-menu>li, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    padding: 26px 0px;
    float: left;
}
.sticky-header .sf-menu>li, .sticky-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    padding: 20px 0px;
}
.sf-menu>li.partner, body.rtl .sf-menu>li.partner, .header_area .sf-menu>li, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-partner {
    float: right;
}
.sf-menu li.partner>a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-partner>a.mega-menu-link{
    color: #0074be;
    background:#f4ac00;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.sf-menu li.partner>a:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-partner>a.mega-menu-link:hover{
    background:#f07c00;
}
.sf-menu li a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    line-height: 25px;
    border: 1px solid transparent;
    padding: 6px 10px;
    font-size: 20px;
    color: #0074be;
}
.sf-menu a:hover, .sf-menu li.current-menu-item > a, .sf-menu .sfHover > a, .sf-menu .sfHover > li.current-menu-item > a, 
.sf-menu li.current-menu-ancestor > a, .mobile-menu a:hover, .mobile-menu li.current-menu-item > a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
    background: #0074be;
    border-color: #ebebeb;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    font-size: 18px;
    text-align: left;
    color: #0074be;
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{
    border-bottom: 1px solid #cfc4c9;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child{
    border-bottom: 0px solid #cfc4c9;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background: #0074be;
    color: #fff;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul, body.pojo-title-bar .sticky-header-running {
    top: 40px;
}
body.rtl #header.logo-left .logo, body.rtl .sticky-header.logo-left .logo {
    float: right !important;
    width: auto;
}
#header.logo-left .nav-main{
    float: right;
    margin-left: 5%;
    width: 80%;
}
.sticky-header.logo-left .nav-main{
    float: right;
    margin-left: 5%;
    margin-top: 0px;
    width: 80%;
}
.sticky-header{
    padding: 0px 0px;
    background-color: rgba(243, 239, 239, 0.9) !important;
}
.sticky-header .sf-menu>li.pojo-menu-search, .sticky-header .sf-menu>li>a {
    line-height: 25px;
}
.sticky-header .logo{
    padding: 0px;
    margin-top: 8px;
    text-align: right;
}
.sticky-header .logo-img{
    width: 70%;
    display: inline-block;
}
.forcefullwidth_wrapper_tp_banner{
    direction:ltr;
}
/*.header_banner {
    min-height: 131px;
}*/
.header_banner img{
    width: 100%;
    height: auto;
 /*min-height:545px;*/
  max-height:545px;
}
body.rtl .forcefullwidth_wrapper_tp_banner{
    direction:ltr;
}
.forcefullwidth_wrapper_tp_banner .tp-caption{
    /* direction:rtl; */
}
.forcefullwidth_wrapper_tp_banner .banner_btn {
    background: #f4ac00 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.forcefullwidth_wrapper_tp_banner .banner_btn:hover {
    background: #f07c00 !important;
    color:#fff !important;
}
.home_coundown {}
.home_coundown .pojo-numbers-number{
    margin-bottom: 0px;
}
.home_coundown .pojo-numbers-number .pojo-animated-numbers{
    font-family: 'HeeboBold';
}
.home_coundown .pojo-numbers-title{
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.home_coundown .pojo-numbers-title:after{
    content:'';
    height: 12px;
    width: 75px;
    background: #f4ac00;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -37px;
}
.theme_title{}
.theme_title h1{
    margin: 0px;
    position: relative;
}
.about_content {
}
.about_content .pb-widget-title{
    text-align: center;
    color: #a3cd39;
    font-size: 53px;
    font-weight: normal;
    line-height: 65px;
    margin: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    font-family: 'HeeboBold';
}
.about_content .pb-widget-title:after{
    border-width: 12px 0px 0px;
    width: 70px;
    max-width: inherit;
    left: 50%;
    margin-left: -35px;
    bottom: 0px;
}
.about_content .textwidget{
    text-align: center;
    font-size: 25px;
    line-height: 30px;
}
.about_section{}
.about_section .column-2{
    width: 20%;
    min-height: 136px;
    text-align: center;
}
div.pojo-image-text div.text-align-center{
    margin-top: 15px;
}
.single_newsEvent{
    padding: 0px 10px;
}
.single_newsEvent div.pojo-image-text img.aligncenter{
    background: #fff;
    padding: 8px;
}
.single_newsEvent div.pojo-image-text .image-text-body{
    padding: 8px;
}
.single_newsEvent div.pojo-image-text .image-text-body h2{
    font-family: 'HeeboBold';
}
.single_newsEvent div.pojo-image-text .image-text-body p{
    margin-bottom: 0px;
}

body #copyright{
    text-align:center;
    padding:25px 0px;
    font-family: Arial, sans-serif;
}
#copyright .footer-text-left{
    display:block;
    width: 100%;
}
body.rtl .column-1, body.rtl .column-10, body.rtl .column-11, body.rtl .column-12, body.rtl .column-2, body.rtl .column-2-5, body.rtl .column-3, body.rtl .column-4, body.rtl .column-5, body.rtl .column-6, body.rtl .column-7, body.rtl .column-8, body.rtl .column-9 {
    float: left !important;
}
body.rtl .pb-widget-title:after, body.rtl .sd-title:after, body.rtl .title-comments:after, body.rtl .title-respond:after, body.rtl .widget-title:after {
    right: inherit !important;
    left: 50% !important;
}
.join_us_section {}
.join_us_section h2{
    font-family: 'HeeboRegular';
}
.join_us_button a.button{
    font-size: 40px;
    line-height: 45px;
    font-weight: 100;
    min-width: 250px;
    border-radius: 0px;
}
.join_us_button a.button:hover{
    background-color: #f07c00 !important;
    border-color: #f07c00 !important;
}
.subscribe_section{}
.subscribe_section h5.pb-widget-title{
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    float: left;
    width: 32%;
    font-family: 'HeeboRegular';
    text-align: left;
}
.subscribe_section h5.pb-widget-title:after{
    display:none;
}
.subscribe_section .textwidget{
    float: left;
    width: 68%;
}
.subscribe_section .textwidget .es_textbox{
    float: left;
    width: 30%;
    margin-right: 2%;
    padding-bottom: 0px;
}
.subscribe_section .textwidget .es_textbox:nth-child(3){
    width: 45%;
}
.subscribe_section .textwidget .es_button{
    float: right;
    width: 21%;
    padding: 0px;
}
.subscribe_section .textwidget input.es_textbox_class{
    padding: 10px;
    background: transparent;
    border: 3px solid #fff;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.subscribe_section .textwidget input.es_textbox_class::-webkit-input-placeholder {
   color: #fff;
}
.subscribe_section .textwidget input.es_textbox_class:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.subscribe_section .textwidget input.es_textbox_class::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.subscribe_section .textwidget input.es_textbox_class:-ms-input-placeholder {  
   color: #fff;  
}
.subscribe_section .textwidget .es_button input.es_textbox_button{
    border: 0px;
    padding: 10px;
    display: block;
    width: 100%;
    background: #f4ac00;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    height: 54px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.subscribe_section .textwidget .es_button input.es_textbox_button:hover{
    background: #f07c00;
}
.subscribe_section .textwidget .es_button input.es_textbox_button:focus{
    outline:0;
}
.footer_top_area {
    border-bottom: 1px solid #585655;
    padding-bottom: 25px;
    margin-bottom: 40px;
}
.footer_social {
    float: left;
    width: 40%;
    text-align: left;
}
.footer_subscribe {
    float: right;
    width: 60%;
}
.foo_subscribe {}
.foo_subscribe>h2{
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'HeeboMedium';
    margin: 0px;
    margin-top: 15px;
}
.foo_subscribe>div{
    float: right;
    width: 80%;
}
.es_widget_form{}
.es_widget_form .es_textbox{
    margin-bottom: 0px;
    float: left;
    width: 30%;
    margin-right: 3%;
    padding-bottom: 0px;
}
.es_widget_form .es_textbox input.es_textbox_class{
    border: 3px solid #e1e1e1;
    padding: 6px 10px;
}
.es_widget_form .es_button{
    float: left;
    width: 18%;
    padding: 0px;
}
.es_widget_form .es_button input.es_textbox_button{
    width: 100%;
    background: #bf0729;
    border: 0px;
    color: #fff;
    height: 37px;
    font-size: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.es_widget_form .es_button input.es_textbox_button:hover{
    background: #a70120;
}
#sidebar-footer ul.social-links li{
    margin-bottom: 0px;
    margin-right: 15px;
}
#sidebar-footer ul.social-links li a .social-icon:before{
    background: transparent;
    font-size: 25px;
    line-height: 30px;
    width: auto;
    height: auto;
    color: #fff;
}
#sidebar-footer ul.social-links li a:hover .social-icon:before{
    color:#f07c00;
}
#sidebar-footer ul.social-links{
    margin-top: 15px;
}
#footer #sidebar-footer .widget {
    float: right;
    padding-right: 0px;
    width: 14%;
}
#footer #sidebar-footer .widget:nth-child(1){
    width: 23%;
}
#footer #sidebar-footer .widget:nth-child(2){}
#footer #sidebar-footer .widget:nth-child(3){}
#footer #sidebar-footer .widget:nth-child(4){}
#footer #sidebar-footer .widget:nth-child(5){}
#footer #sidebar-footer .widget:nth-child(6){}
#footer #sidebar-footer .widget:nth-child(7){
    width: 7%;
}
.footer_widgers {}
.footer_address {}
.footer_address .textwidget{}
.footer_address .textwidget h3{
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
#footer #sidebar-footer .footer_address .widget-title{
    display: none;
}
#footer #sidebar-footer .widget-title{
    margin-bottom: 5px;
}
#footer #sidebar-footer .widget-title:after{
    display:none;
}
#sidebar-footer ul.menu{
    list-style: none;
    margin-bottom: 0px;
}
#sidebar-footer ul.menu>li{
    list-style: none;
}
#primary #content #main {
    margin-top: 0px;
    margin-bottom: 40px;
}
#primary #content #main header.container{
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 15px 0px;
    font-size: 16px;
    overflow: hidden;
}
body.rtl #primary #content #main header.container #breadcrumbs {
    float: right !important;
}
#primary #content #main header.container:before{
    position: absolute;
    top: 100%;
    right: 100%;
    width: 200%;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
#primary #content #main header.container:after{
    position: absolute;
    top: 100%;
    left: 100%;
    width: 200%;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
#primary #content #main header.container #breadcrumbs{
    margin-bottom: 0px;
    font-family: 'HeeboRegular' !important;
    line-height: 20px !important;
    float: none;
    max-width: 100%;
}
#breadcrumbs .separator:before{
    content: '>';
    color: #000 !important;
}
.pb-widget-inner ul.menu{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.pb-widget-inner ul.menu>li{
    position: relative;
}
.pb-widget-inner ul.menu>li>a:before{
    content:'*';
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #a3cd39;
    position: absolute;
    line-height: 22px;
    top: 50%;
    left: 0px;
    margin-top: -9px;
}
.pb-widget-inner ul.menu>li>a{
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    border-bottom: 5px solid #f3efef;
}
.pb-widget-inner ul.menu>li>a:hover{
    color: #f07c00;
}
.pb-widget-inner ul.menu>li.current-menu-item>a{
    font-family: 'HeeboMedium';
    color: #f07c00;
}
.pb-widget-inner ul.menu>li>ul.sub-menu{
    list-style: none;
    padding: 0px 12px;
    background: #fcfcfc;
    margin-bottom: 10px;
}
.pb-widget-inner ul.menu>li>ul.sub-menu>li{}
.pb-widget-inner ul.menu>li>ul.sub-menu>li>a{
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #000;
    position: relative;
    padding-left: 20px;
}
.pb-widget-inner ul.menu>li>ul.sub-menu>li>a:after{
    content:"\f067";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    color: #a3cd39;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.pb-widget-inner ul.menu>li>ul.sub-menu>li>a:hover{
    color: #07429c;
}
.page_content .column-3{
    float: left;
}
.page_content .column-9{
    float: right;
}
.page_content .textwidget{
    font-size: 22px;
    color: #000;
    line-height: 35px;
}
.page_content .textwidget h2{
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 35px;
}
.page_content .textwidget span{
    margin-bottom: 15px;
    font-family: 'HeeboMedium';
    display: block;
}
.page_content .textwidget ul{
    margin-bottom: 50px;
    list-style: none;
    padding: 0px;
}
.page_content .textwidget ul>li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}
.page_content .textwidget ul>li:after{
    content:'';
    position: absolute;
    left: 0px;
    top: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a3cd39;
}
h2.big_heading{
    font-family: 'HeeboBold';
    font-size: 58px;
    line-height: 65px;
    color: #9cdbf2;
    padding: 15px 0px;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}
.page_content .textwidget ul.file_list{}
.page_content .textwidget ul.file_list>li{
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 10px;
}
.page_content .textwidget ul.file_list>li:nth-child(3n+3){
    margin-left: 0%;
}
.page_content .textwidget ul.file_list>li:after{
    content: "\f0f6";
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 22px;
    height: 24px;
    text-align: center;
    border-radius: 0px;
    top: 6px;
}
.page_content .textwidget ul.file_list>li>a{
    color: #000;
}
.page_content .textwidget ul.file_list>li>a:hover{
    color: #f07c00;
}
.page_content .pojo-slideshow{}
.page_content .pojo-slideshow .ms-nav-next, .page_content .pojo-slideshow .ms-nav-prev {
    background: rgba(0,0,0,0.6);
    font-family: FontAwesome;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 57px;
    width: 60px;
    height: 60px;
}
.page_content .pojo-slideshow .ms-nav-next:after{
    content:"\f105";
    display: inline-block;
}
.page_content .pojo-slideshow .ms-nav-prev:after {
    content:"\f104";
    display: inline-block;
}
.page_content .pojo-slideshow .ms-nav-next{
    right: 0;
}
.page_content .pojo-slideshow .ms-nav-prev{
    left: 0;
}
.page_content  h1{
    margin-top:0px;
}
body.home #content .entry-content{
    padding-top:0px;
}
#content .entry-content{
    padding-top:30px;
}
.single_person{}
.single_person .pb-widget-inner{
    background: #f3efef;
    padding: 20px;
}
#breadcrumbs span:first-child a{
    color: #3b99ff;
}
.pojo-accordion{}
.pojo-accordion .panel{
    border: 0px solid;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0 0px 0px rgba(0,0,0,0.05);
    border-bottom: 7px solid #f3efef;
}
.pojo-accordion .panel .panel-heading{
    padding-left: 30px;
    background: url(../images/place.png) no-repeat scroll center left;
    border-bottom: 0px solid;
}
.pojo-accordion .panel .panel-heading a.panel-title{
    font-family: 'HeeboMedium';
    font-size: 22px;
    color: #000;
    font-weight: 100;
    line-height: 25px;
}
.pojo-accordion .panel .panel-heading a.panel-title:after{
    color: #a3cd39;
    float: right;
    font-size: 16px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0px solid #ddd;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 24px;
}
.accAddress_head {
    margin-top: 20px;
}
.accAddress_head h3{
    color: #000;
    font-size: 20px;
    line-height: 25px;
    background: #a3cd39;
    display: inline-block;
    min-width: 180px;
    text-align: center;
    padding: 4px;
    margin: 0px;
}
.accAddress_content {
    margin-top: 15px;
    padding-right: 30px;
}
.accAddress_content>p{
    font-size: 18px;
    margin-bottom: 8px;
    overflow: hidden;
}
.accAddress_content>p>i.fa{
    color: #2d8ffd;
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.accAddress_content>p>span{
    margin-right: 5px;
    font-family: 'HeeboMedium';
    float: left;
}
.accAddress_content ul{
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.accAddress_content ul>li{
    position: relative;
    padding-left: 15px;
}
.accAddress_content ul>li:before{
    content:"*";
    position: absolute;
    color: #a3cd39;
    top: 4px;
    left: 0;
}
.address_tags {}
.address_tags p{
    display: inline-block;
    background: #ebebeb;
    padding: 2px 12px;
    border-radius: 10px;
}
.address_tags p>span{
    color: #a3cd39;
    margin-right: 5px;
    line-height: 12px;
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.post_exerpt{
    margin-bottom: 30px;
}
.post_exerpt .pb-widget-inner{
    background: #f3efef;
    padding: 20px;
}
.post_exerpt .image-text-body{
    margin-top: 2%;
}
.post_exerpt .image-text-body .image-text-title{
    margin-bottom: 10px;
}
.post_exerpt .image-text-body p>a{
    color: #1b59c4;
    font-family: 'HeeboMedium';
    display: inline-block;
}
.contact_form{
    float: left;
}
.contact_form .pb-widget-title{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 25px;
}
.contact_form .pb-widget-title:after{
    display:none;
}
.contact_form .pojo-form input.field, .contact_form .pojo-form textarea.field{
    border: 0px solid;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px;
    font-size: 20px;
    color: #000;
}
.contact_form .pojo-form .field::-webkit-input-placeholder{
    color:#4a4646;
}
.contact_form .pojo-form .field:-moz-placeholder{
    color:#4a4646;
}
.contact_form .pojo-form .field::-moz-placeholder{
    color:#4a4646;
}
.contact_form .pojo-form .field:-ms-placeholder{
    color:#4a4646;
}
.contact_form .pojo-form .form-actions{
    margin-top: 20px;
}
.contact_form .pojo-form .button{
    background-color: #4a4646 !important;
    min-width: 210px;
    padding: 12px;
    font-family: 'HeeboMedium';
    font-weight: 100;
    font-size: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.contact_form .pojo-form .button:hover{
    background: #f07c00 !important;
}
.donation_post{}
.donation_post .pb-widget-inner{
    background: #f3efef;
    padding: 10px;
}
.donation_post .pb-widget-inner .image-text-title{
    margin-bottom: 15px;
}
p.image-text-description{
    /* margin-bottom:0px; */
}
.donation_post .pb-widget-inner a.donation_link{
    display: inline-block;
    background: #f4ac00;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    font-family: 'HeeboMedium';
    min-width: 160px;
}
.donation_post .pb-widget-inner a.donation_link:hover{
    background: #e09f03;
}
.title_bg{}
.title_bg h2{
    background: #e3eb9f;
    padding: 12px 18px;
}
.title_bg h2 i.fa{
    margin-left: 10px;
}
.title_bg h2 img{
    float: left;
    max-width: 180px;
}
.big_border .pojo-divider hr{
    border-width: 50px !important;
}
.wpcf7-form{
    direction: ltr;
}
.contribut_form {
    padding: 0px 20px;
    margin-bottom: 20px;
}
.half_row {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
}
.half_row:nth-child(2n+2){
    margin-right:0px;
}
.half_row span.wpcf7-form-control-wrap{
    margin-bottom:0px;
}
.half_row input.cont_input{
    font-family: 'HeeboRegular';
    border: 0px solid;
    border-bottom: 1px solid #d7d7d7;
}
.full_row {
    float: left;
    width: 100%;
}
.full_row textarea.cont_textarea{
    border: 0px;
    height: 50px;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'HeeboRegular';
}
.contribut_submit {
    background: #e8e8e8;
    padding: 20px;
}
.contSub_left{
    float: right;
}
.contSub_right{
    float: left;
}
input.cont_submit{
    float: left;
    background: #1959d1;
    color: #fff;
    font-size: 20px;
    border: 0px solid;
    padding: 15px;
    min-width: 180px;
    font-family: 'HeeboMedium';
    font-weight: 100;
}
input.cont_submit:hover{
    background: #0641b1;
    color: #fff;
}
.donation_form {padding: 20px 0px;}
.donform_left {
    float: none;
    width: 80%;
    padding: 0px 20px;
    margin: 0 auto;
}
.donation_form .donform_left>h2{
    color: #1959d1;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
}
.donform_left p{
    color: #1959d1;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
}
.amount_input {
    border-bottom: 1px solid #d7d7d7;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.amount_input label{
    margin-bottom: 0px;
    float: left;
    color: #1959d1;
    font-size: 40px;
    line-height: 60px;
    width: 20%;
    text-align: center;
    border-right: 1px solid #f3efef;
}
.donform_left .amount_input>span{
}
.donform_left .amount_input input.amount{
    float: right;
    margin-bottom: 0px;
    width: 80%;
    border: 0px solid;
    color: #1959d1;
    font-size: 70px;
    line-height: 60px;
    max-height: 60px;
    padding: 0px 10px;
}
.select_amount {}
.single_select {
    float: left;
    width: 30%;
    margin-right: 5%;
    background: #1959d1;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: "HeeboBold";
    font-size: 25px;
    line-height: 30px;
    padding: 3px;
    padding-top: 7px;
}
.single_select:nth-child(3n+3){
    margin-right:0px;
}
.donform_right {
    float: right;
    width: 60%;
}
.form_half {
    float: right;
    width: 47%;
    margin-left: 6%;
}
.donform_right>.form_half {
    margin-bottom: 18px;
}
.donform_right .form_half>span{
    margin-bottom:0px;
}
.form_half:nth-child(2n+2){
    margin-left:0px;
}
.form_half input.form_input{
    border: 0px solid;
    border-bottom: 1px solid #d7d7d7;
    font-size: 22px;
    color: #4a4646;
    font-family: 'HeeboRegular';
}
.donation_bottom {
    background: #e8e8e8;
    padding: 30px;
}
.donbot_right {
    float: right;
    width: 50%;
}
.donate_choice{}
.donbot_right .donate_choice>span.wpcf7-form-control-wrap, .donbot_right span.input_choice{
    margin-bottom:0px;
}
.donate_choice span.wpcf7-list-item{
    float: right;
    margin-bottom: 0px;
}
.donate_choice span.wpcf7-list-item span.wpcf7-list-item-label{
    margin-bottom: 0px;
    display: inline-block;
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 22px;
    float: left;
}
.donate_choice span.wpcf7-list-item>input{
    margin-top: 2px;
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.donate_checkboxs {}
.donate_checkboxs span.wpcf7-form-control-wrap, 
.donate_checkboxs span.wpcf7-form-control-wrap>span, 
.donate_checkboxs span.wpcf7-form-control-wrap>span>span,
.donate_checkboxs span.wpcf7-form-control-wrap>span>span>span {
    margin-bottom: 0px;
}
.donate_checkboxs span.wpcf7-form-control-wrap span.wpcf7-list-item{
    position: relative;
    margin-left: 0px;
    padding-right: 30px;
}
.donate_checkboxs span.wpcf7-form-control-wrap span.wpcf7-list-item>span.wpcf7-list-item-label{
    display: inline-block;
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 22px;
}
.donate_checkboxs span.wpcf7-form-control-wrap span.wpcf7-list-item>input{
    position: absolute;
    top: 9px;
    right: 0;
    margin-top: 0px;
    width: 18px;
    height: 18px;
}
.donbot_left {text-align: center;}
.donbot_left input.donate_submit{
    /*background: #1959d1;*/
    background: #f07c00;
    color: #fff;
    padding: 18px 20px;
    min-width: 40%;
    font-size: 25px;
    border: 0px solid;
}
.donbot_left input.donate_submit:hover{
    /*background: #f07c00;*/
    background: #e07502;
}
li.pojo-menu-cart{
  display:none;
}
#order_review span.woocommerce-Price-currencySymbol{
    display:inline-block;
    margin-bottom: 0px;
    margin-left: 6px;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 12px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: #1959d1;
    color: #fff;
    padding: 18px 20px;
    min-width: 40%;
    font-size: 25px;
    border: 0px solid;
}
.page_content .textwidget .woocommerce{
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background: #f07c00;
}
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3{
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2{
    padding-right: 0px;
    width: 100%;
}
.select2-container .select2-choice>.select2-chosen{
    margin-bottom: 0px;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    display: none;
}
.pb-widget-title:after, .sd-title:after, .title-comments:after, .title-respond:after, .widget-title:after{
    left:inherit;
    display: none;
}
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy{
    background: #f7f7f7;
    margin-top: 30px;
    padding: 15px;
}
div.sharedaddy .sd-title{
    margin-top: 0px;
    text-align: right;
}
div.sharedaddy .sd-content li {
    float: right !important;
}

/* Desktop Layout: 970px. */
@media (min-width: 992px) {
.sticky-header.logo-right .nav-main {
    margin-right: 0%;
}
.sf-menu li a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
}
.footer_social {
    width: 30%;
}
.footer_subscribe {
    width: 70%;
}


}



/* Desktop Layout: 1200px. */
@media (min-width: 1200px) {
.sf-menu li a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 19px;
}
.footer_social {
    width: 40%;
}
.footer_subscribe {
    width: 60%;
}


}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.sf-menu li a, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 6px 8px;
    font-size: 12px;
}
#header.logo-right .nav-main,.sticky-header.logo-right .nav-main {
    float: left !important;
    margin-right: 0px !important;
}
#header.logo-right .logo {
    max-width: 150px;
}
.sticky-header.logo-right .logo {
    max-width: 110px;
}
.sticky-header .logo-img {
    width: 100%;
}
.header_area .sf-menu>li, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 15px 0px;
}
.footer_subscribe {
    width: 75%;
}
.footer_social {
    width: 25%;
}
.foo_subscribe>div {
    width: 75%;
}
.pb-widget-inner ul.menu>li>a {
    padding-right: 15px;
    font-size: 16px;
    line-height: 18px;
}
.pb-widget-inner ul.menu>li>ul.sub-menu>li>a {
    font-size: 14px;
    line-height: 18px;
}



}

.bidi-rtl
{
direction: rtl;
}

.bidi-ltr
{
direction: ltr;
}

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

.align-left 
{
text-align: left;
}

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

.align-justify 
{
text-align: justify;
}

#bluestrip-1-he {
text-align: center;
direction: rtl;
margin: 0 auto;
}




/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


.language_menu {    margin-left: 30px !important; }

.currency_switch {    width: 16% !important; }

#header.logo-right .logo {
    width: 100% !important;
}
#header.logo-right .logo .logo-img {
    max-width: 120px;
}
#header.logo-right .logo .navbar-toggle{
    margin-top: 15px;
}
.forcefullwidth_wrapper_tp_banner .banner_btn {
    font-size: 20px !important;
    padding: 10px !important;
    line-height: 22px !important;
}
.home_coundown {margin-bottom: 40px;}
.home_coundown:last-child {margin-bottom: 0px;}
.about_section .column-2 {
    width: 100%;
    min-height: inherit;
    margin-bottom: 30px;
}
.about_section .column-2:last-child{
    margin-bottom: 0px;
}
.about_content .textwidget {
    font-size: 20px;
}
.single_newsEvent, .single_project {
    margin-bottom: 20px;
}
.single_newsEvent:last-child, .single_project:last-child {
    margin-bottom: 0px;
}
.subscribe_section h5.pb-widget-title {
    float: none;
    width: 100%;
}
.subscribe_section .textwidget {
    float: none;
    width: 100%;
}
.subscribe_section .textwidget .es_textbox {
    float: none;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 15px;
}
.subscribe_section .textwidget .es_textbox:nth-child(3) {
    width: 100%;
}
.subscribe_section .textwidget .es_button {
    float: none;
    width: 100%;
    padding: 0px;
}
.footer_social {
    float: none;
    width: 100%;
    text-align: center;
}
.footer_subscribe {
    float: none;
    width: 100%;
    padding: 0px 10px;
}
.foo_subscribe>h2{
    text-align:center;
    display: block;
    float: none;
    margin-right: 10px;
}
.foo_subscribe>div {
    float: none;
    width: 100%;
}
.es_widget_form .es_textbox {
    margin-bottom: 0px;
    float: none;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 10px;
}
.es_widget_form .es_button {
    float: none;
    width: 100%;
    padding: 0px;
}
.footer_widgers {
    padding: 0px 10px;
}
#footer #sidebar-footer .widget:nth-child(1) {
    width: 100%;
}
#footer #sidebar-footer .widget {
    float: right;
    width: 100% !important;
}
.sticky-header .logo-img {
    width: 100px;
}
.sticky-header.logo-right .logo{
    margin: 5px 0px;
}
.sticky-header.logo-right .nav-main {
    float: none;
    margin-right: 0%;
    margin-top: 0px;
    width: 100%;
}
#mega-menu-wrap-primary{
    display:none;
}
#header.logo-right .nav-main {
    float: none;
    margin-right: 0%;
    width: 100%;
}
.page_content .textwidget ul.file_list>li {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
}
/*.header_banner {
    min-height: inherit;
    margin-top: 90px;
}*/
.title_bg h2{}
.title_bg h2 img{
    display: block;
    float: none;
    margin-top: 10px;
}
.donform_left, .donform_right, .form_half, .donbot_right, .donbot_left, .donbot_left input.donate_submit {
    width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
.amount_input {
    max-width: 100%;
}
.single_select {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.single_select:nth-child(3n+3) {
    margin-right: 4%;
}
.single_select:nth-child(2n+2) {
    margin-right: 0px;
}
body.rtl #header.logo-right .logo, body.rtl .sticky-header.logo-right .logo {
    float: none;
    width: 100% !important;
}
body.rtl #header.logo-right .nav-main, body.rtl .sticky-header.logo-right .nav-main {
    float: right !important;
}



}

strong.product-quantity {
    display: none;
}
p#billing_company_field {
    float: left;
    width: 33%;
}
p#billing_email_field {
    float: left;
    width: 33%;
}
p#billing_phone_field {
    float: left;
    width: 34%;
}
p#billing_city_field {
    float: left;
    width: 33%;
}
p#billing_state_field {
    float: left;
    width: 33%;
}
p#billing_postcode_field {
    float: left;
    width: 34%;
}
div#authorize-aim-card-cvv_field {
    float: left;
}
p#authorize-aim-card-number_field {
    float: left;
    width: 50%;
}
p.form-row.form-row-last {
    float: left;
    width: 50%;
}
select#authorize-aim-card-exp-month {
    margin: 14px;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
  .header_banner img{
    min-height: auto;
  }
  .mob-hide {
    display: none;
	}
  #mega-menu-primary_mobile li a {
    color: #0074be;
	}
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{
  top:5em;
}
.woocommerce .woocommerce-billing-fields h3{
    display:block;  
    color: #a3cd39;
    font-size: 63px;
    line-height: 65px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #header.logo-left .nav-main{
    width:100%;
  }
}


