﻿@charset "utf-8";
/* CSS Document */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@font-face {
    font-family: 'dorielregular';
    src: url(../fonts/Doriel.ttf);
    src: url('../fonts/doriel-webfont.woff2') format('woff2'), url('../fonts/doriel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_regular';
    src: url('../fonts/intro-webfont.woff2') format('woff2'), url('../fonts/intro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_inlineregular';
    src: url('../fonts/intro_inline-webfont.woff2') format('woff2'), url('../fonts/intro_inline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}
* {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
    padding: 0;
    margin: 0;
}
/*header*/
.logo_box {
    display: inline-block;
    float: left;
}
.logo_text {
    display: inline-block;
    margin-left: 30px;
    margin-top: 22px;
}
.sikh {
    font-family: 'dorielregular';
    font-size: 60px;
}
.sikh {
    color: #235375;
    font-family: "dorielregular";
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}
.founded {
    color: #000;
    font-size: 14px;
    line-height: 1;
}
.margin-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.how_it_works {
    margin-top: 20px;
    padding-right: 13%;
    text-align: right;
}
.how_it_works > li {
    display: inline-block;
    padding: 0 16px;
}
    .how_it_works > li:first-child {
        border-right: 1px solid #235375;
    }
    .how_it_works > li a {
        color: #235375;
        transition: all 0.3s ease-in-out;
    }
.how_it_works > li a:hover {
    color: #d45516;
    text-decoration: none;
}
/*menu*/
.yellow_bg {
    background-color: #99ccff;
}
.kknavwrap {
    float: left;
    text-align: center;
    width: 100%;
}
.kknavwrap ul {
}
.kknavwrap ul li {
    display: inline-block;
    float: none;
    list-style-type: none;
}
.kknavwrap ul li a {
    color: #503e04;
    display: block;
    font-weight: 500;
    margin: 0 5px;
    padding: 16px 14px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}
.kknavwrap ul li a:before {
    color: transparent;
    content: ".";
    font-size: 28px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 26%;
    transform: translateX(-50%);
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
.kknavwrap ul li a:hover {
    color: #000000;
    text-decoration: none;
}
.kknavwrap ul li a.nav_active {
    color: #000000;
}
.kknavwrap ul li a.nav_active:before, .kknavwrap ul li a:hover:before {
    color: #007681;
    text-shadow: 10px 0 #000, -10px 0 #000;
}
.archives {
    background-color: #d45516;
    border: 2px solid #dab32c;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.archives:hover, .archives:focus {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
}
.after_login > li {
    display: inline-block;
    padding: 0 15px;
    color: #06989a;
}
.after_login > li > a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.after_login {
    padding-left: 17%;
    text-align: left;
}
.after_login > li:first-child {
    border-right: 1px solid #000;
}
/*slider*/
.slider.kkslider {
    overflow: hidden;
}
.slider.kkslider .flexslider {
    margin: 0;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-right: 0;
    border-left: 0;
}
.flex-prev {
    width: 40px;
    height: 40px;
    background-image: url(../images/banner/left.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.flex-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/banner/right.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.kkslider .flexslider .slides > li {
    position: relative;
}
.banner_caption {
}
.banner_txt {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    color: #333333;
    display: block;
    font-family: "dorielregular";
    font-size: 30px;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}
.member {
    color: #282313;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 30px;
}
input.email {
    background-color: #deb72e;
    border: 1px solid #000;
    color: #fff;
    margin-right: 10px;
    outline: 0 none;
    padding: 8px 15px;
    width: 28%;
}
input.email:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
input.email:focus::-webkit-input-placeholder {
color:transparent;
}
input.email:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input.email:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input.email:focus:-ms-input-placeholder {
color:transparent;
} /* IE 10+ */
.yellow_bg_2 {
    background-color: #dab32c;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logIn {
    background-color: #fff;
    border: 2px solid #dab32c;
    color: #a28114;
    font-weight: bold;
    margin-right: 10px;
    outline: 0 none;
    padding: 3px 22px;
    text-transform: uppercase;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.logIn:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
    color: #a28114;
}
.forgot {
    color: #000;
    font-size: 12px;
}
.forgot:hover {
    color: #000;
}
.magazine {
    background-color: #d45516;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 29px;
    left: 0;
    line-height: 1;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    width: 280px;
    font-family: 'intro_regular';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.magazine:hover, .magazine:focus {
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.leatest_edition {
    background-color: #f3f3f3;
}
.pad-nill {
    padding-left: 0;
    padding-right: 0;
}
.pad-left-nill {
    padding-left: 0;
}
.pad-right-nill {
    padding-right: 0;
}
.button_list {
}
.button_list li {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button_list li:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
.button_list li:first-child {
    margin-right: 15px;
}
.button_list li a {
    display: block;
    color: #FFFFFF;
}
.button_list li a:hover {
    text-decoration: none;
}
.primary_header {
    color: #c78c00;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'intro_regular';
}
.pad-40 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.magzn_details {
    margin-top: 35px;
    width: 100%;
}
.edition_date {
    color: #007681;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'intro_regular';
}
.short_desc {
    color: #5f5f5f;
    line-height: 1.8;
    margin-bottom: 15px;
}
.more_magzn {
    float: left;
    width: 100%;
    position: relative;
}
.more_magzn:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #bcbcbc;
    position: absolute;
    top: 0;
    left: -5px;
}
.more_magzn > ul {
}
.more_magzn > ul > li {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.img_box {
    float: left;
    margin-right: 25px;
    width: 18%;
    margin-left: 15px;
}
.more_edition {
    float: left;
    width: 74%;
    text-align: left;
}
.primary_header2 {
}
.primary_header2 a {
    color: #c78c00;
    font-family: "intro_regular";
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.primary_header2 a:hover {
}
.edition_date2 {
    color: #007681;
    font-family: "intro_regular";
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.short_desc2 {
    color: #5f5f5f;
    margin-bottom: 10px;
}
.button_list2 {
}
.button_list2 li {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    display: inline-block;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.button_list2 li:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
.button_list2 li:first-child {
    margin-right: 15px;
}
.button_list2 li a {
    display: block;
    color: #FFFFFF;
}
.button_list2 li a:hover {
    text-decoration: none;
}
.viewMore {
    color: #000;
    display: inline-block;
    margin-left: 40px;
    text-decoration: underline;
}
.viewMore:hover {
    color: #000000;
    text-decoration: none;
}
.img_boxs {
    float: left;
    margin-right: 12px;
    width: 25%;
}
.more_editions {
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 70%;
}
.special_magzn {
    border-top: 2px solid #bcbcbc;
    padding-top: 40px;
}
.addvertise {
}
.addvertise ul {
}
.addvertise ul li {
    list-style-type: none;
    width: 33.33%;
    float: left;
}
.addvertise ul li.width-100 {
    width:100%;
}

.addvertise ul li.width-50 {
    width:50%;
}
.addvertise ul li a img {
    width:100%;
}
.secondary_header {
    color: #c78c00;
    font-size: 48px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "intro_regular";
}
.about p {
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 40px;
}
.about_more {
    color: #3199b3;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about_more:hover, .about_more:focus {
    color: #c78c00;
}
.event_list {
    display: block;
    position: relative;
}
.quote {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    padding: 30% 20px 20px;
    position: absolute;
    top: 0;
    transform: scale(0);
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quote > h5 {
    color: #ffffff;
    font-family: "intro_regular";
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.quote > span {
    color: #3199b3;
}
.quote > span.date {
    font-family: "intro_regular";
    text-transform: uppercase;
}
.quote > p {
    color: #fff;
    font-weight: 600;
    line-height: 1.6;
    margin: 20px 0;
}
.event_list:hover .quote {
    transform: scale(1);
}
.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*footer*/
.footer_bg {
    background-color: #235375;
}
.backgroundcolor {
    background-color: darkgrey;
}
.textcontent {
    color: #235375;
    font-weight:bold;
    font-size:32px;
}
.textlowercontent {
    color: #235375;
    font-size: 21px;
   
}
.divwidth {
    width: 90%;
    margin: 0 auto;
}
.eachdivcotent {
   
    padding: 15px;
    font-size: 30px;
    text-align: center;
}

.container {
    width: 1170px;
}
#map {
    width: 100%;
    height: 350px;
}
.contact_hdr {
    color: #fff;
    font-family: "intro_regular";
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.contact_details > h5 {
    color: #c78c00;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}
.contact_details > p {
    color: #fff;
    font-size: 16px;
}
.phone_mail {
    padding: 20px 0 0;
}
.phone_mail > li {
    display: inline-block;
    list-style-type: none;
}
.phone_mail > li:first-child {
    border-right: 1px solid #fff;
    margin-right: 25px;
    padding-right: 25px;
}
.phone_mail > li > a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
}
.phone_mail > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.social_menu {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 35px;
    padding-top: 20px;
}
.social_menu > li {
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.social_menu > li > a {
    color: #2d2000;
    display: block;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social_menu > li > a:hover {
    color: #FFFFFF;
}
.quick_link {
    padding-bottom: 15px;
}
.quick_link > li {
    border-right: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}
.quick_link > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.quick_link > li > a:hover {
    color: #000;
}
.footer_text {
    color: #FFFFFF;
    font-size: 14px;
}
.footer_text > a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_text > a:hover {
    color: #2d2000;
}
/*about-page*/
.about_text {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
}
.about_text img {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.green_hdr {
    color: #007681;
    display: block;
    font-family: "intro_regular";
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.order_list {
}
.order_list li {
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.order_list li:before {
    background-color: #06989a;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 10px;
}
.about_text > a {
    color: #06989a;
    font-weight: bold;
}
/*mission*/
.about_text.mission img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
/*founder*/
.founder {
    color: #c78c00;
    display: block;
    font-family: "intro_regular";
    font-size: 16px;
    margin-bottom: 15px;
}
.founder > a {
    color: #007681;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.founder > a:hover {
    color: #d45516;
}
/*user profile*/
.names {
    color: #000000;
    line-height: 2.5;
    text-transform: uppercase;
}
.mails {
    color: #000;
    line-height: 2.5;
}
.margin-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.Edit_prfl {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    bottom: -20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 3px 13px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.Edit_prfl:hover, .renewal_btn:hover {
    box-shadow: none;
    color: #fff;
}
.vaild_date {
    color: #d90000;
    display: block;
}
.renewal_btn {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    padding: 3px 13px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mar-btm-30 {
    margin-bottom: 30px;
}
.magazine_search {
    border: 1px solid #a1a1a1;
    color: #000000;
    margin-bottom: 20px;
    padding: 9px 18px;
    width: 100%;
}
input.magazine_search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(6, 152, 154, 0.6);
    box-shadow: 0 0 8px rgba(6, 152, 154, 0.6);
}
input.magazine_search:focus::-webkit-input-placeholder {
color:transparent;
}
input.magazine_search:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input.magazine_search:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input.magazine_search:focus:-ms-input-placeholder {
color:transparent;
} /* IE 10+ */
.search_btn {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 0px;
    padding: 3px 13px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.search_btn:hover {
    color: #FFF;
    box-shadow: none;
}
.more_magzn2 {
    float: left;
    padding-top: 40px;
    position: relative;
    width: 100%;
}
.more_magzn2 > ul {
}
.more_magzn2 > ul > li {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.img_box2 {
    float: left;
    margin-right: 25px;
    width: 125px;
}
.more_edition2 {
    float: left;
    width: 66%;
    text-align: left;
}
.primary_header3 {
}
.primary_header3 a {
    color: #c78c00;
    font-family: "intro_regular";
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.primary_header3 a:hover {
}
.edition_date3 {
    color: #007681;
    font-family: "intro_regular";
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.short_desc3 {
    color: #5f5f5f;
    margin-bottom: 10px;
}
.button_list3 {
}
.button_list3 li {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.button_list3 li:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
.button_list3 li:first-child {
    margin-right: 15px;
}
.button_list3 li a {
    display: block;
    color: #FFFFFF;
}
.button_list3 li a:hover {
    text-decoration: none;
}
/*donation*/
.donation_short_txt {
    color: #5f5f5f;
    margin: 25px 0;
}
.donation_box {
    margin: 0 auto;
    width: 663px;
}
.donation_inner_border {
    border: 1px solid #a1a1a1;
    padding: 40px;
    width: 100%;
}
.blue_txt {
    color: #3199b3;
    display: block;
    margin-bottom: 10px;
}
.wrap > p {
    display: inline-block;
    margin-right: 10px;
}
.each_radio_btn {
    display: inline-block;
    margin-right: 15px;
}
.each_radio_btn > label {
    cursor: pointer;
}
.each_radio_btn > input[type="radio"] {
    cursor: pointer;
}
.membership {
    display: inline-block;
    width: 49%;
    text-align: right;
    color: #000000;
    font-size: 14px;
}
.membership span {
    color: #c78c00;
}
.select_box {
    background-color: #ffffff;
    background-image: url("../images/select_dropdown.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50%;
}
.select_box select {
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #a1a1a1;
}
.select_box select option {
    padding: 10px;
}
.donation_input {
    height: 40px;
    padding: 10px;
    width: 100%;
    border: 1px solid #a1a1a1;
    color: #000;
}
textarea.donation_textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #a1a1a1;
    padding: 10px;
    color: #000;
}
/*#example1, #example2, #example3, #example4, #example5 {
    height: 40px;
    padding: 10px;
    width: 100%;
    border: 1px solid #a1a1a1;
    background-image: url(../images/calender.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}*/
.date_pick {
    height: 40px;
    padding: 10px;
    width: 100%;
    border: 1px solid #a1a1a1;
    background-image: url(../images/calender.png);
    background-position: 98% center;
    background-repeat: no-repeat;
}
.donation_submit_btn {
    background-color: #3199b3;
    border: 2px solid #f9f6eb;
    color: #fff;
    margin-top: 30px;
    outline: 0 none;
    padding: 3px 30px;
    text-transform: uppercase;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    display: inline-block;
}
.donation_submit_btn:hover, .donation_submit_btn:focus {
    box-shadow: none;
    color: #fff;
}
.wrapper {
    padding: 10px 0 0;
}
.select_box2 {
    background-color: #ffffff;
    background-image: url("../images/select_dropdown.png");
    background-position: 88% center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 110px;
}
.select_box2 select {
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #a1a1a1;
}
.select_box2 select option {
    padding: 10px;
}
/*events page */
.primary_header2 {
    color: #c78c00;
    display: block;
    font-family: "intro_regular";
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.all_events_list {
}
.all_events_list > li {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.all_events_list > li:last-child {
    margin-bottom: 0;
}
.all_events_list > li > a {
    display: block;
}
.allevents_img_box {
    float: left;
    margin-right: 15px;
    width: 120px;
}
.all_events_list > li > a:hover .primary_header2 {
    color: #d45516;
}
.custom_pagination {
    margin: 40px 0 0 0;
}
.pagination.custom_pagination > li > a, .pagination.custom_pagination > li > span {
    color: #06989a;
    border: 1px solid #06989a;
    font-weight: bold;
}
.pagination.custom_pagination > .active > a, .pagination.custom_pagination > .active > span, .pagination.custom_pagination > .active > a:hover, .pagination.custom_pagination > .active > span:hover, .pagination.custom_pagination > .active > a:focus, .pagination.custom_pagination > .active > span:focus {
    background-color: #06989a;
    color: #FFFFFF;
}
.pagination.custom_pagination > li > a:hover, .pagination.custom_pagination > li > span:hover, .pagination.custom_pagination > li > a:focus, .pagination.custom_pagination > li > span:focus {
    background-color: #06989a;
    color: #FFFFFF;
}
/*events-innder page*/
.primary_header > span {
    color: #3199b3;
}
.event_month {
    color: #2c2c2c;
    font-family: "intro_regular";
    text-transform: uppercase;
}
.extra_padding {
    padding: 0 45px;
}
.gallery_view {
}
.gallery_view li {
    width: 16.66%;
    float: left;
    list-style-type: none;
    padding: 1px;
}
.gallery_view li a {
    display: block;
}
.gallery_view li a img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid #cecece;
}
.gallery_view li a img:hover {
    /*filter: grayscale(0);
  filter: sepia(10px);
  filter: saturate(10);
  filter: hue-rotate(100deg);
  filter: invert(100);
  filter: opacity(100);
 filter: brightness(10);
   filter: contrast(1);*/
    filter: blur(2px);/*filter: drop-shadow(5px 5px 10px #ccc);*/
}
.event_gallery_hdr {
    color: #3199b3;
    display: block;
    font-family: "intro_regular";
    font-size: 18px;
    margin-bottom: 30px;
}
.individual_image_gallery {
    margin-bottom: 30px;
}
.event_video_box {
    height: 100%;
    position: relative;
    width: 100%;
}
.video_overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: url(../images/video/play-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}
.event_list:hover .video_overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.donation_textarea:focus, .donation_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: 0 0 8px rgba(6, 152, 154, 0.6);
    box-shadow: 0 0 8px rgba(6, 152, 154, 0.6);
}

::-webkit-input-placeholder {
 color: #000;
 text-transform:uppercase;
 font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
 color: #000;
 text-transform:uppercase;
 font-weight: bold;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000;
 text-transform:uppercase;
 font-weight: bold;
}

:-ms-input-placeholder {
 color: #000;
 text-transform:uppercase;
 font-weight: bold;
}
/* how it works*/
.price_list {
    padding-top: 30px;
}
.price_list > li {
    border: 1px solid #c2c2c2;
    float: left;
    transform: scale(0.97);
    width: 20%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price_list > li:hover {
    position: relative;
    transform: scale(1.1);
    z-index: 12;
}
.price_list > li > a {
    display: block;
}
.price_details_box {
    background-color: #f8f8f8;
    /*border: 1px solid #c2c2c2;*/
    display: block;
    padding: 0 0px 30px 0;
    text-align: center;
    width: 100%;
}
.price_box_hdr {
    background-color: #686868;
    color: #fff;
    display: block;
    font-family: "intro_regular";
    font-size: 28px;
    padding: 2px 0;
    width: 100%;
}
.short_list {
    padding: 20px 20px 20px 00px;
    text-align: left;
}
.short_list > li {
    color: #3f3f3f;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}
.short_list > li:before {
    background-color: #929292;
    content: "";
    height: 10px;
    left: 18px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.years {
    color: #929292;
    display: block;
    font-family: "intro_regular";
    font-size: 58px;
    line-height: 1;
}
.amount {
    color: #6c6c6c;
    display: block;
    width: 100%;
    font-family: "intro_regular";
    font-size: 30px;
    line-height: 1;
    margin: 15px 0;
}
.subscription_btn {
    background-color: #7c7c7c;
    border: 2px solid #fafafa;
    color: #fff;
    font-weight: bold;
    padding: 4px 20px;
    text-transform: uppercase;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    display: inline-block;
}
.subscription_btn:hover {
    color: #fff;
}
/**/
.pricebox_select .price_box_hdr {
    background-color: #188ca9;
}
.pricebox_select .short_list > li::before {
    background-color: #c78c00;
}
.pricebox_select .years {
    color: #c78c00;
}
.pricebox_select .amount {
    color: #e33e3e;
}
.pricebox_select .subscription_btn {
    background-color: #3199b3;
}
.pricebox_select {
    position: relative;
    transform: scale(1.1) !important;
    z-index: 12;
}
/**/
.non_member {
    padding-top: 60px;
}
.non_member_hdr {
    color: #188ca9;
    font-size: 24px;
    font-family: "intro_regular";
    display: block;
    width: 100%;
}
.non_subscription_btn {
    background-color: #3199b3;
    border: 2px solid #fafafa;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 15px 0;
    padding: 4px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.non_subscription_btn:hover {
    color: #fff;
    box-shadow: none;
}
.unorder_list > li {
    color: #3f3f3f;
    font-weight: 600;
    margin: 5px 0;
    padding-left: 40px;
    position: relative;
}
.unorder_list > li:before {
    background-color: #c78c00;
    content: "";
    height: 10px;
    left: 18px;
    position: absolute;
    top: 5px;
    width: 10px;
}
.subscribers {
    color: #000;
    font-size: 20px;
    font-family: "intro_regular";
    display: block;
    width: 100%;
}
.membership2 {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.membership2 span {
    color: #c78c00;
}
.note {
    color: #5f5f5f;
    display: block;
    margin: 0 0 30px;
    font-weight: 600;
}
.note span {
    color: #c78c00;
    font-weight: bold;
}
/*vide gallery*/
.video_gallery > li {
    float: left;
    width: 33.33%;
    padding: 2px;
}
.video-img {
    width: 100%;
}
.video_gallery .video_overlay {
    height: 100%;
    width: 100%;
}
/*edit profile*/
.edit_form .form-group {
    float: left;
    width: 100%;
}
/*Representative List page*/
.tbl_hdr {
    background-color: #3199b3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "intro_regular";
}
.custom_table td {
    border: 2px solid #fff !important;
    vertical-align: middle !important;
}
.TB_1 {
    background-color: #ebebeb;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.TB_2 {
    background-color: #f3f3f3;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
/********GO_TO_TOP*******/
.goToTop {
    bottom: 1%;
    position: fixed;
    right: 1%;
    display: none;
    z-index: 100;
}
.goToTop a {
    background-color: #d45516;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    line-height: 2px;
    opacity: 0.8;
    padding: 9px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.goToTop a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}
/********GO_TO_TOP*******/
.event_details_box {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.event_details_box a {
    display:inline-block;
}
input.each_member_no {
    padding: 10px;
    width: 150px;
}
.subscribe_details {
}
.subscribe_details td,th {
    padding: 5px;
    color: #000;
    font-size: 14px;
}
.owl-carousel3 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin: 0 auto;
}
.srch_mgzn_list {
    
}
.srch_mgzn_list > li {
    width: 50% !important;
}
.change_pass {
    width: 60%;
    margin: 0 auto;
}
.article_list {
    padding: 0;
    margin: 30px 0 0 0;
}
.article_list > li {
    width:20%; 
    float:left;
    padding:5px;
    min-height: 200px;
}
.article_list > li > a {
    display: block;
    padding: 15px;
    text-align: center;
    border: 1px solid #cecece;
    transition:all 0.3s ease-in-out;
}
.article_list > li > a:hover {
        box-shadow: 1px 2px 7px rgba(0,0,0,0.3);
}
.article_list > li > a .fa {
    font-size: 50px;
    color: #d45516;
}
.articleName {
    color: #c78c00;
    display: block;
    font-family: "intro_regular";
    font-size: 16px;
    margin-top: 14px;
}
.articleDate {
    color: #007681;
    font-family: "intro_regular";
    font-size: 12px;
}
.authorName {
    font-size: 14px;
    color: #545454;
    font-weight: 700;
    margin: 5px 0;
}


.partneringslider {
    font-family: "uniform";
    font-size: 32px;
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: normal;
    color: #06000f;
    text-align: center;
    margin: 10px;
}

.logo {
    /* size of the space you want the logo to occupy */
    height: 48px; /* e.g., navbar height */
    width: 160px; /* or remove to let content define width */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

   

.logo {
    /* size of the space you want the logo to occupy */
    height: 96px; /* e.g., navbar height */
    width: 180px; /* or remove to let content define width */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto; /* preserve aspect ratio */
    width: auto; /* preserve aspect ratio */
    object-fit: contain; /* letterbox if needed */
    image-rendering: auto; /* let browser pick best scaling */
}

.gallery {
    /* size of the space you want the logo to occupy */
    height: 210px; /* e.g., navbar height */
    width: 255px; /* or remove to let content define width */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .gallery img {
        max-height: 100%;
        max-width: 100%;
        height: auto; /* preserve aspect ratio */
        width: auto; /* preserve aspect ratio */
        object-fit: contain; /* letterbox if needed */
        image-rendering: auto; /* let browser pick best scaling */
    }
.verticalleft1 {
    border-left: 5px solid black;
    height: 200px;
}

.verticalright2 {
    border-right: 1px solid white;
}

.sectionheading {
    font-family: Verdana;
    color: white;
    font-size: 45px
}











