/* Scss Document */
/*@include vendor-property('appearance', 'none');*/
/*@include icon('\f078');*/
/*select::-ms-expand {
			display: none;
		}*/
/*@include opacity(0.8);*/
/*@include transition(all, 0.2s, ease-in-out);*/
/*body {
  @include font-size(16);
}*/
/*body {
  @include line-height (16);
}*/
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  @media (max-width: 590px) {
    * {
      font-size: 13px; } }
  @media (max-width: 480px) {
    * {
      font-size: 14px; } }
  @media (max-width: 414px) {
    * {
      font-size: 13px; } }

.clear-fix {
  display: block;
  clear: both; }

body {
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

b {
  font-weight: 500;
  color: inherit; }

li {
  text-align: left;
  list-style: none; }

a {
  text-decoration: none; }

button {
  border: none;
  background: none;
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }

::-webkit-input-placeholder {
  color: #ACACAC;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px; }
  @media (max-width: 1000px) {
    ::-webkit-input-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    ::-webkit-input-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    ::-webkit-input-placeholder {
      font-size: 13px; } }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ACACAC;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px; }
  @media (max-width: 1000px) {
    :-moz-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    :-moz-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    :-moz-placeholder {
      font-size: 13px; } }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ACACAC;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px; }
  @media (max-width: 1000px) {
    ::-moz-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    ::-moz-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    ::-moz-placeholder {
      font-size: 13px; } }

:-ms-input-placeholder {
  color: #ACACAC;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px; }
  @media (max-width: 1000px) {
    :-ms-input-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    :-ms-input-placeholder {
      font-size: 14px; } }
  @media (max-width: 590px) {
    :-ms-input-placeholder {
      font-size: 13px; } }

.spazer {
  display: block;
  height: 70px;
  width: 100%; }
  @media (max-width: 1025px) {
    .spazer {
      height: 60px; } }
  @media (max-width: 1000px) {
    .spazer {
      height: 45px; } }
  @media (max-width: 640px) {
    .spazer {
      height: 37px; } }

.main-head {
  font-size: 40px;
  font-weight: 300;
  color: #333;
  margin-bottom: 40px;
  text-align: center; }

.buttonc {
  display: inline-block;
  border-radius: 25px;
  background: #333;
  color: #d1d1d1;
  padding: 12px 30px;
  font-size: 15px;
  margin-top: 15px;
  white-space: nowrap;
  /*320*/ }
  @media (max-width: 414px) {
    .buttonc {
      padding: 11px 15px; } }
  .buttonc:hover {
    background: #F44336; }

hr {
  border: none;
  width: 100%;
  margin: 30px 0;
  height: 1px;
  background-color: #E1E1E1; }
  @media (max-width: 480px) {
    hr {
      margin: 15px 0; } }

*, *:before, *:after {
  box-sizing: inherit; }

p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 26px;
  text-align: justify; }
  @media (max-width: 2000px) {
    p {
      font-size: 15px; } }
  @media (max-width: 1500px) {
    p {
      font-size: 14px; } }

.container {
  display: block;
  margin: 0 auto;
  max-width: 1100px; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media (max-width: 2000px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 1500px) {
    .container {
      max-width: 1150px; } }
  @media (max-width: 1280px) {
    .container {
      max-width: 100%;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (max-width: 1000px) {
    .container {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (max-width: 590px) {
    .container {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (max-width: 414px) {
    .container {
      margin-left: 20px;
      margin-right: 20px; } }
  .container::after {
    display: block;
    width: 100%;
    clear: both;
    content: ''; }

.section {
  display: block;
  width: 100%; }

.heading {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-weight: 300;
  margin-bottom: 40px; }
  @media (max-width: 2000px) {
    .heading {
      font-size: 30px; } }
  @media (max-width: 1500px) {
    .heading {
      font-size: 27px; } }
  @media (max-width: 640px) {
    .heading {
      font-size: 22px; } }

.heading2 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  color: #333;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 1000px) {
    .heading2 {
      font-size: 30px; } }
  @media (max-width: 1000px) {
    .heading2 {
      margin-bottom: 30px; } }
  @media (max-width: 640px) {
    .heading2 {
      font-size: 25px; } }

#header {
  display: block;
  width: 100%; }
  #header .head-top {
    display: block;
    background: #e2e2e2;
    padding: 12px 0; }
    @media (max-width: 1000px) {
      #header .head-top {
        padding: 18px 0; } }
    @media (max-width: 480px) {
      #header .head-top {
        padding: 10px 0; } }
    #header .head-top .socialshead {
      display: block;
      float: right;
      margin: 17px 0; }
      @media (max-width: 1000px) {
        #header .head-top .socialshead {
          display: none; } }
      #header .head-top .socialshead a {
        width: 35px;
        height: 35px;
        display: inline-block;
        margin-right: 5px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center; }
        #header .head-top .socialshead a i {
          color: white;
          line-height: 35px; }
      #header .head-top .socialshead .fb {
        background: #3b5998; }
      #header .head-top .socialshead .gplus {
        background: #dc4e41; }
      #header .head-top .socialshead .youtube {
        background: #dc472e; }
    #header .head-top .call-head {
      display: block;
      float: left;
      margin: 13px 0;
      margin-left: 0px;
      }
      @media (max-width: 1025px) {
        #header .head-top .call-head {
          margin-left: 54px; } }
      @media (max-width: 1000px) {
        #header .head-top .call-head {
          float: right;
          margin: 6px 0;
          margin-left: 0; } }
      @media (max-width: 414px) {
        #header .head-top .call-head {
          display: none; } }
      #header .head-top .call-head .mailh, #header .head-top .call-head .loactionh {
        display: block;
        position: relative;
        padding-left: 44px;
        margin-right: 24px;
        float: left;
        }
        @media (max-width: 640px) {
          #header .head-top .call-head .mailh, #header .head-top .call-head .loactionh {
            padding-left: 30px;
            margin-right: 10px; } }
        #header .head-top .call-head .mailh::before, #header .head-top .call-head .loactionh::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 29px;
          height: 29px;
          background: url(../images/call.png) no-repeat;
          background-size: contain;
          content: '';
          bottom: 0;
          margin: auto; }
          @media (max-width: 640px) {
            #header .head-top .call-head .mailh::before, #header .head-top .call-head .loactionh::before {
              width: 22px;
              height: 22px; } }
        #header .head-top .call-head .mailh p, #header .head-top .call-head .loactionh p {
          text-align: left;
          margin: 0;
          line-height: 22px; }
          @media (max-width: 640px) {
            #header .head-top .call-head .mailh p, #header .head-top .call-head .loactionh p {
              font-size: 12px;
              line-height: 18px; } }
      @media (max-width: 1000px) {
        #header .head-top .call-head .loactionh {
          margin-right: 0; } }
      @media (max-width: 590px) {
        #header .head-top .call-head .loactionh {
          display: none; } }
      #header .head-top .call-head .loactionh::before {
        background: url(../images/location.png) no-repeat;
        background-size: contain; }
      #header .head-top .call-head .loactionh p {
        text-align: left; }
    #header .head-top .location {
      display: block; }
    #header .head-top #site-data {
      display: block;
      float: left; }
      #header .head-top #site-data #logo {
        dispaly: block;
        width: 384px;
        float: left;
        margin-right: 5px;
        /* background: white; */
        /* padding: 12px; */
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        /* border-radius: 50%; */
        }
        @media (max-width: 1000px) {
          #header .head-top #site-data #logo {
            width: 60px; } }
        @media (max-width: 640px) {
          #header .head-top #site-data #logo {
            width: 57px;
            padding: 8px; } }
        @media (max-width: 590px) {
          #header .head-top #site-data #logo {
            width: 100%; } 
            
            #header .head-top .call-head {
    float: none;}
           .col-6 {
    width: 100% !important;
           }
            
        }
        #header .head-top #site-data #logo img {
          display: block;
          width: 100%; }
      #header .head-top #site-data h2 {
        font-size: 50px;
        color: #007acc;
        font-weight: 900;
        display: inline-block;
        /*1024*/ }
        @media (max-width: 1025px) {
          #header .head-top #site-data h2 {
            font-size: 47px; } }
        @media (max-width: 1000px) {
          #header .head-top #site-data h2 {
            font-size: 37px; } }
        @media (max-width: 640px) {
          #header .head-top #site-data h2 {
            font-size: 32px; } }
        @media (max-width: 590px) {
          #header .head-top #site-data h2 {
            font-size: 31px; } }
        @media (max-width: 414px) {
          #header .head-top #site-data h2 {
            font-size: 23px;
            margin-top: 5px; } }
      #header .head-top #site-data span {
        font-size: 18px;
        color: #f44336;
        display: block;
        font-weight: 600;
        margin-top: 5px;
        white-space: nowrap; }
        @media (max-width: 1000px) {
          #header .head-top #site-data span {
            font-size: 13px; } }
        @media (max-width: 640px) {
          #header .head-top #site-data span {
            font-size: 11px; } }
        @media (max-width: 590px) {
          #header .head-top #site-data span {
            margin-top: 1px; } }
        @media (max-width: 414px) {
          #header .head-top #site-data span {
            font-size: 13px; } }
  #header #nav {
    display: block;
    background: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative; }
    @media (max-width: 1000px) {
      #header #nav {
        height: 40px; } }
    #header #nav #navigate {
      position: absolute;
      width: 40px;
      height: 16px;
      right: 40px;
      bottom: 0;
      top: 0;
      margin: auto;
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 1000px) {
        #header #nav #navigate {
          opacity: 1;
          visibility: visible; } }
      @media (max-width: 590px) {
        #header #nav #navigate {
          right: 30px; } }
      @media (max-width: 414px) {
        #header #nav #navigate {
          right: 20px;
          width: 32px; } }
      #header #nav #navigate span {
        width: 100%;
        height: 2px;
        display: block;
        margin-bottom: 5px;
        background: #fff; }
        #header #nav #navigate span:last-child {
          margin-bottom: 0; }
    #header #nav .marian {
      display: none;
      white-space: nowrap; }
    #header #nav ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 1000px) {
        #header #nav ul {
          display: none; } }
      #header #nav ul ::after {
        display: block;
        clear: both;
        content: ''; }
      #header #nav ul li {
        display: block;
        float: left;
        position: relative; }
        #header #nav ul li:hover .sub-menu {
          opacity: 1;
          top: 48px;
          visibility: visible; }
        #header #nav ul li:hover a::after {
          height: 100%;
          opacity: 1;
          visibility: visible; }
        #header #nav ul li a {
          display: block;
          padding: 17px 20px;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          position: relative;
          z-index: 1; }
          @media (max-width: 1025px) {
            #header #nav ul li a {
              padding: 17px 15px;
              font-size: 13px; } }
          #header #nav ul li a::after {
            position: absolute;
            width: 100%;
            height: 0%;
            background: #000;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            content: '';
            z-index: -1;
            visibility: hidden;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
        #header #nav ul li .sub-menu {
          opacity: 0;
          position: absolute;
          top: 18px;
          left: 0;
          z-index: 9;
          width: 170px;
          padding-top: 7px;
          visibility: hidden;
          -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
          #header #nav ul li .sub-menu li {
            background: #F44336;
            display: block;
            width: 100%;
            -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
            -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
            #header #nav ul li .sub-menu li:hover {
              background: #000; }
            #header #nav ul li .sub-menu li a::after {
              opacity: 0;
              visibility: hidden; }
      #header #nav ul .current-menu-item {
        background: #F44336; }

.active-nav {
  
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  top: 0; }
  .active-nav .marian {
    font-size: 16px;
    color: white;
    float: left;
    font-weight: 900;
    display: block !important;
    line-height: 48px; }
    @media (max-width: 1025px) {
      .active-nav .marian {
        display: none !important; } }
    @media (max-width: 1000px) {
      .active-nav .marian {
        line-height: 40px;
        display: block !important; } }
    @media (max-width: 640px) {
      .active-nav .marian {
        font-size: 15px; } }
    @media (max-width: 414px) {
      .active-nav .marian {
        font-size: 14px; } }
  .active-nav ul {
    float: right; }
    @media (max-width: 1025px) {
      .active-nav ul {
        float: left; } }
    .active-nav ul li a {
      padding: 18px 14px !important;
      font-size: 13px !important; }

.bx-wrapper .bx-pager {
  display: none; }

.banner {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2; }
  .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    background: #F44336; }
    @media (max-width: 1025px) {
      .banner .container {
        position: initial; } }
  .banner .apply {
    display: block;
    width: 100%; }
    .banner .apply .fig {
      display: block;
      float: left;
      width: 25%;
      margin-right: 50px;
      padding: 28px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      background: url(../images/apply.jpg) no-repeat;
      background-size: cover; }
      @media (max-width: 1000px) {
        .banner .apply .fig {
          margin-right: 25px;
          width: 42%; } }
      @media (max-width: 590px) {
        .banner .apply .fig {
          display: none; } }
      .banner .apply .fig img {
        display: block;
        width: 100%; }
    .banner .apply .apply-data {
      display: block;
      float: left;
      padding: 28px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      @media (max-width: 1025px) {
        .banner .apply .apply-data {
          padding: 23px 0; } }
      @media (max-width: 1000px) {
        .banner .apply .apply-data {
          width: 54%;
          float: right; } }
      @media (max-width: 590px) {
        .banner .apply .apply-data {
          width: 100%;
          padding: 28px 30px; } }
      .banner .apply .apply-data h3 {
        font-size: 30px;
        color: #fff;
        display: block;
        font-weight: 300;
        margin-bottom: 10px; }
        @media (max-width: 1025px) {
          .banner .apply .apply-data h3 {
            font-size: 25px; } }
        @media (max-width: 480px) {
          .banner .apply .apply-data h3 {
            font-size: 22px; } }
      .banner .apply .apply-data p {
        color: #fff;
        margin: 0;
        display: block;
        float: left;
        margin-right: 50px; }
        @media (max-width: 1000px) {
          .banner .apply .apply-data p {
            margin-right: 25px; } }
        @media (max-width: 414px) {
          .banner .apply .apply-data p {
            font-size: 13px; } }
      .banner .apply .apply-data .button {
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        padding: 12px 40px;
        font-size: 15px;
        font-weight: 300;
        position: relative;
        padding-right: 70px;
        -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
        @media (max-width: 480px) {
          .banner .apply .apply-data .button {
            margin-top: 12px; } }
        .banner .apply .apply-data .button:hover {
          background: #F44336; }
          .banner .apply .apply-data .button:hover::after {
            right: 25px; }
        .banner .apply .apply-data .button::after {
          width: 19px;
          position: absolute;
          height: 7px;
          right: 40px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: '';
          background: url(../images/right-arrow.png) no-repeat;
          background-size: contain;
          -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

.flash-news {
  display: block;
  padding-top: 80px;
  background: #f4f4f4;
  position: relative;
  top: 1px; }
  @media (max-width: 1000px) {
    .flash-news {
      padding-top: 20px; } }
  @media (max-width: 414px) {
    .flash-news {
      padding-bottom: 20px; } }
  .flash-news .fn-left {
    display: block;
    float: left;
    width: 11%;
    padding: 12px 10px 12px 0;
    margin-bottom: 20px;
    font-size: 17px;
    border-right: 1px solid #ada9a9;
    font-weight: 600;
    color: #333;
    text-transform: uppercase; }
    @media (max-width: 1025px) {
      .flash-news .fn-left {
        width: 13%; } }
    @media (max-width: 1000px) {
      .flash-news .fn-left {
        width: 20%; } }
    @media (max-width: 640px) {
      .flash-news .fn-left {
        font-size: 15px; } }
    @media (max-width: 590px) {
      .flash-news .fn-left {
        width: 25%; } }
    @media (max-width: 480px) {
      .flash-news .fn-left {
        width: 30%; } }
    @media (max-width: 414px) {
      .flash-news .fn-left {
        width: 100%;
        border-right: none;
        margin-bottom: 0;
        border-bottom: 1px solid #ada9a9; } }
  .flash-news .fn-right {
    display: block;
    width: 89%;
    float: right; }
    @media (max-width: 1025px) {
      .flash-news .fn-right {
        width: 87%; } }
    @media (max-width: 1000px) {
      .flash-news .fn-right {
        width: 80%; } }
    @media (max-width: 590px) {
      .flash-news .fn-right {
        width: 65%; } }
    @media (max-width: 480px) {
      .flash-news .fn-right {
        width: 70%; } }
    @media (max-width: 414px) {
      .flash-news .fn-right {
        width: 100%; } }
    .flash-news .fn-right p {
      margin-bottom: 0;
      display: inline-block;
      padding: 7px 0;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      padding-right: 15px; }
      @media (max-width: 640px) {
        .flash-news .fn-right p {
          font-size: 15px; } }
      @media (max-width: 480px) {
        .flash-news .fn-right p {
          font-size: 14px; } }
      .flash-news .fn-right p::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        content: '|';
        line-height: 40px;
        color: #333; }

.about-news {
  position: relative;
  z-index: 1;
  padding-top: 1px; }
  @media (max-width: 1025px) {
    .about-news {
      padding-top: 0; } }
  .about-news::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: #f4f4f4;
    content: '';
    z-index: -1; }
    @media (max-width: 1000px) {
      .about-news::after {
        display: none; } }
  .about-news .about {
    display: block;
    width: 62%;
    background: white;
    float: left; }
    @media (max-width: 1000px) {
      .about-news .about {
        width: 100%;
        height: auto !important; } }
    .about-news .about .heading {
      margin: 0 !important; }
    .about-news .about h3 {
      font-size: 20px;
      margin-top: 10px;
      color: #666;
      margin-bottom: 20px; }
      @media (max-width: 1000px) {
        .about-news .about h3 {
          font-size: 15px; } }
    .about-news .about .mnd {
      margin-left: 12px; }
  .about-news .news-sec {
    display: block;
    float: right;
    width: 33%;
    padding-left: 4%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #f4f4f4;
    position: relative; }
    @media (max-width: 1000px) {
      .about-news .news-sec {
        width: 100%;
        height: auto !important;
        padding-left: 0; } }
    .about-news .news-sec::after {
      position: absolute;
      top: 0;
      right: -40px;
      bottom: 0;
      width: 40px;
      height: 100%;
      background: #f4f4f4; }
      @media (max-width: 1000px) {
        .about-news .news-sec::after {
          content: ''; } }
      @media (max-width: 590px) {
        .about-news .news-sec::after {
          width: 30px;
          right: -30px; } }
      @media (max-width: 414px) {
        .about-news .news-sec::after {
          width: 20px;
          right: -20px; } }
    .about-news .news-sec::before {
      position: absolute;
      top: 0;
      left: -40px;
      bottom: 0;
      width: 40px;
      height: 100%;
      background: #f4f4f4; }
      @media (max-width: 1000px) {
        .about-news .news-sec::before {
          content: ''; } }
      @media (max-width: 590px) {
        .about-news .news-sec::before {
          width: 30px;
          left: -30px; } }
      @media (max-width: 414px) {
        .about-news .news-sec::before {
          width: 20px;
          left: -20px; } }
    .about-news .news-sec ul li {
      display: block;
      width: 100%;
      margin-bottom: 25px; }
      .about-news .news-sec ul li::after {
        display: block;
        clear: both;
        content: ''; }
      .about-news .news-sec ul li p {
        margin: 0; }
      .about-news .news-sec ul li .date {
        display: block;
        float: left;
        padding: 17px 12px;
        background: #666;
        margin-right: 15px; }
        .about-news .news-sec ul li .date p {
          font-size: 13px;
          color: white;
          display: block;
          margin: 0;
          text-align: center; }
          .about-news .news-sec ul li .date p span {
            font-size: 13px;
            display: block;
            color: inherit;
            text-align: center; }
      .about-news .news-sec ul li h4 {
        font-size: 16px;
        color: #333;
        margin-bottom: 6px;
        display: block;
        font-weight: 600;
        line-height: 24px; }
      .about-news .news-sec ul li span {
        color: #F44336;
        font-size: 12px;
        padding-left: 5px; }

.sec-facilities {
  display: block;
  background: url(../images/facilities.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .sec-facilities .heading2 {
    color: white;
    display: block;
    text-align: center; }
  .sec-facilities .owl-item {
    padding: 16px; }
  .sec-facilities ul li {
    display: block;
    width: 100%;
    text-align: center; }
    .sec-facilities ul li .more {
      border: 1px solid #fff;
      font-size: 14px;
      padding: 9px 30px;
      border-radius: 4px;
      display: inline-block;
      color: #fff;
      font-weight: 300;
      -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
      .sec-facilities ul li .more:hover {
        background: #F44336; }
    .sec-facilities ul li .fig {
      display: block;
      width: 200px;
      height: 200px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 20px;
      border: 4px solid #fff; }
      .sec-facilities ul li .fig img {
        display: block;
        width: 100%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
    .sec-facilities ul li h5 {
      font-size: 24px;
      color: white;
      display: block;
      text-align: center;
      font-weight: 300;
      margin-bottom: 15px; }
      @media (max-width: 1000px) {
        .sec-facilities ul li h5 {
          font-size: 20px; } }
    .sec-facilities ul li p {
      color: white;
      display: block;
      text-align: justify; }

.home-gallery .gallery-nav {
  display: block; }
  .home-gallery .gallery-nav ul {
    display: block;
    text-align: center; }
    .home-gallery .gallery-nav ul li {
      display: inline-block;
      padding: 12px 30px;
      background: #DBDBDB;
      border-radius: 5px;
      min-width: 160px;
      border: 2px solid #cecdcd;
      text-align: center; }
      @media (max-width: 590px) {
        .home-gallery .gallery-nav ul li {
          min-width: 158px; } }
      @media (max-width: 480px) {
        .home-gallery .gallery-nav ul li {
          min-width: 125px;
          padding: 10px 30px; } }
      @media (max-width: 414px) {
        .home-gallery .gallery-nav ul li {
          min-width: 100%;
          display: block; } }
      .home-gallery .gallery-nav ul li a {
        color: #666;
        font-size: 14px;
        text-transform: uppercase; }
    .home-gallery .gallery-nav ul .middle {
      margin: 0 12px; }
      @media (max-width: 414px) {
        .home-gallery .gallery-nav ul .middle {
          margin: 12px 0; } }
.home-gallery .gallery-tab ul {
  margin: 0;
  padding: 0;
  margin-left: -3%; }
  @media (max-width: 414px) {
    .home-gallery .gallery-tab ul {
      margin-left: 0; } }
  .home-gallery .gallery-tab ul::after {
    display: block;
    clear: both;
    content: ''; }
  .home-gallery .gallery-tab ul li {
    display: block;
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    -webkit-box-shadow: 0px 8px 5px -5px #bbbbbb;
    -moz-box-shadow: 0px 8px 5px -5px #bbbbbb;
    box-shadow: 0px 8px 5px -5px #bbbbbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative; }
    @media (max-width: 1000px) {
      .home-gallery .gallery-tab ul li {
        width: 30.3333%;
        border: 1px solid #e8e8e8; } }
    @media (max-width: 640px) {
      .home-gallery .gallery-tab ul li {
        width: 47%; } }
    @media (max-width: 414px) {
      .home-gallery .gallery-tab ul li {
        width: 100%;
        margin-left: 0; } }
    .home-gallery .gallery-tab ul li:hover figure::after {
      opacity: 1;
      visibility: visible; }
    .home-gallery .gallery-tab ul li:hover figure::before {
      opacity: 1;
      visibility: visible;
      bottom: 0; }
    .home-gallery .gallery-tab ul li figure {
      display: block;
      border-radius: 7px 7px 0 0;
      position: relative;
      padding: 10px; }
      .home-gallery .gallery-tab ul li figure::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: rgba(0, 0, 0, 0.92);
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 7px 7px 0 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .home-gallery .gallery-tab ul li figure::before {
        width: 100px;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: -50%;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px solid #fff;
        opacity: 0;
        visibility: visible;
        z-index: 5;
        border-radius: 5px;
        content: 'View';
        line-height: 30px;
        color: white;
        text-align: center;
        -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
      .home-gallery .gallery-tab ul li figure img {
        display: block;
        width: 100%;
        height: auto; }
    .home-gallery .gallery-tab ul li .ablum-title {
      display: block;
      border-radius: 0 0 7px 7px;
      padding: 12px;
      font-size: 16px;
      color: #666;
      text-align: left;
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #FFF; }
      @media (max-width: 480px) {
        .home-gallery .gallery-tab ul li .ablum-title {
          font-size: 14px; } }
      .home-gallery .gallery-tab ul li .ablum-title::after {
        width: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 12px;
        height: 20px;
        background: url(../images/photoico.png) no-repeat;
        background-size: cover;
        content: ''; }

.gusest-book-home {
  background: url(../images/testmonilas.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .gusest-book-home .buttons-review {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px; }
    .gusest-book-home .buttons-review a {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 25px;
      border: 1px solid #fff;
      background: none;
      color: #fff;
      min-width: 180px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media (max-width: 1000px) {
        .gusest-book-home .buttons-review a {
          padding: 12px 30px; } }
      @media (max-width: 414px) {
        .gusest-book-home .buttons-review a {
          display: block; } }
      .gusest-book-home .buttons-review a:hover {
        background: #F44336;
        border: 1px solid #F44336; }
    .gusest-book-home .buttons-review .post {
      background: #F44336;
      margin-right: 15px;
      border: 1px solid #F44336; }
      @media (max-width: 414px) {
        .gusest-book-home .buttons-review .post {
          margin-right: 0;
          margin-bottom: 15px; } }
  .gusest-book-home .heading2 {
    color: white;
    margin-bottom: 20px; }
  .gusest-book-home .owl-controls {
    display: block !important; }
  .gusest-book-home .owl-buttons {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px; }
    .gusest-book-home .owl-buttons .owl-prev, .gusest-book-home .owl-buttons .owl-next {
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: inline-block; }
      .gusest-book-home .owl-buttons .owl-prev:hover, .gusest-book-home .owl-buttons .owl-next:hover {
        background: #fff; }
        .gusest-book-home .owl-buttons .owl-prev:hover i, .gusest-book-home .owl-buttons .owl-next:hover i {
          color: #333; }
      .gusest-book-home .owl-buttons .owl-prev i, .gusest-book-home .owl-buttons .owl-next i {
        color: white;
        font-size: 15px;
        line-height: 40px; }
    .gusest-book-home .owl-buttons .owl-prev {
      margin-right: 6px; }
    .gusest-book-home .owl-buttons .owl-next {
      margin-left: 6px; }
  .gusest-book-home ul {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto; }
    .gusest-book-home ul .owl-item {
      padding: 15px;
      padding-top: 80px; }
    .gusest-book-home ul li {
      display: block;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      padding: 40px;
      padding-top: 70px; }
      @media (max-width: 1000px) {
        .gusest-book-home ul li {
          padding: 20px;
          padding-top: 65px; } }
      .gusest-book-home ul li .author {
        font-size: 20px;
        margin-bottom: 12px;
        color: #333;
        display: block;
        text-align: center; }
        @media (max-width: 1000px) {
          .gusest-book-home ul li .author {
            font-size: 18px; } }
      .gusest-book-home ul li span {
        font-size: 13px;
        color: #666;
        display: block;
        text-align: center;
        margin-bottom: 12px; }
      .gusest-book-home ul li p {
        font-style: italic; }
      .gusest-book-home ul li figure {
        width: 105px;
        height: 105px;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: auto;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .gusest-book-home ul li figure img {
          display: block;
          width: 100%;
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }

.alumini-home {
  background: #F44336;
  text-align: center; }
  .alumini-home h5 {
    font-size: 30px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    margin-right: 20px;
    position: relative;
    top: 4px; }
    @media (max-width: 1000px) {
      .alumini-home h5 {
        font-size: 22px; } }
    @media (max-width: 640px) {
      .alumini-home h5 {
        margin-right: 0;
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      .alumini-home h5 {
        font-size: 18px; } }
  .alumini-home .buttona {
    display: inline-block;
    border: 1px solid #333;
    color: #fff;
    background: #333;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding-right: 70px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 640px) {
      .alumini-home .buttona {
        padding: 12px 87px; } }
    .alumini-home .buttona:hover {
      background: #F44336;
      border: 1px solid #fff; }
    .alumini-home .buttona::after {
      width: 19px;
      position: absolute;
      height: 7px;
      right: 40px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      background: url(../images/right-arrow.png) no-repeat;
      background-size: contain; }

#footer {
  background: #333; padding-top:80px;}
  #footer .footer-last {
    display: block;
    width: 100%;
    padding-bottom: 20px; }
    @media (max-width: 1000px) {
      #footer .footer-last p {
        text-align: center; } }
    #footer .footer-last::after {
      display: block;
      clear: both;
      content: ''; }
    #footer .footer-last .copyright {
      display: block;
      float: left; }
      @media (max-width: 1000px) {
        #footer .footer-last .copyright {
          float: initial; } }
    #footer .footer-last .develop {
      display: block;
      float: right; }
      @media (max-width: 1000px) {
        #footer .footer-last .develop {
          float: initial; } }
  #footer p {
    font-size: 13px;
    color: #c1c1c1;
    margin-bottom: 0;
    line-height: 22px; }
    #footer p a {
      color: inherit; }
  #footer .hr {
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background: #434242; }
  #footer ul {
    margin-left: -3%; }
    @media (max-width: 1000px) {
      #footer ul {
        margin-left: -5%; } }
    @media (max-width: 480px) {
      #footer ul {
        margin-left: 0; } }
    #footer ul li {
      display: block;
      width: 22%;
      float: left;
      margin-left: 3%; }
      @media (max-width: 1000px) {
        #footer ul li {
          width: 45%;
          margin-left: 5%;
          margin-bottom: 5%; } }
      @media (max-width: 480px) {
        #footer ul li {
          width: 100%;
          margin-left: 0;
          margin-bottom: 30px; } }
      #footer ul li .span {
        position: relative;
        font-size: 13px;
        color: #c1c1c1;
        padding-left: 25px; }
        #footer ul li .span::before {
          position: absolute;
          top: 3px;
          left: 0;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          color: #c1c1c1;
          content: "\f003"; }
      #footer ul li .call::before {
        content: "\f095"; }
      #footer ul li .location::before {
        content: "\f041"; }
      #footer ul li .search-f {
        display: block;
        margin-top: 20px; }
        #footer ul li .search-f input {
          display: block;
          width: 100%;
          height: 37px;
          background: none;
          padding-left: 7px;
          color: #fff;
          border: 1px solid #99a4c1;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }
        #footer ul li .search-f .search {
          display: block;
          background: #333;
          color: #c1c1c1;
          text-align: center;
          padding: 12px 10px;
          margin-top: 20px; }
      #footer ul li .socialf {
        display: block;
        text-align: left; }
        #footer ul li .socialf a {
          background: #3b4757;
          padding: 7px 13px;
          border-radius: 4px; }
          #footer ul li .socialf a i {
            color: white;
            text-align: center;
            line-height: 30px; }
      #footer ul li .gallery {
        margin-left: -3%; }
        #footer ul li .gallery::after {
          display: block;
          clear: both;
          content: ''; }
        #footer ul li .gallery .album {
          width: 30.3333%;
          margin-left: 3%;
          margin-bottom: 3%;
          float: left; }
          #footer ul li .gallery .album img {
            display: block;
            width: 100%;
            height: 100%; }
      #footer ul li .links {
        display: block; }
        #footer ul li .links::after {
          display: block;
          clear: both;
          content: ''; }
        #footer ul li .links a {
          display: block;
          width: 50%;
          float: left;
          color: #c1c1c1;
          position: relative;
          font-size: 13px;
          padding-left: 25px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          margin-bottom: 25px; }
          @media (max-width: 1025px) {
            #footer ul li .links a {
              padding-left: 15px; } }
          #footer ul li .links a::before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            color: inherit;
            content: "\f105";
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          #footer ul li .links a:hover::before {
            left: 10px; }
      #footer ul li h4 {
        font-size: 16px;
        color: #c1c1c1;
        margin-bottom: 30px; }
        @media (max-width: 480px) {
          #footer ul li h4 {
            font-size: 15px;
            margin-bottom: 20px; } }

.breadcrumbs {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #f3f3f3; }
  @media (max-width: 1000px) {
    .breadcrumbs {
      padding: 30px 0; } }
  @media (max-width: 480px) {
    .breadcrumbs {
      padding: 20px 0; } }
  .breadcrumbs h1 {
    line-height: 40px;
    color: #666;
    font-weight: 300;
    font-size: 30px;
    display: block;
    float: left;
    white-space: nowrap; }
    @media (max-width: 1000px) {
      .breadcrumbs h1 {
        font-size: 26px; } }
    @media (max-width: 480px) {
      .breadcrumbs h1 {
        font-size: 22px; } }
    @media (max-width: 414px) {
      .breadcrumbs h1 {
        font-size: 19px; } }
  .breadcrumbs #breadcrumbs {
    display: block;
    float: right;
    line-height: 40px; }
    .breadcrumbs #breadcrumbs .breadcrumb_last {
      color: #F44336;
      font-size: 13px; }
      @media (max-width: 414px) {
        .breadcrumbs #breadcrumbs .breadcrumb_last {
          font-size: 11px; } }
    .breadcrumbs #breadcrumbs a {
      color: #666;
      font-size: 13px; }
      @media (max-width: 414px) {
        .breadcrumbs #breadcrumbs a {
          font-size: 11px; } }
    @media (max-width: 414px) {
      .breadcrumbs #breadcrumbs span {
        font-size: 11px; } }

.about-page {
  display: block;
  width: 100%; }
  .about-page ul {
    margin: 0; }
    .about-page ul::after {
      display: block;
      clear: both;
      content: ''; }
    .about-page ul li {
      display: block;
      float: left;
      width: 100%;
      margin-bottom: 25px; }
      .about-page ul li b, .about-page ul li strong {
        color: #f44336; }
      .about-page ul li h2 {
        font-size: 26px;
        margin-bottom: 10px; }
        @media (max-width: 1000px) {
          .about-page ul li h2 {
            font-size: 22px; } }
        @media (max-width: 414px) {
          .about-page ul li h2 {
            font-size: 19px;
            margin-bottom: 5px; } }
      .about-page ul li h4 {
        font-size: 15px;
        color: #666;
        margin-bottom: 20px;
        font-style: italic; }
        @media (max-width: 1000px) {
          .about-page ul li h4 {
            font-size: 13px; } }
        @media (max-width: 414px) {
          .about-page ul li h4 {
            line-height: 20px;
            margin-bottom: 15px; } }

.facilities-page {
  display: block;
  width: 100%; }
  .facilities-page::after {
    display: block;
    clear: both;
    content: ''; }
  .facilities-page #left {
    display: block;
    width: 25%;
    float: left;
    background: #f3f3f3;
    border-radius: 4px; }
    @media (max-width: 1000px) {
      .facilities-page #left {
        width: 30%; } }
    @media (max-width: 640px) {
      .facilities-page #left {
        width: 100%;
        margin-bottom: 30px; } }
    .facilities-page #left ul {
      margin: 0;
      padding: 0; }
      .facilities-page #left ul li {
        display: block;
        width: 100%;
        padding: 18px 30px;
        padding-left: 50px;
        color: #666;
        border-bottom: 1px solid #e4e4e4;
        position: relative; }
        @media (max-width: 1000px) {
          .facilities-page #left ul li {
            padding: 16px 15px;
            padding-left: 35px; } }
        .facilities-page #left ul li:hover a {
          color: #333; }
        .facilities-page #left ul li::before {
          position: absolute;
          top: 18px;
          left: 30px;
          content: "\f101";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          color: #666; }
          @media (max-width: 1000px) {
            .facilities-page #left ul li::before {
              left: 17px; } }
        .facilities-page #left ul li:last-child {
          border-bottom: none;
          border-radius: 0 0 4px 4px; }
        .facilities-page #left ul li:first-child {
          border-radius: 4px 4px 0 0; }
        .facilities-page #left ul li a {
          display: block;
          color: #666; }
      .facilities-page #left ul .ui-tabs-active {
        background: #F44336; }
        .facilities-page #left ul .ui-tabs-active::before {
          color: white; }
        .facilities-page #left ul .ui-tabs-active a {
          color: white; }
  .facilities-page #right {
    display: block;
    width: 70%;
    float: right;
    padding: 30px;
    background: #f3f3f3;
    border-radius: 4px; }
    @media (max-width: 1000px) {
      .facilities-page #right {
        width: 65%; } }
    @media (max-width: 640px) {
      .facilities-page #right {
        width: 100%; } }
    @media (max-width: 414px) {
      .facilities-page #right {
        padding: 20px; } }
    .facilities-page #right .full {
      display: block;
      width: 100%; }
    .facilities-page #right .lab-img {
      margin-left: -2%; }
      .facilities-page #right .lab-img::after {
        display: block;
        clear: both;
        content: ''; }
      .facilities-page #right .lab-img li {
        display: block;
        float: left;
        width: 23%;
        margin-left: 2%; }
        @media (max-width: 1000px) {
          .facilities-page #right .lab-img li {
            width: 48%;
            margin-bottom: 2%; } }
        .facilities-page #right .lab-img li img {
          display: block;
          width: 100%; }
    .facilities-page #right h3 {
      font-size: 25px;
      color: #333;
      margin-bottom: 30px; }
      @media (max-width: 640px) {
        .facilities-page #right h3 {
          font-size: 20px; } }
      @media (max-width: 414px) {
        .facilities-page #right h3 {
          margin-bottom: 20px; } }
    .facilities-page #right img {
      width: 29%;
      float: left;
      margin: 0 15px 15px 0;
      border: 7px solid #fff; }
      @media (max-width: 1000px) {
        .facilities-page #right img {
          width: 45%; } }
      @media (max-width: 414px) {
        .facilities-page #right img {
          width: 100%;
          margin-right: 0; } }

.entry-title, .widget .widget-title {
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important; }
  @media (max-width: 1000px) {
    .entry-title, .widget .widget-title {
      font-size: 22px !important; } }

.sub-head, .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3, .entry-title, .widget .widget-title, .entry-content h3 {
  font-size: 26px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 55px; }
  @media (max-width: 1000px) {
    .sub-head, .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3, .entry-title, .widget .widget-title, .entry-content h3 {
      font-size: 22px;
      padding-left: 47px; } }
  @media (max-width: 414px) {
    .sub-head, .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3, .entry-title, .widget .widget-title, .entry-content h3 {
      font-size: 19px;
      margin-bottom: 25px; } }
  .sub-head::before, .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3::before, .entry-title::before, .widget .widget-title::before, .entry-content h3::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #F44336;
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.em {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  font-style: italic;
  padding-left: 55px; }
  @media (max-width: 1000px) {
    .em {
      font-size: 13px;
      padding-left: 47px; } }
  @media (max-width: 414px) {
    .em {
      line-height: 20px;
      margin-bottom: 15px; } }

.contact-page {
  display: block;
  width: 100%; }
  .contact-page .left-c {
    width: 65%;
    float: left;
    padding-left: 30px;
    border-left: 1px solid #ddd; }
    @media (max-width: 1000px) {
      .contact-page .left-c {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 1000px) {
      .contact-page .left-c {
        padding-left: 20px; } }
    .contact-page .left-c ul {
      margin: 0;
      padding: 0;
      margin-left: -3%;
      margin-top: 40px; }
      @media (max-width: 1000px) {
        .contact-page .left-c ul {
          margin-top: 30px; } }
      @media (max-width: 480px) {
        .contact-page .left-c ul {
          margin-left: 0;
          margin-top: 25px; } }
      .contact-page .left-c ul::after {
        display: block;
        clear: both;
        content: ''; }
      .contact-page .left-c ul li {
        display: block;
        float: left;
        width: 47%;
        margin-left: 3%;
        margin-bottom: 3%;
        overflow: hidden; }
        @media (max-width: 480px) {
          .contact-page .left-c ul li {
            width: 100%;
            margin-left: 0; } }
        .contact-page .left-c ul li input {
          display: block;
          width: 100%;
          border: 1px solid #ddd;
          height: 40px;
          padding-bottom: 5px;
          background: none;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }
        .contact-page .left-c ul li textarea {
          height: 160px; }
        .contact-page .left-c ul li .send {
          height: auto;
          padding: 15px 0;
          border: none;
          border-radius: 4px;
          background: #F44336;
          /*1024*/ }
          @media (max-width: 1025px) {
            .contact-page .left-c ul li .send {
              width: auto;
              padding: 15px 20px;
              float: right; } }
      .contact-page .left-c ul .full {
        width: 97%; }
        @media (max-width: 480px) {
          .contact-page .left-c ul .full {
            width: 100%; } }
  .contact-page .right-c {
    display: block;
    width: 30%;
    float: right;
    background: #F3F3F3;
    padding: 30px 0; }
    @media (max-width: 1000px) {
      .contact-page .right-c {
        width: 100%; } }
    .contact-page .right-c .sicon {
      display: block;
      text-align: center; }
      .contact-page .right-c .sicon a {
        display: inline-block;
        width: 35px;
        height: 35px;
        border: 1px solid #333;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .contact-page .right-c .sicon a i {
          line-height: 35px;
          display: block; }
      .contact-page .right-c .sicon .margin {
        margin: 0 7px; }
    .contact-page .right-c .location, .contact-page .right-c .phonect {
      display: block;
      width: 100%;
      margin-bottom: 15px; }
      .contact-page .right-c .location .icon, .contact-page .right-c .phonect .icon {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/placeholder.png) no-repeat;
        background-size: contain;
        margin: 0 auto;
        margin-bottom: 20px; }
      .contact-page .right-c .location h3, .contact-page .right-c .phonect h3 {
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        display: block;
        margin-bottom: 10px; }
        @media (max-width: 480px) {
          .contact-page .right-c .location h3, .contact-page .right-c .phonect h3 {
            font-size: 17px; } }
      .contact-page .right-c .location p, .contact-page .right-c .phonect p {
        text-align: center; }
        .contact-page .right-c .location p span, .contact-page .right-c .phonect p span {
          color: #F44336; }
    .contact-page .right-c .phonect .icon {
      background: url(../images/phone-contact.png) no-repeat;
      background-size: contain; }

.guestbook-page {
  display: block;
  width: 100%; }
  .guestbook-page #gwolle_gb form#gwolle_gb_new_entry {
    width: 30%;
    float: right;
    display: block;
    margin: 0;
    border-left: 1px solid #ddd;
    padding-left: 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    @media (max-width: 1000px) {
      .guestbook-page #gwolle_gb form#gwolle_gb_new_entry {
        width: 100%;
        padding-left: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 480px) {
      .guestbook-page #gwolle_gb form#gwolle_gb_new_entry {
        padding-left: 20px;
        margin-bottom: 25px; } }
    .guestbook-page #gwolle_gb form#gwolle_gb_new_entry .gwolle_gb_notice {
      line-height: 24px;
      font-size: 13px;
      color: #666; }
    .guestbook-page #gwolle_gb form#gwolle_gb_new_entry .label {
      display: none; }
    .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3 {
      margin-bottom: 35px; }
      .guestbook-page #gwolle_gb form#gwolle_gb_new_entry h3::before {
        top: -7px; }
  .guestbook-page #gwolle_gb .input {
    width: 100%; }
  .guestbook-page #gwolle_gb_write_button {
    display: none !important; }
  .guestbook-page #gwolle_gb .gwolle_gb_hide {
    display: block !important; }
  .guestbook-page #gwolle_gb_entries {
    display: block;
    width: 67%;
    float: left; }
    @media (max-width: 1000px) {
      .guestbook-page #gwolle_gb_entries {
        width: 100%; } }
    .guestbook-page #gwolle_gb_entries .gb-entry {
      color: #333;
      background-color: #e6e6e6;
      border: none;
      margin-bottom: 20px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background-repeat: repeat-x;
      background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
      background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
      background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
      background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
      background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
      padding-left: 5px; }
    .guestbook-page #gwolle_gb_entries article {
      padding: 30px; }
    .guestbook-page #gwolle_gb_entries .gb-entry-content {
      line-height: 26px;
      color: #666;
      margin-top: 20px;
      font-style: italic; }
    .guestbook-page #gwolle_gb_entries .gb-author-name {
      display: block;
      padding: 0 !important;
      margin-bottom: 12px !important;
      position: relative; }
      .guestbook-page #gwolle_gb_entries .gb-author-name::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background: #1e7aad;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .guestbook-page #gwolle_gb_entries .gb-author-name a, .guestbook-page #gwolle_gb_entries .gb-author-name i {
        font-size: 20px;
        font-style: normal; }
    .guestbook-page #gwolle_gb_entries .gb-entry-content {
      padding: 0 !important; }

.admisssion-page {
  display: block;
  width: 100%; }
  .admisssion-page ul {
    margin: 0;
    padding: 0; }
    .admisssion-page ul li {
      display: block;
      width: 100%;
      position: relative;
      line-height: 26px;
      padding-left: 25px;
      margin-bottom: 7px;
      color: #666; }
      .admisssion-page ul li::before {
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 15px;
        content: '';
        background: url(../images/checked.png) no-repeat;
        background-size: cover; }
  .admisssion-page b, .admisssion-page strong {
    color: #F44336; }
  .admisssion-page .sub-head {
    display: inline-block; }
  .admisssion-page .em {
    display: block; }
  .admisssion-page .img {
    display: block;
    width: 28%;
    float: left; }
    @media (max-width: 640px) {
      .admisssion-page .img {
        width: 100%;
        margin-bottom: 20px; } }
    .admisssion-page .img img {
      display: block;
      width: 100%; }
  .admisssion-page .ul {
    display: block;
    float: right;
    width: 68%; }
    @media (max-width: 640px) {
      .admisssion-page .ul {
        width: 100%; } }
  .admisssion-page .uniforms {
    display: block;
    width: 100%;
    padding-top: 50px;
    margin-top: 40px;
    background: #f3f3f3; }
    @media (max-width: 480px) {
      .admisssion-page .uniforms {
        margin-top: 0;
        padding-top: 25px; } }
    .admisssion-page .uniforms h4 {
      font-size: 20px;
      margin-bottom: 10px;
      padding: 15px 20px;
      position: relative;
      padding-left: 40px; }
      .admisssion-page .uniforms h4::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 30px;
        height: 30px;
        background: url(../images/man.png) no-repeat;
        background-size: cover;
        content: ''; }
    .admisssion-page .uniforms .woman::before {
      background: url(../images/woman.png) no-repeat;
      background-size: cover; }
    .admisssion-page .uniforms .left {
      display: block;
      float: left;
      width: 48%;
      border-radius: 4px;
      margin-top: 40px; }
      @media (max-width: 1000px) {
        .admisssion-page .uniforms .left {
          margin-top: 30px; } }
      @media (max-width: 640px) {
        .admisssion-page .uniforms .left {
          width: 100%;
          margin-top: 20px; } }
      .admisssion-page .uniforms .left::after {
        display: block;
        clear: both;
        content: ''; }
      .admisssion-page .uniforms .left span {
        line-height: 24px; }
      .admisssion-page .uniforms .left .bottom {
        border-bottom: 1px solid #d2d2d2; }
      .admisssion-page .uniforms .left .fullr {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border-top: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        margin-top: 30px; }
      .admisssion-page .uniforms .left .row::after {
        display: block;
        clear: both;
        content: ''; }
      .admisssion-page .uniforms .left .lt {
        display: block;
        width: 25%;
        float: left;
        padding: 15px 20px;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
      .admisssion-page .uniforms .left .rt {
        display: block;
        width: 75%;
        float: right;
        padding: 15px 20px;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
    .admisssion-page .uniforms .right {
      float: right; }

.news-page {
  display: block;
  width: 100%; }
  .news-page ul {
    margin: 0;
    padding: 0;
    margin-left: -3%; }
    @media (max-width: 640px) {
      .news-page ul {
        margin-left: 0; } }
    .news-page ul::after {
      display: block;
      clear: both;
      content: ''; }
    .news-page ul li {
      display: block;
      float: left;
      width: 47%;
      margin-left: 3%;
      padding-left: 1%;
      margin-bottom: 3%;
      border-left: 1px solid #b5b5b5; }
      @media (max-width: 1000px) {
        .news-page ul li {
          padding-left: 0;
          margin-bottom: 5%; } }
      @media (max-width: 640px) {
        .news-page ul li {
          width: 100%;
          margin-left: 0;
          padding-left: 0; } }
      .news-page ul li:hover .cnt {
        background: #fff; }
      .news-page ul li .cnt {
        display: block;
        background-color: #fff;
        padding: 30px;
        border-radius: 3px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        padding-top: 0;
        padding-right: 0; }
        @media (max-width: 640px) {
          .news-page ul li .cnt {
            padding-left: 20px; } }
        .news-page ul li .cnt span {
          color: #666;
          float: right;
          background: #eee;
          margin-top: 20px;
          padding: 10px 15px;
          border-radius: 5px;
          font-size: 13px; }
        .news-page ul li .cnt img {
          width: 40%;
          height: auto;
          float: left;
          margin-right: 20px; }
          @media (max-width: 1000px) {
            .news-page ul li .cnt img {
              width: 100%;
              margin-right: 0;
              margin-bottom: 12px; } }
          @media (max-width: 640px) {
            .news-page ul li .cnt img {
              width: 40%;
              margin-right: 15px; } }
          @media (max-width: 414px) {
            .news-page ul li .cnt img {
              width: 100%;
              margin-right: 0; } }
        .news-page ul li .cnt h3 {
          font-size: 20px;
          margin-bottom: 10px;
          font-weight: 300;
          color: #666;
          line-height: 27px; }
          @media (max-width: 480px) {
            .news-page ul li .cnt h3 {
              font-size: 17px; } }

.faculty-page {
  display: block;
  margin-left: -3%; }
  @media (max-width: 1000px) {
    .faculty-page {
      margin-left: 0; } }
  .faculty-page .row {
    border-radius: 4px;
    width: 47%;
    float: left;
    margin-left: 3%;
    margin-bottom: 2%;
    border-bottom: 1px solid #e2e2e2; }
    @media (max-width: 1000px) {
      .faculty-page .row {
        width: 100%;
        margin-left: 0; } }
    @media (max-width: 414px) {
      .faculty-page .row {
        margin-bottom: 5%; } }
    .faculty-page .row .head {
      background: #e2e2e2;
      padding: 15px; }
  .faculty-page ul {
    margin: 0;
    padding: 0; }
    .faculty-page ul::after {
      display: block;
      clear: both;
      content: ''; }
    .faculty-page ul li {
      display: block;
      width: 50%;
      border: 1px solid #e2e2e2;
      border-bottom: none;
      padding: 15px;
      float: left;
      line-height: 24px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      text-align: center;
      color: #666; }
      @media (max-width: 1000px) {
        .faculty-page ul li {
          padding: 10px;
          font-size: 13px; } }
      @media (max-width: 414px) {
        .faculty-page ul li {
          padding: 7px; } }
      .faculty-page ul li span {
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 1000px) {
          .faculty-page ul li span {
            font-size: 14px; } }
      .faculty-page ul li:nth-child(even) {
        border-left: none; }
    .faculty-page ul .bg {
      background: #f5f5f5; }

.download-page {
  display: block;
  width: 100%; }
  .download-page .sub-head {
    margin-bottom: 45px; }
    .download-page .sub-head::before {
      top: -7px; }
  .download-page .leftp {
    display: block;
    width: 65%;
    padding-right: 4%;
    float: left;
    border-right: 1px solid #f3f3f3;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
    @media (max-width: 1000px) {
      .download-page .leftp {
        width: 100%;
        padding-right: 0;
        border-right: none; } }
    .download-page .leftp ul {
      margin: 0;
      padding: 0; }
      .download-page .leftp ul li {
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        @media (max-width: 1000px) {
          .download-page .leftp ul li {
            margin-bottom: 25px; } }
        .download-page .leftp ul li::after {
          display: block;
          clear: both;
          content: ''; }
        .download-page .leftp ul li p {
          margin-bottom: 0; }
        .download-page .leftp ul li:hover span {
          background: #333;
          color: white; }
        .download-page .leftp ul li:hover h5 {
          color: #F44336; }
        .download-page .leftp ul li h5 {
          font-size: 20px;
          margin-bottom: 15px; }
          @media (max-width: 1000px) {
            .download-page .leftp ul li h5 {
              font-size: 17px;
              margin-bottom: 10px; } }
        .download-page .leftp ul li span {
          color: #666;
          float: right;
          background: #eee;
          margin-top: 20px;
          padding: 10px 15px;
          border-radius: 5px;
          font-size: 13px; }
  .download-page .rightp {
    display: block;
    width: 35%;
    padding-left: 4%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: right; }
    @media (max-width: 1000px) {
      .download-page .rightp {
        width: 100%;
        padding-left: 0; } }
    .download-page .rightp ul li {
      display: block;
      width: 100%;
      margin-bottom: 25px; }
      .download-page .rightp ul li::after {
        display: block;
        clear: both;
        content: ''; }
      .download-page .rightp ul li p {
        margin: 0; }
      .download-page .rightp ul li .date {
        display: block;
        float: left;
        padding: 17px 12px;
        background: #666;
        margin-right: 15px; }
        .download-page .rightp ul li .date p {
          font-size: 30px;
          color: white;
          display: block;
          margin: 0;
          text-align: center; }
          .download-page .rightp ul li .date p span {
            font-size: 13px;
            display: block;
            color: inherit;
            text-align: center; }
      .download-page .rightp ul li h4 {
        font-size: 16px;
        color: #333;
        margin-bottom: 6px;
        display: block;
        font-weight: 600;
        line-height: 22px; }
      .download-page .rightp ul li span {
        color: #F44336;
        font-size: 12px;
        padding-left: 5px; }

.courses-offered {
  display: block;
  width: 100%; }
  .courses-offered ul {
    margin: 0;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    overflow: hidden; }
    .courses-offered ul::after {
      display: block;
      clear: both;
      content: ''; }
    .courses-offered ul li {
      display: block;
      float: left;
      padding: 15px;
      color: #666;
      width: 35%;
      line-height: 26px;
      border-bottom: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2; }
      .courses-offered ul li:nth-child(even) {
        width: 65%;
        border-right: none; }

.register-section input {
  width: 100% !important;
  margin-bottom: 15px; }
.register-section label {
  margin-bottom: 12px !important; }

#signup_submit {
  background: #F44336 !important;
  color: white !important;
  padding: 12px 20px !important;
  border-radius: 4px; }

#html5-watermark {
  display: none !important; }

.bx-wrapper img {
  display: block;
  width: 100%; }

.ui-tabs-active {
  background: #007acc !important; }
  .ui-tabs-active a {
    color: white !important; }

.wraper {
  position: relative;
  right: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.slide-right {
  right: 270px; }
  @media (max-width: 414px) {
    .slide-right {
      right: 220px; } }

.side-nav {
  position: fixed;
  width: 270px;
  height: 100%;
  background: #fff;
  right: -270px;
  top: 0;
  bottom: 0;
  z-index: 999999;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  @media (max-width: 414px) {
    .side-nav {
      width: 220px;
      right: -220px; } }
  .side-nav .close-menu {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .side-nav .close-menu svg {
      width: 100%;
      height: 100%; }
  .side-nav ul {
    margin: 0;
    padding: 0;
    padding-top: 40px; }
    .side-nav ul li {
      display: block; }
      .side-nav ul li a {
        display: block;
        padding: 15px 40px;
        font-size: 15px;
        color: #333; }
        .side-nav ul li a:hover {
          background: #e6e6e6; }
    .side-nav ul .current-menu-item a {
      background: #F44336;
      color: #fff; }

.active-menu {
  right: 0;
  visibility: visible;
  overflow: scroll; }

#menu-item-39 ul, #menu-item-74 ul, #menu-item-151 ul {
  display: none;
  padding-top: 0; }

@media (max-width: 480px) {
  .alignleft {
    width: 100%;
    margin: 0 !important;
    height: 100%;
    margin-bottom: 15px !important; } }

#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
  font-weight: 400 !important;
  color: #666 !important; }

.sidebar {
  background: #f3f3f3;
  padding: 30px; }
  @media (max-width: 1000px) {
    .sidebar {
      margin-bottom: 35px; } }
  @media (max-width: 414px) {
    .sidebar {
      margin-bottom: 20px; } }

.entry-title::before, .widget .widget-title::before {
  top: -7px !important; }

@media (max-width: 1000px) {
  #buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
    width: 100% !important; } }

.forgetmenot {
  margin-bottom: 20px; }

#buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form textarea {
  height: 40px !important; }

#search-members-form label {
  display: inline-block; }
#search-members-form #members_search_submit {
  display: inline-block;
  padding: 14px 30px;
  background: #1a1a1a;
  color: white; }

.pagination:before, .pagination:after {
  display: none; }

#buddypress ul.item-list li div.item-title a {
  font-size: 18px;
  margin-bottom: 9px;
  display: block;
  text-decoration: none;
  box-shadow: none; }
  @media (max-width: 480px) {
    #buddypress ul.item-list li div.item-title a {
      font-size: 16px; } }

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
  padding: 10px 30px; }

#buddypress div.dir-search {
  display: block;
  float: initial !important;
  margin: 0 !important;
  text-align: left !important; }
  @media (max-width: 640px) {
    #buddypress div.dir-search {
      margin-top: 30px !important; } }
  #buddypress div.dir-search input[type=text] {
    width: 100% !important; }

#buddypress div.item-list-tabs {
  clear: initial !important;
  display: block;
  float: left;
  margin-top: 25px !important; }
  @media (max-width: 480px) {
    #buddypress div.item-list-tabs {
      margin-top: 5px !important; } }

#buddypress div.item-list-tabs#subnav {
  display: block;
  float: right;
  margin-top: 25px !important; }
  @media (max-width: 480px) {
    #buddypress div.item-list-tabs#subnav {
      margin-top: 5px !important; } }
  @media (max-width: 414px) {
    #buddypress div.item-list-tabs#subnav {
      float: left; } }

div.css-search div.em-search-geo {
  opacity: 0; }

.em-booking-form, .em-booking-form-details {
  display: block;
  float: left;
  width: 67%; }
  @media (max-width: 1000px) {
    .em-booking-form, .em-booking-form-details {
      width: 56%; } }
  @media (max-width: 640px) {
    .em-booking-form, .em-booking-form-details {
      width: 100%; } }
  .em-booking-form .em-booking-form-details, .em-booking-form-details .em-booking-form-details {
    width: 100%; }

.em-booking-login {
  display: block;
  float: right;
  width: 30%;
  margin: 0 !important; }
  @media (max-width: 1000px) {
    .em-booking-login {
      width: 40%; } }
  @media (max-width: 640px) {
    .em-booking-login {
      width: 100%; } }

.em-booking-form-details textarea, .em-booking-form-details input, .em-booking-form-details select {
  width: 100% !important; }

.em-booking-form-details textarea {
  height: 120px; }

.em-booking-form label {
  margin-bottom: 12px; }

.em-booking-buttons input {
  width: auto !important; }

.entry-content h3::before {
  top: -10px !important; }

.search-submit:before {
  content: "\f002" !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 14px !important;
  line-height: 38px; }

.search-submit {
  height: 38px; }

.news-single .post-thumbnail img {
  display: block;
  width: 400px;
  height: auto;
  float: left;
  margin-right: 20px; }

.owl-buttons {
  display: none; }

/*# sourceMappingURL=wis.css.map */

















.download-page .leftp ul{
    display:none !important;
}
img.classten {
    width: 49%;
        margin-bottom: 30px;
}
img.classten2 {
    width: 49%;
        margin-bottom: 30px;
        float:right;
}
a.tarplustwo {
    padding: 10px 20px;
    background: #ff8981;
    border: 1px solid #ff8981;
    color: #fff;
    font-weight: 900;
}