/*-- Fonts families --*/

@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial-webfont.woff2') format('woff2'),
    url('../fonts/arial-webfont.woff') format('woff'),
    url('../fonts/arial-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue_probold';
    src: url('../fonts/bebas_neue_pro_bold-webfont.eot');
    src: url('../fonts/bebas_neue_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebas_neue_pro_bold-webfont.woff2') format('woff2'),
    url('../fonts/bebas_neue_pro_bold-webfont.woff') format('woff'),
    url('../fonts/bebas_neue_pro_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*-- Global classes --*/

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 16px;
    color: #4F544D;
    font-family: 'arialregular';
    line-height: 1.6;
}
h1{
    font-size: 54px;
}
h2{
    font-size: 42px;
}
h3{
    font-size: 34px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 22px;
}
h6{
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'bebas_neue_probold';
    margin: 0;
}
p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 !important;
}
.innerPageWrapper p {
    margin: 0 0 20px 0 !important;
}
a{
    text-decoration: none;
    font-size:14px ;
    color: #4F544D;
}
a:hover , a:focus{
    text-decoration: none;
    color: #4F544D;
}
.innerPageWrapper a {
    color: #3EBD88;
    text-decoration: underline;
}
.innerPageWrapper a:hover {
    color: #3EBD88;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}

.content-holder ul {
    font-size: 14px;
    margin: 0 0 0 30px;
}
.content-holder ul li {
    margin: 0 0 5px 0;
}

/*-- Generic Classes --*/

.section-wrapper{
    max-width: 1580px;
    margin: 0 auto;
    width: 100%;
}
.transparent-bg{
    background: transparent;
}
.bg-light-green{
    background: #CBDB44;
}
.bg-see-green{
    background: #3EBD88;
}
.bg-yellow{
    background: #D7C823;
}
.secondary-text-color{
    color: #fff;
}
.text-color-orange{
    color: #DCBC33;
}
.has-no-padding{
    padding: 0;
}
.has-no-margin{
    margin: 0;
}
.bottom-border{
    border-bottom: 10px solid #DCBC33 ;
}
.footer-bottom-border{
    border-bottom: 20px solid #F3EB4A;
}
.fields-custom-styling, .mailinglistForm .wpcf7-text {
    border: medium none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    min-height: 48px;
}

.mailinglistForm .wpcf7-list-item-label {
    color: #ffffff;
}

.fields-custom-styling:focus , .fields-custom-styling:focus{
    outline: none !important;
}
textarea {
    height: 90px !important;
    overflow: hidden;
    resize: none;
}
::-webkit-input-placeholder {
    color: #3EBD88;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #3EBD88;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #3EBD88;
    opacity: 1 !important;
}
.fa-angle-left {
    left:0;
}
.slick-arrow {
    border: 1px solid #4f544d;
    border-radius: 100%;
    cursor: pointer;
    font-size: 26px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #4F544D;
}
.slick-arrow:hover{
    background: #DCBC33;
    color: #fff;
    border: 1px solid #DCBC33;
}
.fa-angle-right {
    right:0;
}

/*-- Header --*/

#header .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*-- Banner --*/

.banner-bg {
    height: 780px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.banner-bg.inner-page-banner{
    height: 420px;
}
#banner .content-holder h1 {
    letter-spacing: 15px;
    word-spacing: 10px;
    text-transform: uppercase;
}

/*-- About Section -- */

.about-sec-wrap {
    margin-top: -40px;
    position: relative;
}
#about .content-holder {
    margin: 0 auto;
    max-width: 850px;
    padding: 60px 0 45px;
}
#about .title-holder > h3 {
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#about .description-holder {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#about .desc {
    float: left;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-top: 10px;
    width: 50%;
}

/*-- Services Section --*/

.services-sec-wrap{
    padding:70px 0;
}
#services .container {
    max-width: 980px;
}
#services .title-holder h3 {
    letter-spacing: 8px;
    margin-bottom: 40px;
}
#services .service-card {
    text-align: center;
}
#services .service-card h4 {
    letter-spacing: 2px;
    margin: 20px auto 10px;
    max-width: 300px;
    word-spacing: 5px;
    line-height: 1;
}

/*-- Team --*/

#tram{
    position: relative;
}
.team-bg {
    height: 420px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed !important;
}
.team-bg h2 {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.team-slider-holder {
    margin: 0 auto;
    max-width: 800px;
    padding: 75px 0 75px;
    width: 100%;
}
.team-card {
    text-align: center;
    outline: 0;
    position: relative;
}
.team-card img {
    display: block;
    margin: 0 auto 30px;
    height: 210px;
    width: 210px;
    max-width:100%;
    border-radius: 100%;
    object-fit: cover;
}
.team-card h4 {
    letter-spacing: 3px;
}
.team-card a {
    background: #ffffff none repeat scroll 0 0;
    color: #dcbc33;
    display: block;
    margin: 20px auto 0;
    max-width: 120px;
    padding: 4px 12px;
    border: 1px solid #dcbc33;
    transition: all 0.5s ease 0s;
}
.team-card a:hover{
    background: #dcbc33;
    color: #ffffff;
    text-decoration: none;
}

.post-type-archive-team .team-card a {
    background: #dcbc33 none repeat scroll 0 0;
    color: #ffffff;
}
.post-type-archive-team .team-card a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #dcbc33;
}

.team-slider-holder .fa-angle-left {
    left: -150px;
}
.team-slider-holder .fa-angle-right {
    right: -150px;
}
.bio-popup {
    background: #4f544d none repeat scroll 0 0;
    display: none;
    left: 50%;
    margin: 0 auto;
    max-width: 800px;
    position: fixed;
    top: 25%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    text-align: center;
}
.team-bio-section.active .bio-popup{
    display: block;
}
.bio-popup .popup-content {
    margin: 0 auto;
    max-width: 550px;
    padding: 40px 0;
}
.bio-popup .description-holder p{
    padding:15px 0;
    color:#fff;
}
.bio-popup .caption-holder h3 {
    letter-spacing: 2px;
}
.bio-popup .description-holder {
    padding: 15px 0 ;
}
.next-btn a {
    background: #dcbc33 none repeat scroll 0 0;
    color: #fff;
    display: block;
    margin: 0 auto 0;
    max-width: 140px;
    padding: 4px 12px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border: 1px solid #dcbc33;
}
.next-btn a:hover{
    background:#4F544D;
    color: #dcbc33;
    text-decoration: none;
}
.bio-popup .close {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    text-align: center;
    text-shadow: none;
    top: -15px;
    width: 30px;
}

/*-- Footer --*/

footer{
    position: relative;
}
.footer-bg {
    height: 420px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.footer-form-holder {
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}
.form-content-holder {
    margin: 0 auto;
    max-width: 690px;
    padding: 30px 0 80px;
    width: 100%;
}
.form-content-holder h2 {
    font-size: 54px;
    letter-spacing: 10px;
    margin-bottom: 50px;
    text-align: center;
}
#example_contact .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
}
#example_contact .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}
#example_contact  .wpcf7-list-item-label{
    margin-left: 20px;
    color: white;
}
/*
input[type=checkbox] {
    display: none;
}
*/
#example_contact .wpcf7-not-valid {
    border: 1px solid red;
}
#example_contact .wpcf7-not-valid-tip {
    display: none;
}
#example_contact  .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    top: -3px;
    left: 0;
    background-color: #fff;
}
#example_contact  .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: #d7c92a;
}
#example_contact  .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
}
#example_contact  .wpcf7-checkbox input[type=checkbox]+span:after {
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid;
    border-color: #fff;
    border-width: 0 3px 3px 0;
    width: 5px;
    height: 10px;
    top: 4px;
    left: 10px;
    visibility: hidden;
    font-size: 16px;
}
.submit-btn, .subButt {
    background: #f3eb4a none repeat scroll 0 0;
    box-shadow: none;
    color: #3ebd88;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    border: 1px solid #f3eb4a;
    transition: all 0.5s ease 0s;
}
.submit-btn:hover, .subButt:hover{
    background: #3ebd88 ;
    color: #fff;
}
.footer-logo-holder {
    padding: 30px 0 30px;
}
.footer-logo-holder a{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.footer-logo-holder img {
    max-width: 300px;
}
.footerButton {
    display: inline-block !important;
    border: 1px solid #fff;
    line-height: 3;
    color: #ffffff;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #fff;
    color: #D7C823 !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
.footerButton:hover {
    color: #D7C823;
}

/*-- Bio Page --*/

.bio-sec-wrap {
    margin: 90px auto 100px;
    max-width: 990px;
    width: 100%;
}

.bio-sec-wrap a {
    color: #c7a513 !important;
}

.bio-content-holder {
    display: flex !important;
    flex-direction: row;
}
#bio .media-holder {
    margin-right: 75px;
    flex:0 0 210px;
}
#bio .media-holder img{
    display: block;
    margin: 0 auto;
    height: 210px;
    width: 210px;
    border-radius: 100%;
    object-fit: cover;
}
#bio .content-holder p {
    margin: 15px 0 !important;
}
#bio .content-holder{
    flex:0 0 65%;
}
.arrow-control a{
    text-transform: uppercase;
    padding: 0 5px;
    outline: none !important;
    color: #D7C823;
}
.arrow-control a:hover{
    color: #DCBC33;
}
.arrow-control a i {
    border: 1px solid #DCBC33;
    border-radius: 100px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.arrow-control.prev-controls a i{
    margin-right:20px;
}
.arrow-control.next-controls a i{
    margin-left:20px;
}
.arrow-control.prev-controls:hover  i{
    transform: translateX(-5px);
}
.arrow-control.next-controls:hover  i{
    transform: translateX(5px);
}
.arrow-control:hover  i{
    background: #DCBC33;
    color: #fff;
    border: 1px solid #DCBC33;
}
.my-heading,#banner .content-holder{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 780px;
}
.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.my-heading h1.secondary-text-color{
    margin-bottom: 10px;
    letter-spacing: 15px;
}



/*-- team --*/



.team-section-wrapper {
    margin-top: -35px;
    padding-bottom: 70px;
    z-index: 3;
    position: relative;
}
.team-tabs-holder .tabs-control {
    background: #CBDB44;
    display: inline-block;
}
.team-tabs-holder{
    text-align: center;
}
.team-tabs-holder  .tabs-control li{
    display: inline-block;
}
.team-tabs-holder .tabs-control li a {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'bebas_neue_probold';
    padding: 15px 40px;
    border-right: 2px solid #DCBC33;
    border-bottom: 5px solid #CBDB44;
    color: #222222;
}
.team-tabs-holder .tabs-control li.active a{
    border-bottom: 5px solid #DCBC33;
}
.team-tabs-holder .tabs-control li:last-child a{
    border-right: none;
}
.team-tabs-holder .tab-content .title {
    text-align: center;
    padding-top: 50px;
    text-transform: uppercase;
}
.team-tabs-holder .tab-content .team-card {
    text-align: center;
    padding: 30px 0;
}
.team-tabs-holder .tab-content{
    position: relative;
}
.team-tabs-holder .bio-popup {
    top: 200px;
}
.view-team-btn {
    padding-bottom: 50px;
    text-align: center;
}
.view-team-btn a {
    background: #dcbc33 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    border: 1px solid #dcbc33;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.view-team-btn a:hover {
    background: #fff;
    color: #dcbc33;
    text-decoration: none;
}
.navbar {
    width: 100%;
    font-family: 'bebas_neue_probold';
    text-transform: uppercase;
    font-size: ;
}
.navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0 !important;
}
.navbar-nav a {
    color: #212529;
    font-size: 21px;
}

.innerPageWrapper {
    padding: 60px 0;
}

.navbar-toggler { border: none; }

      .navbar-toggler span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: #fff;
        transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
      }

      .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(6px, 6px);
      }
      .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
        opacity: 0;
      }
      .navbar-toggler[aria-expanded="true"] span:last-of-type {
        transform: rotate(-45deg) translate(5px, -5px);
      }
      .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
      }
      .navbar-toggler span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 6px auto;
        background: #dcbc33;
        transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
      }
      .navbar-toggler[aria-expanded="true"] span:first-of-type {
        transform: rotate(45deg) translate(6px, 6px);
      }
      .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
          opacity: 0;
      }
      .navbar-toggler[aria-expanded="true"] span:last-of-type {
          transform: rotate(-45deg) translate(5px, -5px);
      }
      .navbar-toggler[aria-expanded="false"] span {
          transform: none;
          opacity: 1;
      }
      a:focus,
      button:focus,
      input:focus,
      textarea:focus {
      outline: none !important;
      }


      .textField {
        background-color: #eeeeee;
        border: medium none;
        box-shadow: none;
        margin-bottom: 20px;
        padding: 10px 20px;
        width: 100%;
        min-height: 48px;
        color: #333333;
      }

      .field input::-webkit-input-placeholder, 
      .field textarea::-webkit-input-placeholder {
          color: #999999;
      }

      .field input, .field textarea {
        background-color: #eeeeee;
        border: medium none;
        box-shadow: none;
        margin-bottom: 20px;
        padding: 10px 20px;
        width: 100%;
        min-height: 48px;
        color: #333333;
      }
      .field textarea {
        margin-bottom: 0;
      }
      .meetingsTable {
          margin-bottom: 40px;
      }
      .meetingsTable tr td {
          border-bottom: 1px solid #dddddd; 
          padding: 10px 0;
      }