#hm_banner {
  background: url(../images/home_banner.jpg) no-repeat;
  background-size: cover; }
  #hm_banner .wrapper {
    height: 585px;
    position: relative; }
    #hm_banner .wrapper .nav_sec {
      padding-top: 50px; }
      #hm_banner .wrapper .nav_sec .logo {
        float: left; }
      #hm_banner .wrapper .nav_sec .nav_items {
        float: right; }
        #hm_banner .wrapper .nav_sec .nav_items ul {
          margin-top: 16px; }
          #hm_banner .wrapper .nav_sec .nav_items ul li {
            float: left;
            margin-left: 15px; }
            #hm_banner .wrapper .nav_sec .nav_items ul li a {
              padding: 10px 30px;
              font-weight: bold;
              color: #fff;
              border: 1px solid #fff0;
              transition: .5s all; }
              #hm_banner .wrapper .nav_sec .nav_items ul li a:hover {
                border: 1px solid #fff; }
            #hm_banner .wrapper .nav_sec .nav_items ul li .active {
              border: 1px solid #fff; }
  #hm_banner .main_title {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 62%;
    text-align: center; }
    #hm_banner .main_title h1 {
      font-size: 48px;
      line-height: 50px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold; }

#purpose {
  background: #dbe6ef;
  padding: 80px 0px; }
  #purpose .dbl_blk .left_blk {
    width: calc(100% / 2);
    float: left;
    padding-left: 40px;
    padding-top: 40px;
    position: relative; }
    #purpose .dbl_blk .left_blk img {
      width: 100%;
      position: relative;
      z-index: 2; }
    #purpose .dbl_blk .left_blk:after {
      content: '';
      width: 50%;
      height: 75%;
      background: #2ab5e9;
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0; }
  #purpose .dbl_blk .right_blk {
    width: calc(100% / 2);
    float: left;
    padding-left: 40px;
    padding-bottom: 36px;
    padding-right: 8%;
    position: relative; }
    #purpose .dbl_blk .right_blk:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2px;
      background: #2ab5e9;
      right: 0;
      top: 0; }
    #purpose .dbl_blk .right_blk:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 50%;
      background: #2ab5e9;
      right: 0;
      bottom: 0; }
    #purpose .dbl_blk .right_blk img {
      position: absolute;
      right: 30px;
      bottom: 30px;
      width: 90px; }

#membership .img_sec img {
  width: 100%; }
#membership .content .dbl_blk .left_blk {
  width: 400px;
  float: left;
  padding-right: 40px; }
  #membership .content .dbl_blk .left_blk h2 {
    line-height: 35px; }
#membership .content .dbl_blk .right_blk {
  width: calc(100% - 400px);
  float: left;
  margin-top: -25px; }
  #membership .content .dbl_blk .right_blk p {
    margin-top: 25px;
    margin-bottom: 0; }

#roles {
  background: #dbe6ef;
  padding-top: 80px;
  padding-bottom: 60px; }
  #roles .img_sec {
    height: 490px;
    background: url(../images/roles.jpg) no-repeat;
    background-size: cover; }
  #roles .content h2 {
    text-align: left;
    line-height: 25px;
    margin-bottom: 0; }
    #roles .content h2 span {
      color: #646464;
      text-transform: none;
      font-size: 14px;
      font-weight: 400; }
  #roles .content .blks_section {
    margin-left: -40px; }
    #roles .content .blks_section .blks {
      margin-left: 40px;
      width: calc((100% / 2) - 40px);
      float: left; }
      #roles .content .blks_section .blks .blk {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        padding-left: 30px;
        background: url(../images/icons/left-arrow.png) no-repeat;
        background-position: left 13px;
        background-size: 20px;
        /*                padding: 20px 40px;
                        background: #fff;
                        margin: 15px 5px;
                        margin-bottom: 17px;
                        box-shadow: 8px 7px 17px -9px #ccc , 0 8px 10px -6px rgba(0,0,0,0);
                        position: relative;
                        border: 2px solid #f6f6f6;*/
        /*                &:before{
                            content: '';
                            position: absolute;
                            top: -6px;
                            left: -6px;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 35px 35px 0 0;
                            border-color: #fff;
                        }
        
                        &:after{
                            content: '';
                            position: absolute;
                            top: -1px;
                            left: -1px;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 0 0 30px 30px;
                            border-color: transparent transparent #2ab5e9 transparent;
                            box-shadow: 7px 6px 9px -4px #ccc , 0 8px 10px -6px rgba(0,0,0,0);
                        }*/ }
        #roles .content .blks_section .blks .blk p {
          margin: 0; }

#hm_footer {
  background: url(../images/home_footer.jpg) no-repeat;
  background-size: cover;
  height: 142px;
  position: relative; }
  #hm_footer p {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*# sourceMappingURL=home.css.map */
