.delay {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay1 {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.delay2 {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

.delay3 {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s; }

.delay4 {
  animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s; }

.delay5 {
  animation-delay: 3s;
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s; }

.delay6 {
  animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s; }

.delay7 {
  animation-delay: 4s;
  -moz-animation-delay: 4s;
  -webkit-animation-delay: 4s; }

.delay8 {
  animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s; }

.delay9 {
  animation-delay: 5s;
  -moz-animation-delay: 5s;
  -webkit-animation-delay: 5s; }

* {
  padding: 0;
  margin: 0;
  outline: none; }

  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

html {font-size: 16px;}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
}

img {
    border: none;
}

a  {
  color: #006d95;
  text-decoration: underline;
  outline: none; 
}

.field--name-field-featured-opportunities-lin a,
a:hover {
  color: #940025;
  text-decoration: underline;
 }

a:focus {text-decoration: none;}

.top-menu a, 
.menu--top-menu a,
.navbar-nav.main a, 
.field--name-field-featured-opportunities-lin a, 
#explor a.nameachor, 
#explor div.more a, 
.view-latest-events a,
.view-latest-news a, #footer a {
  text-decoration: none!important;
}

p {margin-bottom: 1.25em;}

h1, h2, h3, h4, h5 {
    margin: 2.75rem 0 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.15;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {font-size: 2.441em;}

h3 {font-size: 1.953em;}

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}

small, .text_small {font-size: 0.8em;}

input[type="text"], input[type="email"],
input[type="password"], input[type="number"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ebebeb none repeat scroll 0 0;
  border: 0;
  box-shadow: unset;
  box-sizing: border-box;
  font: 400 14px/30px arial;
  min-height: 30px;
  padding: 5px 10px;
  width: 100%; }

.aligncenter, #txt-img .col-lg-3 {
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  margin: 0; }

.topcenter, #search .midcontainer .right-blk .view-header, #templatet7 #blogs .container .tblk:nth-child(3) {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }

.centermiddle, #home-para #explor .blockvisible a.nameachor, #home-para #explor .blockhide .more a, #success_story .storydiv .success_storybox .storydtl, .page-node-type-template-2-t2 .midcontainer .right-blk .second-blk, .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li a {
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }


h1 {
  color: #333333; }

h2 {
  color: #007FAC;
 }

h3 {
  color: #CC0033;
  font-weight: bold;
 }

h4 {
  color: #4E585E;
  font-weight: bold;
}

h5 {
  color: #007FAC;
 }

h6 {
  color: #000;
 }


ul, ol {
  margin: 0 0 1em 0; }


/* Header section*/
header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 16;
  transition: top 0.8s ease-in-out;
  -webkit-transition: top 0.8s ease-in-out;
  -moz-transition: top 0.8s ease-in-out;
  -ms-transition: top 0.8s ease-in-out;
  -o-transition: top 0.8s ease-in-out; }
  header #topmenu {
    background: #c90334;
    min-height: 37px; }
    header #topmenu .container {
      width: 1240px; }
    header #topmenu #block-topmenu {
      float: left;
      height: 37px; }
    header #topmenu ul.menu {
      margin: 0;
      padding: 0;
      display: inline-block; }
      header #topmenu ul.menu li {
        float: left;
        list-style: none;
        position: relative; }
        header #topmenu ul.menu li a {
          color: #fff;
          text-transform: uppercase;
          padding: 6.5px 10px; }
          header #topmenu ul.menu li a span.caret {
            display: none; }
          header #topmenu ul.menu li a:hover {
            background: #a5000f;
            text-decoration: none; }
          header #topmenu ul.menu li a:focus {
            background: #a5000f; }
        header #topmenu ul.menu li ul {
          display: none;
          position: absolute;
          min-width: 185px;
          border-radius: 0;
          box-shadow: none;
          background: #c90334;
          border-top: 2px solid #cf1b47;
          z-index: 1111;
          padding: 5px 0; }
          header #topmenu ul.menu li ul li {
            display: block;
            min-width: 185px; }
            header #topmenu ul.menu li ul li a {
              padding: 9px 15px;
              display: inline-block;
              width: 100%;
              font-size: 12px; }
              header #topmenu ul.menu li ul li a:hover {
                width: 100%;
                display: inline-block; }
        header #topmenu ul.menu li:hover ul {
          display: block; }
    header #topmenu #block-searchform {
      float: right;
      height: 37px; }
    header #topmenu form {
      position: relative;
      top: 54px;
      z-index: 99; }
      header #topmenu form .tooltip {
        display: none !important; }
      header #topmenu form label {
        display: none; }
      header #topmenu form input[type="search"] {
        border: 0;
        border-radius: 0;
        height: 37px;
        line-height: 37px;
        color: #9e9e9e;
        background: #ebebeb;
        text-transform: uppercase;
        font-size: 12px;
        padding: 5px 50px 5px 17px;
        width: 324px; }
        header #topmenu form input[type="search"]:-ms-input-placeholder {
          line-height: 35px; }
      header #topmenu form .input-group .form-control:focus {
        z-index: 2; }
      header #topmenu form button {
        position: absolute;
        top: 8px;
        right: 30px;
        text-indent: -20000px;
        border: 0;
        background: url(../images/sprite.png) no-repeat 0px 0px;
        width: 22px;
        height: 22px;
        display: block; }
        header #topmenu form button span.icon {
          display: none; }

header.nav-up {
  top: -205px; }

/* Nav Bar Start*/
header .top_nav {
  position: relative;
  width: 100%;
  margin: 0 auto; }

header .top_menu {
  position: relative;
  width: 100%;
  background: #e5e5e5;
  z-index: 5; }

header .top_menu .text_header_ul li {
  display: inline-block;
  padding: 15px 6px; }

header .top_menu ul li {
  display: inline-block;
  padding: 15px 11px; }

#mainnav {
  color: #fff;
  background: transparent linear-gradient(180deg, #ffffff 95px, #4f585d 64px) repeat scroll 0 0;
  height: 165px;
  border: none;
  margin-bottom: 0; }
  #mainnav .container {
    width: 1230px; }
  #mainnav .mobile-icon {
    display: none;
    position: absolute;
    right: 380px;
    top: 100px; }
    #mainnav .mobile-icon .mobile_menu {
      width: 28px;
      height: 21px;
      display: inline-block;
      cursor: pointer; }
      #mainnav .mobile-icon .mobile_menu a {
        background: url(../images/mobile-menu.png) no-repeat 0 -78px;
        width: 28px;
        height: 21px;
        display: block;
        outline: none; }
    #mainnav .mobile-icon .mobile_menu.active {
      width: 28px;
      height: 21px;
      cursor: pointer; }
      #mainnav .mobile-icon .mobile_menu.active a {
        background: url(../images/mobile-menu.png) no-repeat 0 0;
        width: 28px;
        height: 21px;
        display: block;
        outline: none; }
    #mainnav .mobile-icon .mobile_search {
      width: 22px;
      height: 22px;
      display: none;
      cursor: pointer; }
      #mainnav .mobile-icon .mobile_search a {
        background: url(../images/mobile-search.png) no-repeat;
        width: 22px;
        height: 22px;
        display: block;
        outline: none; }
  #mainnav .menuback {
    background: transparent linear-gradient(90deg, #ffffff 25%, rgba(255, 255, 255, 0) 64px) repeat scroll 0 0; }
    #mainnav .menuback .navbar-collapse.collapse {
      position: relative; }
    #mainnav .menuback .mobile_menu {
      width: 28px;
      height: 21px; }
      #mainnav .menuback .mobile_menu a {
        background: url(../images/mobile-menu.png) no-repeat 0 -78px;
        width: 28px;
        height: 21px;
        display: block;
        outline: none; }
    #mainnav .menuback .mobile_menu.active {
      width: 28px;
      height: 21px; }
      #mainnav .menuback .mobile_menu.active a {
        background: url(../images/mobile-menu.png) no-repeat 0 0;
        width: 28px;
        height: 21px;
        display: block;
        outline: none; }
    #mainnav .menuback .mobile_search {
      width: 22px;
      height: 22px; }
      #mainnav .menuback .mobile_search a {
        background: url(../images/mobile-search.png) no-repeat;
        width: 22px;
        height: 22px;
        display: block;
        outline: none; }
  #mainnav .navbar-nav {
    margin-top: 95px;
    float: right; }
    #mainnav .navbar-nav:before {
      width: 0;
      height: 0;
      border-top: 70px solid #fff;
      border-right: 64px solid transparent;
      content: "";
      display: block;
      margin-left: -66px;
      position: absolute;
      z-index: 1; }
  #mainnav ul.main {
    width: 899px; }
    #mainnav ul.main li {
      margin-right: 2px; }
  #mainnav ul.main > li:nth-child(1n) {
    width: 61px; }
  #mainnav ul.main > li:nth-child(2n) {
    width: 71px; }
  #mainnav ul.main > li:nth-child(3n) {
    width: 172px; }
  #mainnav ul.main > li:nth-child(4n) {
    width: 115px; }
  #mainnav ul.main > li:nth-child(5n) {
    width: 120px; }
  #mainnav ul.main > li:nth-child(6n) {
    width: 104px; }
  #mainnav ul.main > li:nth-child(7n) {
    width: 94px; }
  #mainnav ul.main > li:nth-child(8n) {
    width: 70px; }
  #mainnav ul.main > li:nth-child(9n) {
    width: 71px;
    margin-right: 0; }
  #mainnav li .down_arrow_icon {
    display: none; }
  #mainnav .navbar-nav > li > a {
    color: #ffffff;
    font-size: 13px;
    padding: 20px 0 21px;
    text-transform: uppercase;
    display: block;
    max-width: 201px;
    line-height: 15px;
    height: 70px;
    text-align: center; }
    #mainnav .navbar-nav > li > a:hover, #mainnav .navbar-nav > li > a .active {
      color: #fff;
      background: #292d30;
      text-decoration: none; }
  #mainnav .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  #mainnav .navbar-brand {
    color: #fff;
    height: inherit;
    background: #fff;
    padding: 45px 0 41px; }
  #mainnav .menu-large {
    position: static !important; }
    #mainnav .menu-large .megamenu {
      padding: 50px 0px;
      width: 100%;
      background: rgba(78, 88, 94, 0.84);
      min-height: 443px;
      top: auto; }
      #mainnav .menu-large .megamenu .container > ul {
        width: 925px;
        float: right;
        padding-left: 0; }
        #mainnav .menu-large .megamenu .container > ul li {
          list-style: none;
          color: #fff;
          font-size: 16px;
          line-height: 38px;
          padding: 0;
          text-transform: uppercase;
          margin-right: 0; }
          #mainnav .menu-large .megamenu .container > ul li a {
            color: #fff;
            text-decoration: none; }
          #mainnav .menu-large .megamenu .container > ul li ul {
            position: relative; }
            #mainnav .menu-large .megamenu .container > ul li ul li a {
              padding-left: 15px;
              padding-right: 15px;
              display: inline-block;
              width: 100%;
              box-sizing: border-box; }
            #mainnav .menu-large .megamenu .container > ul li ul li ul {
              position: absolute;
              z-index: 11;
              top: 0;
              left: 100%;
              width: 281px;
              min-height: 420px;
              overflow: hidden;
              background: #c90334;
              padding: 38px 16px;
              display: none; }
              #mainnav .menu-large .megamenu .container > ul li ul li ul li:hover {
                background: #a5000f; }
            #mainnav .menu-large .megamenu .container > ul li ul li:hover {
              background: #c90334; }
              #mainnav .menu-large .megamenu .container > ul li ul li:hover ul {
                display: block; }
        #mainnav .menu-large .megamenu .container > ul .col1, #mainnav .menu-large .megamenu .container > ul .col2, #mainnav .menu-large .megamenu .container > ul .col3 {
          width: 250px;
          float: left;
          min-height: 340px; }
          #mainnav .menu-large .megamenu .container > ul .col1 a, #mainnav .menu-large .megamenu .container > ul .col2 a, #mainnav .menu-large .megamenu .container > ul .col3 a {
            display: none; }
          #mainnav .menu-large .megamenu .container > ul .col1 > ul, #mainnav .menu-large .megamenu .container > ul .col2 > ul, #mainnav .menu-large .megamenu .container > ul .col3 > ul {
            padding-left: 0; }
          #mainnav .menu-large .megamenu .container > ul .col1 > ul li a, #mainnav .menu-large .megamenu .container > ul .col2 > ul li a, #mainnav .menu-large .megamenu .container > ul .col3 > ul li a {
            display: block; }
        #mainnav .menu-large .megamenu .container > ul .col3.right {
          float: right;
          border-left: 1px solid #fff;
          padding-left: 65px;
          margin-left: 65px;
          width: 325px;
          position: relative;
          display: none; }
        #mainnav .menu-large .megamenu .container > ul .col1.left {
          float: right;
          width: 325px;
          border-right: 1px solid #fff;
          padding-right: 65px;
          margin-right: 65px;
          position: relative; }
        #mainnav .menu-large .megamenu .container > ul .col3.right p, #mainnav .menu-large .megamenu .container > ul .col1.left p {
          color: #fff;
          font-size: 12px;
          line-height: 18px;
          text-align: justify;
          text-transform: capitalize; }
        #mainnav .menu-large .megamenu .container > ul .col3.right a, #mainnav .menu-large .megamenu .container > ul .col1.left a {
          color: #fff;
          font-size: 19px;
          line-height: 25px;
          width: 100%;
          text-align: center;
          text-transform: capitalize;
          display: inline-block;
          border: 2px solid #fff;
          padding: 10px 0;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
          #mainnav .menu-large .megamenu .container > ul .col3.right a:hover, #mainnav .menu-large .megamenu .container > ul .col1.left a:hover {
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            border: 2px solid #c90334;
            background: #c90334; }
        #mainnav .menu-large .megamenu .container > ul .col3.right .mid, #mainnav .menu-large .megamenu .container > ul .col1.left .mid {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      #mainnav .menu-large .megamenu:before {
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 55px;
        margin-top: -51px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); }
    #mainnav .menu-large .megamenu > li > ul {
      padding: 0;
      margin: 0; }
      #mainnav .menu-large .megamenu > li > ul li {
        list-style: none; }
        #mainnav .menu-large .megamenu > li > ul li a {
          display: block;
          padding: 3px 20px;
          clear: both;
          font-weight: normal;
          line-height: 1.428571429;
          color: #333333;
          white-space: normal; }
          #mainnav .menu-large .megamenu > li > ul li a:hover, #mainnav .menu-large .megamenu > li > ul li a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5; }
    #mainnav .menu-large .megamenu.disabled > a, #mainnav .menu-large .megamenu.disabled > a:hover, #mainnav .menu-large .megamenu.disabled > a:focus {
      color: #999999; }
    #mainnav .menu-large > a:hover, #mainnav .menu-large > a:focus {
      text-decoration: none;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
    #mainnav .menu-large .megamenu.dropdown-header {
      color: #428bca;
      font-size: 18px; }
  #mainnav .mobilemenu nav {
    background: none;
    display: block;
    float: inherit;
    height: inherit;
    width: 100%; }
    #mainnav .mobilemenu nav ul.main {
      position: absolute;
      top: 70px;
      left: 0;
      background: #4e595d;
      width: 100%;
      display: block; }
      #mainnav .mobilemenu nav ul.main li, #mainnav .mobilemenu nav ul.main a {
        width: 100% !important; }
      #mainnav .mobilemenu nav ul.main li > a {
        width: 100% !important;
        max-width: none;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
        padding: 16px 25px;
        height: inherit;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        #mainnav .mobilemenu nav ul.main li > a:hover, #mainnav .mobilemenu nav ul.main li > a:active, #mainnav .mobilemenu nav ul.main li > a:focus {
          background: #ca0334; }
      #mainnav .mobilemenu nav ul.main li.menu-large {
        background: url(../images/mobile-menu-arrow.png) no-repeat 98% 20px; }
        #mainnav .mobilemenu nav ul.main li.menu-large .megamenu {
          min-height: 150px;
          padding: 0;
          position: relative;
          border-bottom: 3px solid #c10937; }
          #mainnav .mobilemenu nav ul.main li.menu-large .megamenu:before {
            margin-top: 0;
            height: 35px; }
          #mainnav .mobilemenu nav ul.main li.menu-large .megamenu:after {
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
            content: "";
            display: block;
            height: 35px;
            position: absolute;
            width: 100%;
            z-index: 1;
            bottom: 0; }
          #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul {
            float: none;
            width: 100%;
            padding: 22px 0px; }
            #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul .col1, #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul .col2, #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul .col3 {
              float: none;
              min-height: initial;
              width: 100%; }
            #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul .col3.right {
              border-left: none;
              float: none;
              margin-left: 0;
              padding-left: 0;
              position: relative;
              width: 100%; }
            #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul li {
              line-height: 30px; }
              #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul li > a {
                border-bottom: none;
                font-size: 13px;
                font-weight: normal;
                padding: 0 10px;
                text-align: center;
                color: rgba(255, 255, 255, 0.7); }
                #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul li > a:hover {
                  background: none;
                  color: #fff; }
              #mainnav .mobilemenu nav ul.main li.menu-large .megamenu .container ul li:hover ul {
                display: block;
                width: 100%;
                position: inherit;
                background: rgba(0, 0, 0, 0.4);
                padding: 10px 0;
                min-height: 0; }

.region-slider .wide-container {
  height: 761px; }
  .region-slider .wide-container #slides {
    position: relative; }
    .region-slider .wide-container #slides .slides-control ul li .overlay {
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 9;
      content: ''; }
    .region-slider .wide-container #slides .slides-control ul li .carousel-caption {
      bottom: 32px;
      color: white;
      left: 15%;
      padding-bottom: 20px;
      padding-top: 20px;
      position: absolute;
      right: 15%;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      z-index: 10; }
      .region-slider .wide-container #slides .slides-control ul li .carousel-caption h3 {
        color: white;
        font-size: 1.87vw;
        font-weight: bold;
        line-height: 26px;
        margin: 0 0 15px;
        text-transform: uppercase; }
      .region-slider .wide-container #slides .slides-control ul li .carousel-caption .slider_content {
        color: white;
        display: inline-block;
        font-size: 1.3vw;
        font-weight: normal;
        line-height: 2vw;
        margin-bottom: 2.6vw;
        text-align: center;
        width: 70%; }
/*     .region-slider .wide-container #slides .slides-navigation .left, .region-slider .wide-container #slides .slides-navigation .right {
      margin: 0 auto;
      position: absolute;
      z-index: 3;
      top: 0%;
      bottom: 0;
      width: 13.78%;
      background: transparent url("../images/slide-arrow-bg.png") repeat scroll 0 0;
      opacity: 1; }
      .region-slider .wide-container #slides .slides-navigation .left a, .region-slider .wide-container #slides .slides-navigation .right a {
        display: block;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        outline: none;
        text-indent: -5000px;
        display: inline-block;
        width: 157px;
        height: 299px; }
        .region-slider .wide-container #slides .slides-navigation .left a:focus, .region-slider .wide-container #slides .slides-navigation .right a:focus {
          outline: none; }
    .region-slider .wide-container #slides .slides-navigation .right {
      right: 0; }
    .region-slider .wide-container #slides .slides-navigation a.prev {
      background: url(../images/slider-arrow-left.png) no-repeat; }
    .region-slider .wide-container #slides .slides-navigation a.next {
      background: url(../images/slider-arrow-right.png) no-repeat; }
 */    .region-slider .wide-container #slides .slides-pagination {
      position: absolute;
      z-index: 15;
      bottom: 45px;
      text-align: center;
      width: 100%; }
      .region-slider .wide-container #slides .slides-pagination a {
        border-radius: 100%;
        width: 13px;
        height: 13px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        background: #fff;
        margin: 2px 20px 2px 0;
        overflow: hidden;
        text-indent: -1000%; }
      .region-slider .wide-container #slides .slides-pagination a.current {
        background: #c90334; }
.region-slider .form-group .view-filters {
  display: none; }

/* #txt-img {
  padding: 0 0 9vw 0; } */
  #txt-img .container {
    width: 1236px;
    padding-left: 0;
    padding-right: 0; }
  #txt-img .col-lg-3 {
    min-height: 310px;
    max-height: 310px;
    min-width: 309px;
    overflow: hidden; }
    #txt-img .col-lg-3 section {
      width: 230px;
      margin: 0 auto; }
      #txt-img .col-lg-3 section h3 {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 36px;
        line-height: 39px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 50px 0 19px;
        border-bottom: 1px solid #fff;
        padding-bottom: 12px; }
        #txt-img .col-lg-3 section h3 span {
          font-size: 31px; }
        #txt-img .col-lg-3 section h3 a {
          color: #fff;
          text-decoration: none; }
      #txt-img .col-lg-3 section ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: bock;
        max-height: 105px;
        overflow: hidden; }
        #txt-img .col-lg-3 section ul li {
          list-style: none;
          padding-left: 0;
          margin-bottom: 7px;
          line-height: 20px;
          font-size: 15px;
          color: #fff;
          background: transparent url("../images/sprite.png") no-repeat scroll 0 -93px;
          padding-left: 15px; }
          #txt-img .col-lg-3 section ul li a {
            color: #fff; }
  #txt-img .txt-img-bg {
    display: inline; }
    #txt-img .txt-img-bg img {
      width: 100%;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
      #txt-img .txt-img-bg img:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
  #txt-img .aprrochdead {
    background: #9fa400; }
  #txt-img .spotlight {
    background: #0178a2; }
  #txt-img .getsocial {
    background: #ec871d; }
    #txt-img .getsocial h3 {
      min-width: 200px; }
  #txt-img ul.getsocial {
    padding: 0;
    margin: 0 auto !important;
    max-height: 127px !important;
    width: 155px !important; }
    #txt-img ul.getsocial li {
      width: 56px;
      height: 56px;
      list-style: none;
      background: none !important;
      display: inline-block;
      margin-right: 20px;
      padding-left: 0 !important; }
      #txt-img ul.getsocial li:nth-child(2n+2) {
        margin-right: 0; }
      #txt-img ul.getsocial li a {
        width: 56px;
        height: 56px;
        display: block; }
        #txt-img ul.getsocial li a img {
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
          #txt-img ul.getsocial li a img:hover {
            opacity: 0.7;
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out; }
  #txt-img .field--items .field--item:first-child h3 {
    color: #000;
    border-bottom: 1px solid #000; }
  #txt-img .field--items .field--item:first-child .col-lg-3 section ul li {
    background: url(../images/sprite.png) no-repeat 0px -31px;
    color: #000; }
    #txt-img .field--items .field--item:first-child .col-lg-3 section ul li a {
      color: #000; }
  #txt-img .field--items .field--item:last-child h3 .field--name-field-title {
    display: table-caption; }

#Featuredblock {
  background: #fff; 
  padding-top: 10vh;
  }
  #Featuredblock h2 {
    text-align: center;
    margin: 0 0 16px;
    color: #2b3033;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px; }
  #Featuredblock .field--item:first-child .col-md-6, #Featuredblock .field--item:first-child .col-sm-6 {
    padding-left: 0px;
    padding-right: 8px; }
  #Featuredblock .btndiv {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  #Featuredblock .Featuredblock_btn_left, #Featuredblock .Featuredblock_btn_center, #Featuredblock .Featuredblock_btn_right {
    background: rgba(202, 3, 52, 0.85);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
    padding: 1.4vw 1.6vw;
    z-index: 2; }
    #Featuredblock .Featuredblock_btn_left:hover, #Featuredblock .Featuredblock_btn_center:hover, #Featuredblock .Featuredblock_btn_right:hover {
      text-decoration: none; }
    #Featuredblock .Featuredblock_btn_left span, #Featuredblock .Featuredblock_btn_center span, #Featuredblock .Featuredblock_btn_right span {
      display: inline-block;
      height: 30px;
      overflow: hidden;
      vertical-align: top; }
  #Featuredblock .viewall {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    color: #c90334;
    border: 2px solid #c90334;
    height: 56px;
    width: 386px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 30px;
    text-align: center; }
    #Featuredblock .viewall a {
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      display: block;
      height: 52px;
      width: 382px;
      line-height: 50px;
      outline: none; }
      #Featuredblock .viewall a:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        text-decoration: none;
        color: #fff; }
      #Featuredblock .viewall a:focus {
        color: #c90334; }
    #Featuredblock .viewall:hover {
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      background: #c90334; }
      #Featuredblock .viewall:hover a {
        color: #fff; }
  #Featuredblock .col-md-6, #Featuredblock .col-sm-6 {
    padding-left: 0;
    padding-right: 8px; }
    #Featuredblock .col-md-6:last-child, #Featuredblock .col-sm-6:last-child {
      padding-right: 0;
      padding-left: 8px; }
    #Featuredblock .col-md-6 img, #Featuredblock .col-sm-6 img {
      width: 100%; }
    #Featuredblock .col-md-6 .Featuredblock_left, #Featuredblock .col-sm-6 .Featuredblock_left {
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      #Featuredblock .col-md-6 .Featuredblock_left .Featuredblock_cont, #Featuredblock .col-sm-6 .Featuredblock_left .Featuredblock_cont {
        background: rgba(202, 3, 52, 0.85);
        bottom: 0;
        color: #ffffff;
        margin-bottom: -300px;
        width: 100%;
        padding: 2vw 3vw 26px 2.5vw;
        position: absolute;
        right: 0; }
        #Featuredblock .col-md-6 .Featuredblock_left .Featuredblock_cont h3, #Featuredblock .col-sm-6 .Featuredblock_left .Featuredblock_cont h3 {
          font-size: 24px;
          line-height: 35px;
          color: #fff;
          margin-bottom: 15px;
          font-weight: normal; }
          #Featuredblock .col-md-6 .Featuredblock_left .Featuredblock_cont h3 a, #Featuredblock .col-sm-6 .Featuredblock_left .Featuredblock_cont h3 a {
            color: #fff !important;
            text-decoration: none; }
        #Featuredblock .col-md-6 .Featuredblock_left .Featuredblock_cont p, #Featuredblock .col-sm-6 .Featuredblock_left .Featuredblock_cont p {
          color: #fff;
          font-size: 15px;
          line-height: 28px;
          max-height: 80px;
          overflow: hidden; }
          #Featuredblock .col-md-6 .Featuredblock_left .Featuredblock_cont p a, #Featuredblock .col-sm-6 .Featuredblock_left .Featuredblock_cont p a {
            color: #fff;
            float: right;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase; }

#home-para {
  padding: 4.4vw 0 5.8vw; }
  #home-para .container {
    width: 1236px;
    padding-left: 0;
    padding-right: 0; }
  #home-para .field--items .field--item .col-lg-3, #home-para .field--items .field--item .col-md-3, #home-para .field--items .field--item .col-sm-3 {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 12px; }
  #home-para .field--items .field--item:nth-child(4n+1) .col-lg-3, #home-para .field--items .field--item:nth-child(4n+1) .col-md-3, #home-para .field--items .field--item:nth-child(4n+1) .col-sm-3 {
    padding-left: 0; }
  #home-para .field--items .field--item:nth-child(4n+4) .col-lg-3, #home-para .field--items .field--item:nth-child(4n+4) .col-md-3, #home-para .field--items .field--item:nth-child(4n+4) .col-sm-3 {
    padding-right: 0; }
  #home-para h2 {
    text-align: center;
    margin: 0 0 46px;
    text-transform: uppercase;
    font-size: 36px; }
  #home-para .form-group .view-filters {
    display: none; }
  #home-para #explor {
    clear: both;
    display: inline-block;
    width: 100%; }
    #home-para #explor h2 {
      font-weight: bold;
      color: #9fa400;
      line-height: 40px; }
    #home-para #explor .blockvisible {
      position: relative;
      overflow: hidden;
      max-height: 363px;
      width: 300px;
      cursor: pointer; }
      #home-para #explor .blockvisible img {
        width: 100%; }
      #home-para #explor .blockvisible a.nameachor {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        width: 100%;
        height: 55px;
        padding: 10px 0;
        line-height: 18px;
        font-size: 18px;
        background: #9fa400;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 1;
        text-transform: uppercase; }
        #home-para #explor .blockvisible a.nameachor:hover {
          text-decoration: none; }
      #home-para #explor .blockvisible:hover .blockhide {
        top: 0; }
      #home-para #explor .blockvisible:hover a.nameachor {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        opacity: 0; }
    #home-para #explor .getstartedlast {
      background: #ffc809;
      min-height: 363px;
      text-align: center; }
      #home-para #explor .getstartedlast img {
        width: inherit; }
      #home-para #explor .getstartedlast h4 {
        color: #000;
        font-size: 24px;
        line-height: 30px;
        margin: 25px 0 28px;
        text-transform: uppercase;
        padding: 0 20px;
        box-sizing: border-box;
        font-weight: normal; }
      #home-para #explor .getstartedlast > div {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    #home-para #explor .blockhide {
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      background: rgba(42, 46, 50, 0.8);
      height: 100%;
      left: 0;
      position: absolute;
      text-align: center;
      top: 100%;
      transition: all 0.5s ease-in-out 0s;
      width: 100%;
      z-index: 2;
      padding: 62px 20px 40px; }
      #home-para #explor .blockhide h4 {
        color: #fff;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 18px;
        text-transform: uppercase;
        max-height: 55px;
        overflow: hidden;
        font-weight: normal; }
        #home-para #explor .blockhide h4 a {
          color: #fff; }
          #home-para #explor .blockhide h4 a:hover {
            text-decoration: none; }
      #home-para #explor .blockhide p {
        color: #fff;
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 1.8vw;
        max-height: 137px;
        overflow: hidden; }
      #home-para #explor .blockhide .more {
        margin: 0 auto;
        width: 178px; }
        #home-para #explor .blockhide .more a {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          width: 178px;
          height: 38px;
          padding: 10px 0;
          line-height: 18px;
          font-size: 14px;
          border: 1px solid #fff;
          color: #fff;
          text-align: center;
          font-weight: bold; }
          #home-para #explor .blockhide .more a:hover {
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            text-decoration: none;
            background: #c90334;
            border: 1px solid #c90334; }
  #home-para #latest_News {
    margin-top: 9.5vw; }
    #home-para #latest_News h2 {
      text-align: left;
      color: #0178a2;
      margin-bottom: 28px;
      line-height: 40px; }
      #home-para #latest_News h2 span {
        margin-left: 20px; }
        #home-para #latest_News h2 span a {
          overflow: hidden;
          padding: 0;
          width: 25px;
          vertical-align: inherit; }
          #home-para #latest_News h2 span a:active {
            box-shadow: none; }
        #home-para #latest_News h2 span .next img {
          transform: translateX(-32px); }
      #home-para #latest_News h2 .viewnews {
        float: right;
        font-size: 20px;
        color: #0178a2;
        margin-top: 10px; }
        #home-para #latest_News h2 .viewnews a {
          color: #0178a2; }
          #home-para #latest_News h2 .viewnews a:hover {
            text-decoration: none;
            color: #c90334; }
  #home-para #latest_events {
    margin-top: 6.7vw; }
    #home-para #latest_events h2 {
      text-align: left;
      color: #ec871d;
      line-height: 61px;
      margin-bottom: 17px; }
      #home-para #latest_events h2 span {
        margin-left: 20px; }
        #home-para #latest_events h2 span a {
          overflow: hidden;
          padding: 0;
          width: 25px;
          vertical-align: inherit; }
          #home-para #latest_events h2 span a:active {
            box-shadow: none; }
        #home-para #latest_events h2 span .next img {
          transform: translateX(-32px); }
      #home-para #latest_events h2 .viewevent {
        float: right;
        font-size: 20px;
        color: #ec871d;
        background: transparent url("../images/sprite.png") no-repeat scroll 257px -149px;
        line-height: 61px; }
        #home-para #latest_events h2 .viewevent a {
          color: #ec871d;
          padding-right: 80px; }
          #home-para #latest_events h2 .viewevent a:hover {
            text-decoration: none;
            color: #c90334; }
  #home-para .item .views-field-field-image {
    margin-bottom: 16px; }
    #home-para .item .views-field-field-image > div {
      min-height: 221px;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: none; }
  #home-para .item .views-field-title {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
    margin: 0 0 15px;
    max-height: 55px;
    overflow: hidden; }
    #home-para .item .views-field-title a {
      color: #000; }
      #home-para .item .views-field-title a:hover {
        color: #c90334; }
  #home-para .item .views-field-body {
    color: rgba(43, 48, 51, 0.82);
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    max-height: 40px;
    overflow: hidden; }
    #home-para .item .views-field-body p {
      color: rgba(43, 48, 51, 0.82);
      font-size: 14px;
      line-height: 21px;
      margin: 0; }
  #home-para .item .date {
    color: rgba(0, 0, 0, 0.63);
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin: 33px 0 5px;
    max-height: 45px;
    overflow: hidden; }

#fast_facts {
  background: #000;
  min-height: 752px;
  margin-bottom: 7.4vw; }
  #fast_facts .container {
    width: 1240px; }
  #fast_facts h2 {
    color: #fff;
    text-align: center;
    margin: 3.7vw 0 9.5vw;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold; }
  #fast_facts .loadingimg {
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #fast_facts .loadingimg img {
      width: 100%; }
  #fast_facts .counterbox {
    padding-left: 7px;
    padding-right: 7px; }
    #fast_facts .counterbox .counterblock {
      text-align: center;
      background: #c90334;
      padding: 26px 10px;
      position: relative; }
      #fast_facts .counterbox .counterblock span {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold; }
      #fast_facts .counterbox .counterblock p {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
        margin: 5px 0 0 0;
        min-height: 50px;
        overflow: hidden; }
    #fast_facts .counterbox .countertext p {
      color: #fff;
      opacity: 0.5;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 36px;
      font-weight: normal;
      margin: 65px 0 0 0;
      text-align: center;
      padding: 0 29px; }

#success_story {
  margin-bottom: 15.7vw; }
  #success_story .form-group .view-filters {
    display: none; }
  #success_story .container {
    width: 1246px; }
  #success_story .storydiv {
    overflow: hidden;
    width: 100%; }
    #success_story .storydiv h2 {
      color: #2b3033;
      font-size: 36px;
      line-height: 100px;
      text-align: center;
      width: 500px;
      font-weight: bold;
      margin: 0 auto 37px;
      text-transform: uppercase;
      background: url("../images/sprite.png") no-repeat scroll 11px -370px; }
    #success_story .storydiv .success_storybox {
      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      color: #000000;
      cursor: pointer;
      outline: none;
      text-decoration: none; }
      #success_story .storydiv .success_storybox img {
        position: relative; }
      #success_story .storydiv .success_storybox .storydtl {
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: rgba(202, 3, 52, 0.85);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 20px;
        box-sizing: boder-box; }
        #success_story .storydiv .success_storybox .storydtl h3 {
          color: #fff;
          font-size: 30px;
          line-height: 30px;
          text-align: center;
          font-weight: normal;
          margin: 0 0 30px;
          max-height: 55px;
          overflow: hidden;
          text-transform: uppercase; }
          #success_story .storydiv .success_storybox .storydtl h3 span {
            display: block;
            font-size: 18px; }
        #success_story .storydiv .success_storybox .storydtl p {
          color: #fff;
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          margin: 0 0 16px;
          max-height: 95px;
          overflow: hidden; }
        #success_story .storydiv .success_storybox .storydtl .fullstory {
          text-align: center;
          color: #fff;
          font-size: 18px;
          line-height: 24px;
          font-weight: bold; }
          #success_story .storydiv .success_storybox .storydtl .fullstory a {
            color: #fff; }
      #success_story .storydiv .success_storybox:hover .storydtl {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    #success_story .storydiv .owl-controls .owl-nav .owl-prev {
      background: url("../images/left-arrow.png") no-repeat scroll center center;
      font-size: 0;
      height: 100%;
      left: -7.8vw;
      position: absolute;
      top: 0;
      width: 95px; }
    #success_story .storydiv .owl-controls .owl-nav .owl-next {
      background: url("../images/right-arrow.png") no-repeat scroll center center;
      font-size: 0;
      height: 100%;
      position: absolute;
      right: -7.8vw;
      top: 0;
      width: 95px; }

footer {
  background: #333 url(../images/footerbg.png) no-repeat top center;
  min-height: 652px;
  border-top: 41px solid #c90334;
  padding: 3.5vw 0 10vw; }
  footer .container {
    width: 1246px; }
  footer h5 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin: 0 0 5px;
    text-transform: uppercase; }
    footer h5 a {
      color: #fff; }
      footer h5 a:hover {
        text-decoration: none;
        color: #ffc809; }
      footer h5 a:focus {
        color: #fff; }
  footer p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 16px; }
    footer p:last-child {
      font-size: 13px; }
      footer p:last-child a {
        color: #999; }
        footer p:last-child a:hover {
          text-decoration: none;
          color: #fff; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      color: #999;
      list-style: none;
      font-size: 13px;
      line-height: 22px; }
      footer ul li a {
        color: #999; }
        footer ul li a:hover {
          text-decoration: none;
          color: #fff; }
        footer ul li a:focus {
          color: #999; }
  footer a.footerlogo {
    width: 305px;
    height: 95px;
    display: block;
    margin-bottom: 40px; }
  footer .office_our {
    margin-bottom: 19px; }
    footer .office_our h5 {
      margin: 0; }
  footer .address {
    margin-bottom: -8px; }
    footer .address h5 {
      margin: 0; }
  footer .connectwith {
    margin-bottom: 58px; }
    footer .connectwith h5 {
      margin: 0 0 6px; }
  footer .gaiacenter {
    margin-bottom: 31px; }
    footer .gaiacenter h5 {
      margin: 0 0 6px; }
  footer .footersocial {
    float: right;
    padding-right: 10px; }
    footer .footersocial h5 {
      margin: 0 0 60px;
      text-align: center; }
    footer .footersocial ul {
      padding: 0;
      margin: 0;
      width: 285px; }
      footer .footersocial ul li {
        width: 78px;
        height: 78px;
        list-style: none;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 26px; }
        footer .footersocial ul li a {
          transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          -ms-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          width: 78px;
          height: 78px;
          display: block; }
          footer .footersocial ul li a:hover {
            transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            opacity: 0.5; }
        footer .footersocial ul li:nth-child(4n), footer .footersocial ul li:nth-child(4n) {
          margin-right: 0; }

/* added by arpi to add admin edit functionality icon */
#ru-nav ul {
  position: fixed;
  width: 90%;
  max-width: 300px;
  left: 5%;
  bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
  background: white;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s; }
  #ru-nav ul li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

#ru-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s; }
  #ru-nav ul.is-visible li:nth-child(1) {
    /* list items animation */
    -webkit-animation: ru-slide-in 0.2s;
    -moz-animation: ru-slide-in 0.2s;
    animation: ru-slide-in 0.2s; }
  #ru-nav ul.is-visible li:nth-child(2) {
    -webkit-animation: ru-slide-in 0.4s;
    -moz-animation: ru-slide-in 0.4s;
    animation: ru-slide-in 0.4s; }
  #ru-nav ul.is-visible li:nth-child(3) {
    -webkit-animation: ru-slide-in 0.6s;
    -moz-animation: ru-slide-in 0.6s;
    animation: ru-slide-in 0.6s; }
  #ru-nav ul.is-visible li:nth-child(4) {
    -webkit-animation: ru-slide-in 0.8s;
    -moz-animation: ru-slide-in 0.8s;
    animation: ru-slide-in 0.8s; }
  #ru-nav ul.is-visible li:nth-child(5) {
    -webkit-animation: ru-slide-in 1.0s;
    -moz-animation: ru-slide-in 1.0s;
    animation: ru-slide-in 1.0s; }
  #ru-nav ul.is-visible li:nth-child(6) {
    -webkit-animation: ru-slide-in 1.2s;
    -moz-animation: ru-slide-in 1.2s;
    animation: ru-slide-in 1.2s; }
  #ru-nav ul.is-visible li:nth-child(7) {
    -webkit-animation: ru-slide-in 1.4s;
    -moz-animation: ru-slide-in 1.4s;
    animation: ru-slide-in 1.4s; }
  #ru-nav ul.is-visible li:nth-child(8) {
    -webkit-animation: ru-slide-in 1.6s;
    -moz-animation: ru-slide-in 1.6s;
    animation: ru-slide-in 1.6s; }
  #ru-nav ul.is-visible li:nth-child(9) {
    -webkit-animation: ru-slide-in 1.8s;
    -moz-animation: ru-slide-in 1.8s;
    animation: ru-slide-in 1.8s; }
  #ru-nav ul.is-visible li:nth-child(10) {
    -webkit-animation: ru-slide-in 2.0s;
    -moz-animation: ru-slide-in 2.0s;
    animation: ru-slide-in 2.0s; }

#ru-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #eff2f6; }

#ru-nav li:last-child a {
  border-bottom: none; }

.ru-nav-trigger {
  position: fixed;
  bottom: 20px;
  left: 5%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 8; }

.ru-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e84a64;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.ru-nav-trigger span::before, .ru-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s; }

.ru-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.ru-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.ru-nav-trigger.menu-is-open {
  box-shadow: none; }

.ru-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0); }

.ru-nav-trigger.menu-is-open span::before, .ru-nav-trigger.menu-is-open span::after {
  background: #e84a64; }

.ru-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.ru-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg); }

/* Study Abroad */
.inner-template-banner {
  width: 100%;
  position: relative;
  border-bottom: 8px solid #242526;
  margin-bottom: 100px; }
  .inner-template-banner .bnr_img {
    background-size: cover;
    width: 100%;
    height: 590px; }
  .inner-template-banner h1 {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 42px;
    font-weight: normal;
    z-index: 9;
    line-height: 45px; }
  .inner-template-banner .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 8; }

#template-t1 #first-blk {
  margin-top: 20px; }
  #template-t1 #first-blk .container {
    max-width: 1248px;
    width: 100%; }
    #template-t1 #first-blk .container h2 {
      font-size: 60px;
      line-height: 70px;
      font-weight: normal;
      color: rgba(1, 120, 162, 0.82);
      margin: 0 0 35px;
      text-align: center;
      text-transform: uppercase;
      padding: 0 30px; }
    #template-t1 #first-blk .container p {
      font-size: 16px;
      line-height: 25px;
      font-weight: normal;
      color: #2b3033;
      text-align: justify; }
      #template-t1 #first-blk .container p a {
        color: #006d95; }
        #template-t1 #first-blk .container p a:hover {
          color: #c90334;
          text-decoration: underline; }
    #template-t1 #first-blk .container .col-lg-4, #template-t1 #first-blk .container .col-md-4, #template-t1 #first-blk .container .col-sm-4 {
      padding-right: 11px;
      padding-left: 11px; }
      #template-t1 #first-blk .container .col-lg-4 a.btn-primary, #template-t1 #first-blk .container .col-md-4 a.btn-primary, #template-t1 #first-blk .container .col-sm-4 a.btn-primary {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 85px;
        font-size: 28px;
        font-weight: normal;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.82);
        margin-bottom: 20px;
        padding: 25px 0 23px;
        width: 395px;
        border: 0;
        background: #0178a2;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
        #template-t1 #first-blk .container .col-lg-4 a.btn-primary:hover, #template-t1 #first-blk .container .col-md-4 a.btn-primary:hover, #template-t1 #first-blk .container .col-sm-4 a.btn-primary:hover {
          background: #c90334;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
      #template-t1 #first-blk .container .col-lg-4:first-child, #template-t1 #first-blk .container .col-md-4:first-child, #template-t1 #first-blk .container .col-sm-4:first-child {
        padding-left: 0; }
      #template-t1 #first-blk .container .col-lg-4:last-child, #template-t1 #first-blk .container .col-md-4:last-child, #template-t1 #first-blk .container .col-sm-4:last-child {
        padding-right: 0; }
        #template-t1 #first-blk .container .col-lg-4:last-child a, #template-t1 #first-blk .container .col-md-4:last-child a, #template-t1 #first-blk .container .col-sm-4:last-child a {
          float: right; }
  #template-t1 #first-blk ul {
    padding: 0; }
    #template-t1 #first-blk ul li {
      padding-left: 12px;
      list-style: none; }
      #template-t1 #first-blk ul li a {
        color: rgba(43, 48, 51, 0.82);
        outline: none; }
        #template-t1 #first-blk ul li a:hover {
          color: #c90334;
          text-decoration: underline; }
      #template-t1 #first-blk ul li:before {
        content: '-';
        font-size: 18px;
        font-weight: bold;
        padding-right: 5px;
        position: absolute;
        margin-left: -12px; }
#template-t1 #second-blk {
  margin: 11.8vw 0 7.5vw;
  width: 100%; }
  #template-t1 #second-blk .coloumn {
    width: 33.11%;
    float: left;
    margin-right: 0.32%;
    overflow: hidden;
    margin-bottom: 0.3%;
    position: relative; }
    #template-t1 #second-blk .coloumn .programtype-block img {
      width: 100%; }
    #template-t1 #second-blk .coloumn .programtype-block .programtype-cont {
      background: rgba(202, 3, 52, 0.85);
      color: #ffffff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 100%;
      transition: all 0.5s ease-in-out 0s; }
      #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%;
        padding: 1vw 3vw; }
        #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid h3 {
          font-size: 28px;
          line-height: 35px;
          color: #fff;
          font-weight: bold;
          margin: 0 0 1.5vw;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out; }
          #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid h3 a {
            color: #fff;
            text-decoration: none; }
        #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p {
          color: #fff;
          font-size: 12px;
          line-height: 18px;
          text-align: justify;
          margin-bottom: 47px;
          max-height: 72px;
          overflow: hidden; }
          #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p > a {
            background: transparent url("../images/morearrow.png") no-repeat scroll right center/6px auto;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            line-height: 20px;
            padding-right: 15px;
            text-decoration: none;
            text-transform: uppercase;
            text-align: left; }
            #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p > a:hover {
              text-decoration: underline; }
        #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid > a {
          background: transparent url("../images/morearrow.png") no-repeat scroll right center/6px auto;
          color: #fff;
          display: inline-block;
          font-size: 16px;
          line-height: 20px;
          padding-right: 15px;
          text-decoration: none;
          text-transform: uppercase;
          text-align: left; }
          #template-t1 #second-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid > a:hover {
            text-decoration: underline; }
    #template-t1 #second-blk .coloumn .programtype-block .programtype-btndiv {
      background: rgba(202, 3, 52, 0.85);
      color: #ffffff;
      width: 100%;
      height: 133px;
      position: absolute;
      bottom: 0;
      padding: 28px 35px 30px;
      transition: all 0.5s ease-in-out 0s;
      opacity: 1; }
      #template-t1 #second-blk .coloumn .programtype-block .programtype-btndiv h3 {
        max-height: 40px;
        overflow: hidden;
        font-size: 28px;
        line-height: 35px;
        color: #fff;
        font-weight: bold;
        margin: 0 0 24px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
        #template-t1 #second-blk .coloumn .programtype-block .programtype-btndiv h3 a {
          color: #fff;
          text-decoration: none; }
      #template-t1 #second-blk .coloumn .programtype-block .programtype-btndiv .programtype-center {
        background: transparent url("../images/morearrow.png") no-repeat scroll right center/6px auto;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        padding-right: 15px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: left;
        max-height: 40px;
        overflow: hidden; }
        #template-t1 #second-blk .coloumn .programtype-block .programtype-btndiv .programtype-center:hover {
          text-decoration: underline; }
    #template-t1 #second-blk .coloumn:nth-child(3n+3) {
      float: right;
      margin-right: 0; }
    #template-t1 #second-blk .coloumn:hover .programtype-cont {
      top: 0;
      z-index: 9; }
    #template-t1 #second-blk .coloumn:hover .programtype-btndiv {
      opacity: 0; }
  #template-t1 #second-blk .owl-controls {
    font-size: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -44px;
    width: 100%; }
    #template-t1 #second-blk .owl-controls .owl-prev {
      display: inline-block;
      background: url(../images/news_event_arrow.png) no-repeat left top;
      width: 25px;
      height: 25px; }
    #template-t1 #second-blk .owl-controls .owl-next {
      display: inline-block;
      background: url(../images/news_event_arrow.png) no-repeat right top;
      width: 25px;
      height: 25px; }
#template-t1 #third-blk {
  margin-bottom: 4.1vw; }
  #template-t1 #third-blk h2 {
    font-size: 60px;
    line-height: 65px;
    margin: 0 0 102px;
    color: rgba(78, 88, 94, 0.82);
    text-align: center; }
  #template-t1 #third-blk .container {
    max-width: 1812px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    #template-t1 #third-blk .container .inner-single-content-sectionLeft, #template-t1 #third-blk .container .inner-single-content-sectionRight {
      clear: both;
      display: inline-block;
      width: 100%;
      border-bottom: 3px solid #dcdedf;
      padding-bottom: 54px;
      margin-bottom: 58px; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft img, #template-t1 #third-blk .container .inner-single-content-sectionRight img {
        width: 100%; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft .video, #template-t1 #third-blk .container .inner-single-content-sectionRight .video {
        width: 159px;
        height: 159px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 11;
        background: url(../images/video-icon.png) no-repeat; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft .left, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right, #template-t1 #third-blk .container .inner-single-content-sectionRight .left, #template-t1 #third-blk .container .inner-single-content-sectionRight .right {
        width: 48.2%;
        position: relative; }
        #template-t1 #third-blk .container .inner-single-content-sectionLeft .left h2, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right h2, #template-t1 #third-blk .container .inner-single-content-sectionRight .left h2, #template-t1 #third-blk .container .inner-single-content-sectionRight .right h2 {
          line-height: 40px;
          margin: 0 0 20px;
          color: #000;
          font-size: 32px;
          font-weight: normal;
          text-align: left; }
        #template-t1 #third-blk .container .inner-single-content-sectionLeft .left p, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right p, #template-t1 #third-blk .container .inner-single-content-sectionRight .left p, #template-t1 #third-blk .container .inner-single-content-sectionRight .right p {
          color: #4e585e;
          font-size: 16px;
          line-height: 29px;
          text-align: justify;
          margin-bottom: 15px;
          letter-spacing: -0.58px; }
          #template-t1 #third-blk .container .inner-single-content-sectionLeft .left p a, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right p a, #template-t1 #third-blk .container .inner-single-content-sectionRight .left p a, #template-t1 #third-blk .container .inner-single-content-sectionRight .right p a {
            color: #006d95; }
            #template-t1 #third-blk .container .inner-single-content-sectionLeft .left p a:hover, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right p a:hover, #template-t1 #third-blk .container .inner-single-content-sectionRight .left p a:hover, #template-t1 #third-blk .container .inner-single-content-sectionRight .right p a:hover {
              color: #c90334;
              text-decoration: underline; }
        #template-t1 #third-blk .container .inner-single-content-sectionLeft .left ul li, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right ul li, #template-t1 #third-blk .container .inner-single-content-sectionRight .left ul li, #template-t1 #third-blk .container .inner-single-content-sectionRight .right ul li {
          padding-left: 12px;
          color: rgba(43, 48, 51, 0.82);
          font-size: 18px;
          line-height: 25px;
          margin-bottom: 10px;
          letter-spacing: -0.58px;
          font-weight: bold;
          list-style: none; }
          #template-t1 #third-blk .container .inner-single-content-sectionLeft .left ul li a, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right ul li a, #template-t1 #third-blk .container .inner-single-content-sectionRight .left ul li a, #template-t1 #third-blk .container .inner-single-content-sectionRight .right ul li a {
            color: rgba(43, 48, 51, 0.82);
            outline: none; }
            #template-t1 #third-blk .container .inner-single-content-sectionLeft .left ul li a:hover, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right ul li a:hover, #template-t1 #third-blk .container .inner-single-content-sectionRight .left ul li a:hover, #template-t1 #third-blk .container .inner-single-content-sectionRight .right ul li a:hover {
              color: #c90334; }
          #template-t1 #third-blk .container .inner-single-content-sectionLeft .left ul li:before, #template-t1 #third-blk .container .inner-single-content-sectionLeft .right ul li:before, #template-t1 #third-blk .container .inner-single-content-sectionRight .left ul li:before, #template-t1 #third-blk .container .inner-single-content-sectionRight .right ul li:before {
            content: '-';
            font-size: 18px;
            font-weight: bold;
            padding-right: 5px;
            position: absolute;
            margin-left: -12px; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft .left, #template-t1 #third-blk .container .inner-single-content-sectionRight .left {
        float: left; }
        #template-t1 #third-blk .container .inner-single-content-sectionLeft .left img, #template-t1 #third-blk .container .inner-single-content-sectionRight .left img {
          width: 100%; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft .right, #template-t1 #third-blk .container .inner-single-content-sectionRight .right {
        float: right; }
      #template-t1 #third-blk .container .inner-single-content-sectionLeft:last-child, #template-t1 #third-blk .container .inner-single-content-sectionRight:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    #template-t1 #third-blk .container .inner-single-content-sectionRight .left {
      float: right; }
    #template-t1 #third-blk .container .inner-single-content-sectionRight .right {
      float: left !important; }
#template-t1 #calender-blk {
  text-align: center;
  width: 100%;
  position: relative; }
  #template-t1 #calender-blk .inner-single-calendar-content {
    position: relative; }
    #template-t1 #calender-blk .inner-single-calendar-content .img {
      height: 472px;
      background-position: center center; }
    #template-t1 #calender-blk .inner-single-calendar-content img {
      width: 100%; }
    #template-t1 #calender-blk .inner-single-calendar-content .cont-center {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #template-t1 #calender-blk .inner-single-calendar-content .cont-center h3 {
        font-size: 60px;
        line-height: 45px;
        margin: 0 0 44px;
        color: #fff;
        text-transform: capitalize;
        font-weight: normal; }
      #template-t1 #calender-blk .inner-single-calendar-content .cont-center a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px;
        outline: none; }
        #template-t1 #calender-blk .inner-single-calendar-content .cont-center a:hover {
          text-decoration: underline; }
#template-t1 .content table tr th, #template-t1 .content table tr td {
  text-align: center; }

#breadcrumbs {
  border-bottom: 1px solid #53626e;
  display: block; }
  #breadcrumbs ul {
    margin: 0 0 20px 0;
    padding: 0; }
    #breadcrumbs ul li {
      color: #53626e;
      text-decoration: none;
      font-size: 12px;
      list-style: none;
      display: inline-block;
      background: url(../images/breathcum-arrow.png) no-repeat right center;
      margin-right: 5px;
      padding-right: 15px; }
      #breadcrumbs ul li a {
        color: #53626e;
        font-size: 12px;
        line-height: 28.9px;
        outline: none; }
        #breadcrumbs ul li a:hover {
          color: #c90334; }
      #breadcrumbs ul li:last-child {
        background: none;
        padding-right: 0;
        margin-right: 0; }

/* Modal Css*/
.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7; }

.modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-body {
  padding: 0 25px 25px 25px; }

.modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right; }

.modal-header, .modal-footer {
  border: 0; }

.modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1; }

.video-link {
  padding-top: 70px; }

.video-link a:hover, .video-link a:focus {
  outline: 0; }

a .video-link-text {
  color: #fff;
  opacity: 0.8;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

a:hover .video-link-text, a:focus .video-link-text {
  outline: 0;
  color: #fff;
  opacity: 1;
  border-bottom: 1px dotted #fff; }

a .video-link-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #e89a3e;
  color: #fff;
  line-height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

a .video-link-icon:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 66px;
  height: 66px;
  background: #444;
  background: rgba(0, 0, 0, 0.1);
  z-index: -99;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

a:hover .video-link-icon, a:focus .video-link-icon {
  outline: 0;
  background: #fff;
  color: #e89a3e; }

#social {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }
  #social .a2a_kit {
    float: right; }
    #social .a2a_kit a {
      width: 46px;
      height: 46px;
      display: inline-block;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
      #social .a2a_kit a span {
        display: none; }
      #social .a2a_kit a:hover {
        opacity: 0.5;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
    #social .a2a_kit a.a2a_button_share {
      background: url(../images/share.jpg) no-repeat; }
    #social .a2a_kit a.a2a_button_facebook {
      background: url(../images/facebook.jpg) no-repeat; }
    #social .a2a_kit a.a2a_button_twitter {
      background: url(../images/twitter.jpg) no-repeat; }
    #social .a2a_kit a.a2a_button_google_plus {
      background: url(../images/googleplus.jpg) no-repeat; }
    #social .a2a_kit a.a2a_button_email {
      background: url(../images/email.jpg) no-repeat; }

/* Template 2 Students Page */
.page-node-type-template-2-t2 .inner-template-banner {
  border-bottom: 0;
  margin-bottom: 0px; }
  .page-node-type-template-2-t2 .inner-template-banner .bnr_img {
    height: 383px;
    background-position: center top; }
  .page-node-type-template-2-t2 .inner-template-banner h1 {
    margin-bottom: 20px; }
  .page-node-type-template-2-t2 .inner-template-banner .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%); }
.page-node-type-template-2-t2 .midcontainer {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden; }
  .page-node-type-template-2-t2 .midcontainer .template-t2 .inner-template-banner {
    border-bottom: 0; }
    .page-node-type-template-2-t2 .midcontainer .template-t2 .inner-template-banner .bnr_img {
      height: 383px; }
    .page-node-type-template-2-t2 .midcontainer .template-t2 .inner-template-banner h1 {
      margin-bottom: 45px; }
  .page-node-type-template-2-t2 .midcontainer #leftmobileicon {
    width: 16px;
    height: 26px;
    background: url(../images/moblefticon.jpg) no-repeat;
    display: block;
    float: right;
    cursor: pointer; }
  .page-node-type-template-2-t2 .midcontainer .left-blk {
    float: left;
    margin-right: 0;
    padding-right: 30px;
    width: 25%;
    background: white none repeat scroll 0 0;
    border-left: 7px solid #4e585e;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin-right: 0;
    padding: 21px;
    position: fixed;
    right: -265px;
    top: 0;
    width: 265px;
    z-index: 111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
    .page-node-type-template-2-t2 .midcontainer .left-blk h5.menu-head {
      margin: 0 0 24px;
      font-size: 20px;
      border-bottom: 1px solid #53626e;
      color: #0178a2;
      padding-bottom: 18px;
      font-weight: bold; }
    .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu {
      margin-bottom: 36px;
      position: relative; }
      .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav h2 {
        display: none; }
      .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav {
        padding-left: 0; }
        .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li {
          list-style: none; }
          .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level {
            padding-left: 0; }
            .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li {
              list-style: none;
              margin-bottom: 9px;
              text-transform: capitalize; }
              .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li a {
                color: #000;
                text-decoration: none;
                font-size: 18px;
                line-height: 25px;
                outline: none; }
                .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li a:hover {
                  color: #c90334; }
              .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level {
                border-left: 2px solid #999999;
                padding-left: 17px;
                margin-left: 2px;
                margin-top: 11px;
                margin-bottom: 25px;
                display: none; }
                .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li {
                  margin-bottom: 10px;
                  line-height: 0px;
                  text-transform: capitalize; }
                  .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li a {
                    color: #999999;
                    text-decoration: none;
                    font-size: 14px;
                    line-height: 20px;
                    outline: none; }
                    .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li a:hover {
                      color: #c90334; }
                .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li.active a {
                  color: #c90334; }
                .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li.active ul.second_level li a {
                  color: #999; }
                  .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li.active ul.second_level li a:hover {
                    color: #c90334; }
                .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li ul.second_level li.active ul.second_level li.active a {
                  color: #c90334; }
            .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li.active a {
              color: #c90334; }
            .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav li ul.first_level li.active ul.second_level {
              display: block; }
        .page-node-type-template-2-t2 .midcontainer .left-blk .leftmenu nav ul.firstnavbar-nav > li > a {
          display: none; }
    .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img {
      margin-bottom: 16px;
      position: relative;
      opacity: 1;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
      .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img .cont-cen {
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img .cont-cen h4 {
          color: #fff;
          font-size: 32px;
          line-height: 32px;
          font-weight: normal;
          margin: 0 0 23px;
          text-transform: uppercase; }
        .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img .cont-cen div.link a {
          color: #fff;
          text-decoration: none;
          font-size: 17.31px;
          line-height: 10px;
          outline: none; }
          .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img .cont-cen div.link a:hover {
            color: fff; }
      .page-node-type-template-2-t2 .midcontainer .left-blk .left-img .img:hover {
        opacity: 0.7;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
  .page-node-type-template-2-t2 .midcontainer .leftmenu {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: absolute; }
  .page-node-type-template-2-t2 .midcontainer .right-blk {
    float: right;
    width: 100%; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk h2 {
      font-size: 28px;
      color: #c90334;
      line-height: 35px;
      margin: 0 0 35px;
      font-weight: bold;
      text-transform: capitalize; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk p {
      font-size: 16px;
      color: #53626e;
      line-height: 28px;
      margin: 0 0 15px;
      text-align: justify; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk p a {
        color: #006d95; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk p a:hover {
          color: #c90334;
          text-decoration: underline; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk p a.innercontentbutton {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        display: block;
        height: auto;
        width: 100%;
        max-width: 250px;
        line-height: normal;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        outline: none;
        color: #c90334;
        border: 3px solid #c90334;
        margin: 30px auto 0;
        padding: 15px; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk p a.innercontentbutton:hover {
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          text-decoration: none;
          color: #fff;
          background: #c90334; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk ul {
      padding: 0; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk ul li {
        padding-left: 12px;
        list-style: none; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk ul li a {
          color: rgba(43, 48, 51, 0.82);
          outline: none; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk ul li a:hover {
            color: #c90334;
            text-decoration: underline; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk ul li:before {
          content: '-';
          font-size: 18px;
          font-weight: bold;
          padding-right: 5px;
          position: absolute;
          margin-left: -12px; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk table tr th, .page-node-type-template-2-t2 .midcontainer .right-blk .first-blk table tr td {
      text-align: center; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .second-blk {
      font-size: 42.89px;
      color: rgba(160, 163, 0, 0.82);
      line-height: 50.76px;
      margin: 104px 0 85px;
      text-align: center;
      text-transform: uppercase;
      height: 209px;
      background: url("../images/stu-para-des.png") repeat-x top left, transparent url("../images/stu-para-des.png") repeat-x bottom left;
      padding: 0 90px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .second-blk p {
        font-size: 42.89px;
        color: rgba(160, 163, 0, 0.82);
        line-height: 50.76px;
        text-align: center; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk {
      width: 100%; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk h2 {
        font-size: 28px;
        color: #53626e;
        line-height: 35px;
        margin: 0 0 25px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        text-transform: capitalize; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn {
        width: 49.8%;
        float: left;
        margin-right: 0.32%;
        margin-bottom: 0.5%;
        overflow: hidden; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block {
          position: relative; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block img {
            width: 100%;
            cursor: pointer; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont {
            background: rgba(202, 3, 52, 0.85);
            color: #ffffff;
            width: 100%;
            height: 100%;
            position: absolute;
            cursor: pointer;
            top: 100%;
            transition: all 0.5s ease-in-out 0s; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid {
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              position: absolute;
              width: 100%;
              padding: 1vw 4vw; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid h3 {
                font-size: 25px;
                line-height: 35px;
                color: #fff;
                font-weight: bold;
                margin: 0 0 1.5vw;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out; }
                .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid h3 a {
                  font-size: 28px;
                  line-height: 35px;
                  color: #fff;
                  text-decoration: none; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p {
                color: #fff;
                font-size: 12px;
                line-height: 18px;
                text-align: justify;
                margin-bottom: 20px;
                max-height: 72px;
                overflow: hidden; }
                .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p > a {
                  background: transparent url("../images/morearrow.png") no-repeat scroll right center;
                  background-size: 6px;
                  font-size: 16px;
                  line-height: 20px;
                  color: #fff;
                  padding-right: 15px;
                  text-decoration: none;
                  text-transform: uppercase;
                  text-align: left; }
                  .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid p > a:hover {
                    text-decoration: underline; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid > a {
                background: transparent url("../images/morearrow.png") no-repeat scroll right center;
                background-size: 6px;
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                padding-right: 15px;
                text-decoration: none;
                text-transform: uppercase;
                text-align: left; }
                .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid > a:hover {
                  text-decoration: underline; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid .innercontentbutton {
                font-size: 12px;
                line-height: 20px;
                color: #fff;
                text-transform: uppercase;
                background: url(../images/sprite.png) no-repeat 85px -96px;
                padding-right: 15px;
                outline: 0;
                text-decoration: none; }
                .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-cont .programtype-cont-mid .innercontentbutton:hover {
                  border-bottom: 1px solid #FFFFFF; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-btndiv {
            background: rgba(202, 3, 52, 0.85);
            color: #ffffff;
            width: 100%;
            height: 96px;
            position: absolute;
            bottom: 0;
            padding: 20px 25px;
            opacity: 1;
            transition: all 0.5s ease-in-out 0s; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-btndiv h3 {
              max-height: 32px;
              overflow: hidden;
              font-size: 20px;
              line-height: 30px;
              color: #fff;
              font-weight: bold;
              margin: 0 0 8px;
              transition: all 0.5s ease-in-out;
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -ms-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-btndiv h3 a {
                color: #fff;
                text-decoration: none; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn .programtype-block .programtype-btndiv .programtype-center {
              background: transparent url("../images/morearrow.png") no-repeat scroll right center;
              background-size: 6px;
              color: #fff;
              display: inline-block;
              font-size: 12px;
              line-height: 20px;
              padding-right: 16px;
              text-decoration: none;
              text-transform: uppercase;
              text-align: left;
              max-height: 40px;
              overflow: hidden; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn:nth-child(2n+2) {
          float: right;
          margin-right: 0; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn:hover .programtype-cont {
          top: 0;
          z-index: 9; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .coloumn:hover .programtype-btndiv {
          opacity: 0; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .owl-controls {
        position: absolute;
        right: 10px;
        top: -55px;
        font-size: 0; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .owl-controls .owl-prev {
          display: inline-block;
          background: url(../images/news_event_arrow.png) no-repeat left top;
          width: 25px;
          height: 25px; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .third-blk .owl-controls .owl-next {
          display: inline-block;
          background: url(../images/news_event_arrow.png) no-repeat right top;
          width: 25px;
          height: 25px; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk {
      border-top: 1px solid rgba(83, 98, 110, 0.5);
      padding-top: 43px;
      margin-top: 96px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk h2 {
        font-size: 28px;
        color: #53626e;
        line-height: 35px;
        margin: 0 0 30px;
        font-weight: bold;
        text-transform: capitalize; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk p {
        font-size: 14px;
        color: rgba(43, 48, 51, 0.75);
        line-height: 25px;
        margin: 0 0 15px;
        text-align: justify; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk a.launch-modal {
        position: relative;
        margin-bottom: 6px;
        display: inline-block; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk a.launch-modal .video {
          width: 159px;
          height: 159px;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 11;
          background: url(../images/video-icon.png) no-repeat;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk ul {
        padding: 0; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk ul li {
          padding-left: 12px;
          list-style: none; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk ul li a {
            color: rgba(43, 48, 51, 0.82);
            outline: none; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk ul li a:hover {
              color: #c90334;
              text-decoration: underline; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .fourth-blk ul li:before {
            content: '-';
            font-size: 18px;
            font-weight: bold;
            padding-right: 5px;
            position: absolute;
            margin-left: -12px; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk {
      padding-top: 55px;
      margin-top: 54px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk h2 {
        font-size: 28px;
        color: #53626e;
        line-height: 35px;
        margin: 0 0 35px;
        text-transform: capitalize;
        font-weight: bold; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk h2 .field--item {
          float: none;
          width: 100%; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk p {
        font-size: 14px;
        color: rgba(43, 48, 51, 0.75);
        line-height: 25px;
        margin: 0 0 15px;
        text-align: justify;
        width: 90%; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item {
        width: 49.4%;
        float: left;
        margin-right: 0.32%;
        margin-bottom: 0.5%; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item img {
          margin-bottom: 15px;
          width: 100%;
          height: auto; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item h3 {
          font-size: 22px;
          color: #000;
          line-height: 35px;
          margin: 0 0 10px;
          font-weight: normal; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item ul {
          padding: 0; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item ul li {
            padding-left: 12px;
            /* color: rgba(43, 48, 51, 0.82);*/
            font-size: 16px;
            line-height: 25px;
            margin-bottom: 10px;
            letter-spacing: -0.58px;
            /* font-weight: bold;*/
            list-style: none; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item ul li a {
              /* color: rgba(43, 48, 51, 0.82);*/
              outline: none; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item ul li a:hover {
                color: #c90334;
                text-decoration: underline; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item ul li:before {
              content: '-';
              font-size: 18px;
              font-weight: bold;
              padding-right: 5px;
              position: absolute;
              margin-left: -12px; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .fifth-blk .field--item:nth-child(2n+2) {
          float: right;
          margin-right: 0; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk {
      border-top: 1px solid rgba(83, 98, 110, 0.5);
      padding-top: 65px;
      margin-top: 54px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk h2 {
        font-size: 28px;
        color: #53626e;
        line-height: 35px;
        margin: 0 0 43px;
        font-weight: bold;
        text-transform: capitalize; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth h3 {
        background: #006d96;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 18px;
        font-weight: bold;
        font-family: arial;
        cursor: pointer;
        text-shadow: none;
        padding: 25px 60px 25px 26px;
        line-height: normal;
        position: relative; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth h3 .rl-open, .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth h3 rl-close {
          font-size: 37px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth span.spac {
        height: 16px;
        display: block;
        width: 100%; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div {
        padding: 28px 20px;
        border-bottom: 5px solid #006d96;
        background: #f0f0f0;
        color: #000;
        font-size: 15px;
        font-weight: bold; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div p {
          color: #000;
          font-size: 15px;
          font-weight: bold; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div p a {
            color: #000; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div p a:hover {
              color: #c90334;
              text-decoration: underline; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div ul {
          padding: 0; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div ul li {
            padding-left: 12px;
            list-style: none; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div ul li a {
              color: rgba(43, 48, 51, 0.82);
              outline: none; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div ul li a:hover {
                color: #c90334;
                text-decoration: underline; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .six-blk #thirth > div ul li:before {
              content: '-';
              font-size: 18px;
              font-weight: bold;
              padding-right: 5px;
              position: absolute;
              margin-left: -12px; }
    .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk {
      border-top: 1px solid rgba(83, 98, 110, 0.5);
      padding-top: 90px;
      margin-top: 15px;
      margin-bottom: 55px; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk h2 {
        font-size: 28px;
        color: #53626e;
        line-height: 35px;
        margin: 0 0 52px;
        text-transform: capitalize;
        font-weight: bold; }
      .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs {
        border: 0;
        padding: 0; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav {
          padding: 0;
          border: 0;
          background: none;
          margin-bottom: 8px; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li {
            background: #a2a6a9;
            font-size: 16px;
            text-transform: uppercase;
            border: 0;
            border-radius: 0;
            width: 32.4%;
            margin-right: 1.4%;
            text-align: center; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li a {
              color: #f4f6f7;
              width: 100%;
              padding: 10px;
              box-sizing: border-box;
              outline: none;
              height: 81px;
              word-wrap: break-word;
              white-space: pre-wrap; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li:last-child {
              margin-right: 0; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li:hover {
              background: #c0002c; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs ul.ui-tabs-nav li.ui-tabs-active {
            background: #000; }
        .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel {
          background: none;
          border-width: 0;
          display: block;
          padding: 0; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel img {
            margin-bottom: 27px; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel p {
            font-size: 14px;
            color: #2b3033;
            line-height: 25px;
            margin: 0 0 15px;
            text-align: justify; }
          .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel ul {
            padding: 0; }
            .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel ul li {
              padding-left: 12px;
              list-style: none; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel ul li a {
                color: rgba(43, 48, 51, 0.82);
                outline: none; }
                .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel ul li a:hover {
                  color: #c90334;
                  text-decoration: underline; }
              .page-node-type-template-2-t2 .midcontainer .right-blk .seventh-blk #ptabs .ui-tabs-panel ul li:before {
                content: '-';
                font-size: 18px;
                font-weight: bold;
                padding-right: 5px;
                position: absolute;
                margin-left: -12px; }

/* Template 4 Start Here... ( Search Page )*/
#search .inner-template-banner {
  border-bottom: 6px solid #242526;
  margin-bottom: 46px; }
  #search .inner-template-banner .bnr_img {
    height: 377px;
    background-position: center top; }
  #search .inner-template-banner h1 {
    margin-bottom: 20px; }
  #search .inner-template-banner .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%); }
#search .midcontainer {
  width: 100%;
  max-width: 1281px;
  margin: 0 auto 60px;
  display: table;
  padding: 0px 24px; }
  #search .midcontainer #leftmobileicon {
    width: 16px;
    height: 26px;
    background: url(../images/moblefticon.jpg) no-repeat;
    display: none;
    float: right;
    cursor: pointer; }
  #search .midcontainer .sear {
    border: 3px solid #c90334;
    padding: 32px 36px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 48px;
    position: relative; }
    #search .midcontainer .sear .form-group {
      width: 100%;
      margin-bottom: 0; }
    #search .midcontainer .sear .form--inline {
      line-height: 0; }
    #search .midcontainer .sear label {
      color: #c90334;
      font-size: 42px;
      line-height: 42px;
      font-weight: bold;
      margin: 0 26px 0 0; }
    #search .midcontainer .sear input[type="search"] {
      width: 69%;
      border: 0;
      background: none;
      border-left: 3px solid #c90334;
      font-size: 42px;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      text-transform: capitalize; }
      #search .midcontainer .sear input[type="search"]:focus {
        box-shadow: none; }
    #search .midcontainer .sear input[type="search"]::-webkit-input-placeholder {
      color: rgba(78, 88, 94, 0.5); }
    #search .midcontainer .sear input[type="search"]::-moz-placeholder {
      color: rgba(78, 88, 94, 0.5); }
    #search .midcontainer .sear input[type="search"]:-ms-input-placeholder {
      color: rgba(78, 88, 94, 0.5); }
    #search .midcontainer .sear input[type="search"]:-moz-placeholder {
      color: rgba(78, 88, 94, 0.5); }
    #search .midcontainer .sear button {
      position: absolute;
      right: 18px;
      top: 24px;
      background: url(../images/search-icon.jpg) no-repeat;
      background-size: cover;
      width: 46px;
      height: 46px;
      border: 0;
      text-indent: -2000001px; }
      #search .midcontainer .sear button:active {
        box-shadow: none; }
  #search .midcontainer .left-blk {
    float: left;
    margin-right: 0;
    padding-right: 30px;
    background: white none repeat scroll 0 0;
    border-left: 7px solid #4e585e;
    box-sizing: border-box;
    height: 100%;
    padding: 21px;
    position: fixed;
    right: -265px;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 265px;
    z-index: 1; }
    #search .midcontainer .left-blk .left-img .img {
      margin-bottom: 16px;
      position: relative;
      opacity: 1;
      cursor: pointer;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
      #search .midcontainer .left-blk .left-img .img img {
        width: 100%; }
      #search .midcontainer .left-blk .left-img .img .imgOverlay {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(199, 1, 50, 0.8);
        top: 0; }
      #search .midcontainer .left-blk .left-img .img .cont-cen {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 3;
        width: 75%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #search .midcontainer .left-blk .left-img .img .cont-cen h4 {
          color: #fff;
          font-size: 24px;
          line-height: 33px;
          margin: 0 0 23px;
          text-transform: uppercase;
          text-align: center;
          font-weight: normal; }
        #search .midcontainer .left-blk .left-img .img .cont-cen div.link {
          text-align: center;
          text-transform: capitalize; }
          #search .midcontainer .left-blk .left-img .img .cont-cen div.link a {
            color: #ffc00d;
            text-decoration: none;
            font-size: 18px;
            line-height: 10px;
            outline: none; }
            #search .midcontainer .left-blk .left-img .img .cont-cen div.link a:hover {
              color: #ffc00d; }
      #search .midcontainer .left-blk .left-img .img:hover {
        opacity: 0.7;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out; }
  #search .midcontainer .right-blk {
    float: right;
    width: 923px; }
    #search .midcontainer .right-blk .view-filters {
      display: none; }
    #search .midcontainer .right-blk .view-empty {
      color: #c90334;
      line-height: 30px;
      font-size: 30px;
      min-width: 250px;
      background: url("../images/noresults.jpg") no-repeat scroll center top;
      margin: 0 auto;
      padding: 180px 0 0 0;
      text-align: center; }
    #search .midcontainer .right-blk .view-header {
      height: 50px;
      background: #4e585e;
      color: #fff;
      font-size: 16px;
      margin-bottom: 46px;
      padding: 0 20px; }
    #search .midcontainer .right-blk .view-search .views-row {
      border-bottom: 1px solid #bac0c5;
      padding-bottom: 19px;
      margin-bottom: 25px; }
      #search .midcontainer .right-blk .view-search .views-row .views-field-title {
        color: #c90334;
        line-height: 20px;
        font-size: 16px;
        margin: 0 0 10px; }
        #search .midcontainer .right-blk .view-search .views-row .views-field-title a {
          color: #c90334;
          outline: none;
          font-style: normal;
          font-size: 16px;
          font-weight: bold; }
          #search .midcontainer .right-blk .view-search .views-row .views-field-title a:hover {
            color: #000; }
      #search .midcontainer .right-blk .view-search .views-row p {
        color: #959799;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px; }
      #search .midcontainer .right-blk .view-search .views-row ul {
        padding: 0; }
        #search .midcontainer .right-blk .view-search .views-row ul li {
          padding-left: 12px;
          list-style: none; }
          #search .midcontainer .right-blk .view-search .views-row ul li a {
            color: rgba(43, 48, 51, 0.82);
            outline: none; }
            #search .midcontainer .right-blk .view-search .views-row ul li a:hover {
              color: #c90334;
              text-decoration: underline; }
          #search .midcontainer .right-blk .view-search .views-row ul li:before {
            content: '-';
            font-size: 18px;
            font-weight: bold;
            padding-right: 5px;
            position: absolute;
            margin-left: -12px; }
      #search .midcontainer .right-blk .view-search .views-row a {
        color: #000;
        font-size: 12px;
        line-height: 20px;
        font-style: italic;
        font-weight: bold;
        outline: none; }
        #search .midcontainer .right-blk .view-search .views-row a:hover {
          color: #c90334; }
      #search .midcontainer .right-blk .view-search .views-row:last-child {
        margin-bottom: 0px; }
  #search .midcontainer .leftmenu {
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }

.infinite_scroll_btn {
  display: block;
  height: auto;
  width: 100%;
  max-width: 349px;
  line-height: normal;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  color: #c90334;
  border: 3px solid #c90334;
  margin: 65px auto 0;
  padding: 15px; }
  .infinite_scroll_btn img {
    width: 18px;
    margin-top: -4px; }

/* Template 5 Start Here... ( Staff Directory )*/
#t5template .inner-template-banner {
  border-bottom: 0;
  margin-bottom: 46px; }
  #t5template .inner-template-banner .bnr_img {
    height: 383px;
    background-position: center top; }
  #t5template .inner-template-banner h1 {
    margin-bottom: 20px; }
  #t5template .inner-template-banner .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%); }
#t5template #social {
  margin-bottom: 26px; }
#t5template #maindiv {
  max-width: 1235px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto; }
  #t5template #maindiv h2 {
    font-size: 28px;
    color: #c90334;
    line-height: 35px;
    font-weight: bold;
    margin: 30px 0 52px; }
#t5template #tabstaff {
  margin-bottom: 133px; }
  #t5template #tabstaff h3.accHead {
    background: #00789f;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
    height: 81px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0;
    color: #f4f6f7;
    font-family: arial;
    font-size: 24px;
    padding: 10px 80px;
    display: flex;
    justify-content: left;
    display: -webkit-flex;
    -webkit-justify-content: left;
    align-items: center;
    -webkit-align-items: center; }
    #t5template #tabstaff h3.accHead span.left, #t5template #tabstaff h3.accHead span.right {
      position: absolute;
      left: 35px;
      top: 28px;
      width: 29px;
      height: 25px;
      display: block;
      text-indent: 200000px; }
    #t5template #tabstaff h3.accHead span.right {
      right: 35px;
      left: auto; }
    #t5template #tabstaff h3.accHead span.rl-open {
      background: url(../images/according-up.png) no-repeat; }
    #t5template #tabstaff h3.accHead span.rl-close {
      background: url(../images/according-down.png) no-repeat; }
  #t5template #tabstaff h3.accHead.active-tab {
    background: #969901; }
  #t5template #tabstaff span.spac {
    display: block;
    height: 14px;
    width: 100%; }
  #t5template #tabstaff .accordian {
    clear: both;
    width: 100%;
    padding: 20px 0; }
    #t5template #tabstaff .accordian .accor-inn {
      padding: 23px 0 6px; }
      #t5template #tabstaff .accordian .accor-inn .staff-blk {
        width: 273px;
        overflow: hidden;
        vertical-align: top;
        min-height: 420px;
        margin-bottom: 40px;
        display: inline-block;
        margin-right: 44px; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk .img {
          width: 100%;
          position: relative;
          margin-bottom: 11px; }
          #t5template #tabstaff .accordian .accor-inn .staff-blk .img img {
            width: 100%; }
          #t5template #tabstaff .accordian .accor-inn .staff-blk .img a.launch-modal {
            font-size: 36px;
            font-weight: bold;
            text-align: center;
            background: #c90334;
            color: #fff;
            text-decoration: none;
            outline: none;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 47px;
            height: 47px;
            z-index: 1;
            line-height: 47px; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des h4 {
          color: #000;
          font-weight: bold;
          font-family: arial;
          font-size: 18px;
          line-height: 25px;
          margin: 0 0 6px 0;
          text-transform: capitalize; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .des {
          color: #53626e;
          font-family: arial;
          font-size: 13px;
          line-height: 16px;
          margin: 0 0 9px 0;
          max-height: 33px;
          overflow: hidden; }
          #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .des p {
            color: #53626e;
            font-family: arial;
            font-size: 13px;
            line-height: 16px;
            margin: 0; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .tel {
          color: #53626e;
          font-family: arial;
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 18px 0; }
          #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .tel a {
            outline: none;
            color: #53626e; }
            #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .tel a:hover {
              color: #c90334; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .email {
          color: #53626e;
          font-family: arial;
          font-size: 16px;
          line-height: 20px;
          margin: 0; }
          #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .email a {
            outline: none;
            color: #248bac; }
            #t5template #tabstaff .accordian .accor-inn .staff-blk .staff-des .email a:hover {
              color: #c90334; }
        #t5template #tabstaff .accordian .accor-inn .staff-blk:nth-child(4n+4) {
          margin-right: 0; }
      #t5template #tabstaff .accordian .accor-inn .modal-dialog.modal-lg {
        max-width: 1200px;
        width: 100%;
        margin: 70px auto; }
      #t5template #tabstaff .accordian .accor-inn .modal-content {
        background: #fff; }
        #t5template #tabstaff .accordian .accor-inn .modal-content .modal-header {
          background: #fff;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          height: 108px;
          position: absolute;
          right: -38px;
          top: -38px;
          width: 108px;
          z-index: 11; }
          #t5template #tabstaff .accordian .accor-inn .modal-content .modal-header button {
            position: absolute;
            left: 32px;
            top: 40px; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-header button span {
              background: url(../images/popup-close.png) no-repeat;
              text-indent: 200000px;
              width: 38px;
              height: 38px;
              display: inline-block; }
        #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body {
          padding: 45px 50px; }
          #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left {
            width: 28.584%;
            float: left; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .popimg {
              width: 100%;
              margin-bottom: 10px; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .popimg img {
                width: 100%; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left h4 {
              color: #000;
              font-weight: bold;
              font-family: arial;
              font-size: 18px;
              line-height: 25px;
              margin: 0 0 6px 0;
              text-transform: capitalize; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .des {
              color: #7d7d7d;
              font-family: arial;
              font-size: 13px;
              line-height: 16px;
              margin: 0 0 9px 0;
              max-height: 33px;
              overflow: hidden; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .des p {
                color: #7d7d7d;
                font-family: arial;
                font-size: 13px;
                line-height: 16px;
                margin: 0; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .tel {
              color: #7d7d7d;
              font-family: arial;
              font-size: 16px;
              line-height: 20px;
              margin: 0 0 18px 0; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .tel a {
                outline: none;
                color: #7d7d7d; }
                #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .tel a:hover {
                  color: #c90334; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .email {
              color: #53626e;
              font-family: arial;
              font-size: 16px;
              line-height: 20px;
              margin: 0; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .email a {
                outline: none;
                color: #248bac; }
                #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .left .email a:hover {
                  color: #c90334; }
          #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right {
            float: right;
            width: 66.2269%;
            position: relative;
            min-height: 465px;
            overflow: hidden; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right h5 {
              color: #000;
              font-size: 18px;
              font-weight: bold;
              text-transform: capitalize;
              margin-bottom: 5px; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right p {
              color: rgba(0, 0, 0, 0.59);
              font-family: arial;
              font-size: 14px;
              line-height: 28px;
              margin: 0 0 25px 0; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right p a {
                color: #006d95; }
                #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right p a:hover {
                  color: #c90334;
                  text-decoration: underline; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right table tr th, #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right table tr td {
              text-align: center; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right ul {
              margin: 0 0 20px 0;
              padding: 0; }
              #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right ul li {
                color: rgba(0, 0, 0, 0.59);
                font-size: 14px;
                line-height: 28px;
                list-style: none;
                background: url(../images/modal-li.png) no-repeat 0px 13px;
                padding-left: 10px; }
                #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right ul li a {
                  color: rgba(0, 0, 0, 0.59);
                  text-decoration: none;
                  outline: none; }
                  #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right ul li a:hover {
                    color: #000; }
            #t5template #tabstaff .accordian .accor-inn .modal-content .modal-body .right #social {
              margin-bottom: 0;
              position: absolute;
              bottom: 0; }

/* Template 6 Start Here... ( Sign Up )*/
.page-node-type-template-6-t6 .inner-template-banner {
  border-bottom: 0;
  margin-bottom: 46px; }
  .page-node-type-template-6-t6 .inner-template-banner .bnr_img {
    height: 383px;
    background-position: center top; }
  .page-node-type-template-6-t6 .inner-template-banner h1 {
    margin-bottom: 20px; }
  .page-node-type-template-6-t6 .inner-template-banner .overlay {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 80%); }
.page-node-type-template-6-t6 .midcontainer {
  width: 100%;
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 24px; }
.page-node-type-template-6-t6 .quick_links {
  float: right;
  width: 100%; }
  .page-node-type-template-6-t6 .quick_links label {
    color: #656769;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    padding: 0; }
  .page-node-type-template-6-t6 .quick_links .link_wraper {
    overflow: hidden;
    float: left;
    width: 100%; }
    .page-node-type-template-6-t6 .quick_links .link_wraper .link_list {
      background: #fdcf31 none repeat scroll 0 0;
      color: #656769;
      font-size: 12px;
      padding: 10px;
      position: relative;
      right: 0;
      z-index: 10;
      -webkit-transform: skew(0deg, 0deg);
      -moz-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
      -o-transform: skew(0deg, 0deg);
      transform: skew(0deg, 0deg); }
      .page-node-type-template-6-t6 .quick_links .link_wraper .link_list .l_list {
        overflow: hidden;
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg); }
        .page-node-type-template-6-t6 .quick_links .link_wraper .link_list .l_list a {
          color: #645833;
          float: left;
          margin: 5px 0;
          padding: 0 10px;
          text-decoration: none;
          width: 50%;
          text-align: center; }
          .page-node-type-template-6-t6 .quick_links .link_wraper .link_list .l_list a:hover {
            color: #ca0334;
            text-decoration: none; }
          .page-node-type-template-6-t6 .quick_links .link_wraper .link_list .l_list a:last-child {
            border: 0; }
        .page-node-type-template-6-t6 .quick_links .link_wraper .link_list .l_list a:nth-child(2n) {
          border-left: 1px solid #645833; }
.page-node-type-template-6-t6 .field--name-field-t6-description {
  float: left;
  width: 100%;
  color: #53626e;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0px; }
  .page-node-type-template-6-t6 .field--name-field-t6-description h2 {
    color: #ca0334;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    line-height: normal; }
    .page-node-type-template-6-t6 .field--name-field-t6-description h2 a {
      color: #ca0334;
      font-weight: bold;
      text-decoration: none; }
  .page-node-type-template-6-t6 .field--name-field-t6-description p {
    margin: 0;
    padding: 0;
    color: #53626e;
    font-size: 14px;
    line-height: 25px;
    text-align: justify; }
    .page-node-type-template-6-t6 .field--name-field-t6-description p a {
      color: #006d95; }
      .page-node-type-template-6-t6 .field--name-field-t6-description p a:hover {
        color: #c90334;
        text-decoration: underline; }
  .page-node-type-template-6-t6 .field--name-field-t6-description ul {
    padding: 0; }
    .page-node-type-template-6-t6 .field--name-field-t6-description ul li {
      padding-left: 12px;
      list-style: none; }
      .page-node-type-template-6-t6 .field--name-field-t6-description ul li a {
        color: rgba(43, 48, 51, 0.82);
        outline: none; }
        .page-node-type-template-6-t6 .field--name-field-t6-description ul li a:hover {
          color: #c90334;
          text-decoration: underline; }
      .page-node-type-template-6-t6 .field--name-field-t6-description ul li:before {
        content: '-';
        font-size: 18px;
        font-weight: bold;
        padding-right: 5px;
        position: absolute;
        margin-left: -12px; }
  .page-node-type-template-6-t6 .field--name-field-t6-description table tr th, .page-node-type-template-6-t6 .field--name-field-t6-description table tr td {
    text-align: center; }
.page-node-type-template-6-t6 .form_info {
  float: left;
  width: 100%;
  background: #4e585e;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px;
  color: #f4f6f7;
  font-size: 18px;
  text-transform: uppercase; }
.page-node-type-template-6-t6 .field--type-webform {
  display: inline-block;
  width: 100%; }
  .page-node-type-template-6-t6 .field--type-webform .form-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }
    .page-node-type-template-6-t6 .field--type-webform .form-item label {
      color: #53626e;
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      margin: 0; }
    .page-node-type-template-6-t6 .field--type-webform .form-item .form-required::after {
      background-image: url("../images/req-star.jpg");
      background-size: auto;
      background-repeat: no-repeat;
      height: 13px; }
    .page-node-type-template-6-t6 .field--type-webform .form-item .form-text, .page-node-type-template-6-t6 .field--type-webform .form-item .form-email, .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel {
      background: #efefef;
      color: #53626e;
      font-size: 15px;
      padding: 15px;
      height: auto;
      width: 100%;
      border: 0;
      border-radius: 0;
      display: inline-block;
      line-height: normal;
      box-shadow: none;
      margin-top: 10px; }
      .page-node-type-template-6-t6 .field--type-webform .form-item .form-text:focus, .page-node-type-template-6-t6 .field--type-webform .form-item .form-email:focus, .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel:focus {
        box-shadow: none; }
    .page-node-type-template-6-t6 .field--type-webform .form-item .form-text::-webkit-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-text::-moz-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-text:-ms-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-text:-moz-placeholder {
      color: #768893; }
    .page-node-type-template-6-t6 .field--type-webform .form-item .form-email::-webkit-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-email::-moz-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-email:-ms-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-email:-moz-placeholder {
      color: #768893; }
    .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel::-webkit-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel::-moz-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel:-ms-input-placeholder, .page-node-type-template-6-t6 .field--type-webform .form-item .form-tel:-moz-placeholder {
      color: #768893; }
.page-node-type-template-6-t6 .nice-select {
  -moz-user-select: none;
  background-color: #fff;
  border: 0 none;
  box-shadow: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 40px;
  outline: medium none;
  padding: 0;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
  width: 100%; }
  .page-node-type-template-6-t6 .nice-select .seld {
    background: #efefef url("../images/sel-down.png") no-repeat scroll right center/40px auto;
    border: 0 none;
    color: #53626e;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding: 15px; }
    .page-node-type-template-6-t6 .nice-select .seld span {
      width: 100%;
      display: block;
      overflow: hidden;
      text-align: left; }
  .page-node-type-template-6-t6 .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 280px;
    overflow: auto;
    margin-top: -1px;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -moz-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.page-node-type-template-6-t6 .nice-select.open .seld {
  background: #efefef url("../images/sel-up.png") no-repeat scroll right center/40px auto; }
.page-node-type-template-6-t6 .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }
.page-node-type-template-6-t6 .nice-select.open .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.page-node-type-template-6-t6 .nice-select.open .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s; }
.page-node-type-template-6-t6 .nice-select.open .option:hover, .page-node-type-template-6-t6 .nice-select.open .option.focus, .page-node-type-template-6-t6 .nice-select.open .option.selected.focus {
  background-color: #f6f7f9; }
.page-node-type-template-6-t6 .nice-select.open .option.selected {
  font-weight: bold; }
.page-node-type-template-6-t6 .nice-select.open .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default; }
.page-node-type-template-6-t6 .no-csspointerevents .nice-select .list {
  display: none; }
.page-node-type-template-6-t6 .no-csspointerevents .nice-select.open .list {
  display: block; }
.page-node-type-template-6-t6 .select-wrapper::after {
  content: none !important; }
.page-node-type-template-6-t6 .form-actions {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 20px 0px; }
  .page-node-type-template-6-t6 .form-actions button {
    border: 2px solid #c70132;
    color: #c70132;
    font-size: 20px;
    background: #fff;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    max-width: 348px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s; }
    .page-node-type-template-6-t6 .form-actions button:hover {
      color: #fff;
      background: #c70132; }

/* Template 7 Start Here... ( News & Events ) */
#templatet7 .NewsEventSlider {
  margin-bottom: 65px; }
  #templatet7 .NewsEventSlider .view-filters {
    display: none; }
  #templatet7 .NewsEventSlider .region-slider .wide-container {
    height: 598px;
    width: 100%; }
    #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li {
      position: relative; }
      #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .slideimg {
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: cover; }
      #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .overlay {
        background: rgba(0, 0, 0, 0.3);
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9;
        content: ''; }
      #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption {
        top: 50%;
        color: white;
        left: 102px;
        padding: 0;
        position: absolute;
        max-width: 875px;
        right: 15%;
        text-align: left;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_content {
          color: #fff;
          font-size: 42px;
          font-weight: normal;
          line-height: 47px;
          margin: 0 0 55px;
          text-shadow: 3.5px 6.062px 32px rgba(0, 0, 0, 0.345);
          text-transform: capitalize;
          overflow: hidden;
          max-height: 140px; }
          #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_content a {
            outline: none;
            text-decoration: none;
            color: #fff; }
        #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_date {
          color: rgba(255, 255, 255, 0.82);
          font-size: 30px;
          font-weight: normal;
          line-height: 40px;
          margin: 0 0 28px; }
        #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_button {
          margin-left: 2px; }
          #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_button a {
            color: rgba(202, 3, 52, 0.82);
            font-size: 23px;
            outline: none;
            font-weight: normal;
            line-height: 30px;
            background: #fff;
            min-height: 71px;
            min-width: 274px;
            display: inline-block;
            text-align: center;
            padding: 20px 10px;
            text-shadow: none;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0s;
            -ms-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s; }
            #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .carousel-caption .slider_button a:hover {
              background: rgba(202, 3, 52, 0.82);
              color: #fff;
              transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              -moz-transition: all 0.5s ease-in-out 0s;
              -ms-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s; }
      #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .next_slide_content {
        position: absolute;
        right: -65px;
        bottom: 0;
        z-index: 10;
        min-height: 119px;
        max-width: 473px;
        background: rgba(202, 3, 52, 0.82);
        padding: 20px 95px 20px 70px;
        -webkit-transform: skew(-45deg, 0deg);
        -moz-transform: skew(-45deg, 0deg);
        -ms-transform: skew(-45deg, 0deg);
        -o-transform: skew(-45deg, 0deg);
        transform: skew(-45deg, 0deg); }
        #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .next_slide_content .inn {
          -webkit-transform: skew(45deg, 0deg);
          -moz-transform: skew(45deg, 0deg);
          -ms-transform: skew(45deg, 0deg);
          -o-transform: skew(45deg, 0deg);
          transform: skew(45deg, 0deg);
          min-width: 300px; }
          #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .next_slide_content .inn nav a {
            color: rgba(254, 187, 26, 0.83);
            font-size: 23px;
            font-weight: normal;
            line-height: 30px;
            outline: none;
            text-transform: uppercase; }
            #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .next_slide_content .inn nav a:hover {
              color: #FFF; }
          #templatet7 .NewsEventSlider .region-slider .wide-container #t7_slides ul.slides-container li .next_slide_content .inn h3 {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            line-height: 20px;
            max-height: 43px;
            overflow: hidden;
            margin: 0; }
#templatet7 .UpcomingEvent {
  display: inline-block;
  margin-bottom: 55px;
  width: 100%;
  background: #fff; }
  #templatet7 .UpcomingEvent .view-filters {
    display: none; }
  #templatet7 .UpcomingEvent h2 {
    margin: 0;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px; }
  #templatet7 .UpcomingEvent .upevent {
    text-align: center;
    margin: 15px 0 35px; }
    #templatet7 .UpcomingEvent .upevent a {
      color: #8b8e03;
      font-size: 20px;
      outline: none;
      font-weight: normal;
      line-height: 56px;
      border: 2px solid #8b8e03;
      min-height: 56px;
      min-width: 390px;
      display: inline-block;
      text-align: center;
      text-shadow: none;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s; }
      #templatet7 .UpcomingEvent .upevent a:hover {
        background: #8b8e03;
        color: #fff;
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s; }
  #templatet7 .UpcomingEvent .view-content {
    clear: both; }
    #templatet7 .UpcomingEvent .view-content .views-row {
      width: 49%;
      float: left; }
      #templatet7 .UpcomingEvent .view-content .views-row .coloumn {
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        #templatet7 .UpcomingEvent .view-content .views-row .coloumn .img {
          max-height: 525px;
          overflow: hidden; }
          #templatet7 .UpcomingEvent .view-content .views-row .coloumn .img > div {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 525px;
            width: 100%; }
        #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov {
          position: absolute;
          width: 100%; }
          #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .arr-cal {
            width: 151px;
            height: 89px;
            background: rgba(139, 142, 2, 0.9);
            margin: 0 auto; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .arr-cal .arrow {
              background: url(../images/event-up-arrow.png) no-repeat top center;
              width: 100%;
              display: inline-block;
              height: 20px;
              margin: 12px auto 0;
              visibility: visible; }           
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .arr-cal .calender {
              background: url(../images/calendar-icon.png) no-repeat;
              width: 36px;
              height: 41px;
              display: block;
              margin: 0px auto 8px; }
            #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .arr-cal .newspaper {
              background: url(../images/newspaper-icon.png) no-repeat;
              width: 36px;
              height: 24px;
              display: block;
              margin: 0px auto 8px; }   
          #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .icon-hide .arrow {
            visibility: hidden; }
          #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn {
            background: rgba(139, 142, 2, 0.9);
            z-index: 10px;
            width: 100%;
            height: 100%;
            padding: 2.2vw 3.2vw;
            box-sizing: border-box;
            text-align: center; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn h4 {
              margin: 0 0 1vw;
              color: #fff;
              font-size: 24px;
              font-weight: normal;
              text-transform: capitalize;
              line-height: 35px;
              overflow: hidden;
              max-height: 70px;
              display: block;
              min-height: 70px; }
              #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn h4 a {
                outline: none;
                text-decoration: none;
                color: #fff; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .date {
              margin: 0 0 5px;
              color: #2b3033;
              font-size: 20px;
              font-weight: normal;
              line-height: 30px;
              text-transform: uppercase;
              display: block; }
              #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .date a {
                outline: none;
                text-decoration: none;
                color: #2b3033; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .time {
              margin: 0 0 1vw;
              color: #fff;
              font-size: 20px;
              font-weight: normal;
              line-height: 30px;
              text-transform: uppercase;
              display: block; }
              #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .time a {
                outline: none;
                text-decoration: none;
                color: #fff; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .content {
              margin: 0 0 2.2vw;
              color: #fff;
              font-size: 14px;
              font-weight: normal;
              line-height: 28px;
              max-height: 80px;
              overflow: hidden;
              display: block; }
              #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .content p {
                color: #fff;
                font-size: 14px;
                font-weight: normal;
                line-height: 28px;
                margin: 0;
                max-height: 80px;
                overflow: hidden; }
                #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .content p a {
                  color: #fff;
                  text-decoration: none; }
                  #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .content p a:hover {
                    text-decoration: underline; }
                  #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .content p a:focus {
                    color: #fff; }
            #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .readmore a {
              color: #fff;
              font-size: 20px;
              outline: none;
              font-weight: normal;
              line-height: 56px;
              border: 2px solid #fff;
              min-height: 56px;
              min-width: 390px;
              display: inline-block;
              text-align: center;
              text-shadow: none;
              text-transform: uppercase;
              text-decoration: none;
              transition: all 0.5s ease-in-out 0s;
              -webkit-transition: all 0.5s ease-in-out 0s;
              -moz-transition: all 0.5s ease-in-out 0s;
              -ms-transition: all 0.5s ease-in-out 0s;
              -o-transition: all 0.5s ease-in-out 0s; }
              #templatet7 .UpcomingEvent .view-content .views-row .coloumn .div-hov .div-inn .readmore a:hover {
                background: #fff;
                color: rgba(139, 142, 2, 0.9);
                transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
                -moz-transition: all 0.5s ease-in-out 0s;
                -ms-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s; }
    #templatet7 .UpcomingEvent .view-content .views-row:nth-child(2) {
      float: right; }
#templatet7 .Inthenews {
  margin-top: 10px;
  width: 100%; }
  #templatet7 .Inthenews .upevent {
    text-align: center;
    margin: 15px 0 35px; }
    #templatet7 .Inthenews .upevent a {
      color: #006d95;
      border: 2px solid #006d95; }
      #templatet7 .Inthenews .upevent a:hover {
        background: #006d95; }
  #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .arr-cal {
    background: rgba(0, 109, 149, 0.9); }
  #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn {
    background: rgba(0, 109, 149, 0.9); }
    #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn h4 {
      margin: 0 0 1.7vw; }
    #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn .date {
      margin: 0 0 1.8vw;
      color: #fff; }
    #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn .content {
      margin: 0 0 3.2vw; }
    #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn .readmore a {
      color: #fff;
      border: 2px solid #fff; }
      #templatet7 .Inthenews .view-content .views-row .coloumn .div-hov .div-inn .readmore a:hover {
        background: #fff;
        color: rgba(0, 109, 149, 0.9); }
  #templatet7 .Inthenews .view-content .views-row:nth-child(2) {
    float: right; }
#templatet7 #blogs {
  padding: 16.5vw 0; }
  #templatet7 #blogs .container .tblk {
    min-height: 392px;
    max-height: 392px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff; }
    #templatet7 #blogs .container .tblk .fb_img_src {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 392px;
      width: 100%;
      cursor: pointer;
      transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s; }
      #templatet7 #blogs .container .tblk .fb_img_src:hover {
        transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
    #templatet7 #blogs .container .tblk:nth-child(1) .innblk {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 0px 50px; }
      #templatet7 #blogs .container .tblk:nth-child(1) .innblk h4 {
        position: absolute;
        top: 50px;
        margin: 0;
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        color: #2b3033;
        text-transform: uppercase; }
      #templatet7 #blogs .container .tblk:nth-child(1) .innblk .rutgersglobalimg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 128px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #templatet7 #blogs .container .tblk:nth-child(1) .innblk .rutgersglobalimg img {
          width: 100%; }
      #templatet7 #blogs .container .tblk:nth-child(1) .innblk p {
        position: absolute;
        bottom: 25px;
        margin: 0;
        text-align: center;
        width: 75%;
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        color: #2b3033; }
    #templatet7 #blogs .container .tblk:nth-child(1) .innblk.rutgersglobalimg .innerdiv {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 128px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #templatet7 #blogs .container .tblk:nth-child(1) .innblk.rutgersglobalimg .innerdiv img {
        width: 100%; }
    #templatet7 #blogs .container .tblk:nth-child(3) {
      background: #e62045; }
      #templatet7 #blogs .container .tblk:nth-child(3) .innblk {
        padding: 50px;
        font-weight: bold;
        font-size: 18px; }
        #templatet7 #blogs .container .tblk:nth-child(3) .innblk .cont {
          color: rgba(255, 255, 255, 0.8);
          max-height: 100px;
          overflow: hidden; }
        #templatet7 #blogs .container .tblk:nth-child(3) .innblk .link {
          font-weight: normal;
          font-size: 14px;
          color: #000;
          margin-bottom: 10px; }
          #templatet7 #blogs .container .tblk:nth-child(3) .innblk .link a {
            color: #fff;
            font-weight: bold; }
            #templatet7 #blogs .container .tblk:nth-child(3) .innblk .link a:hover {
              text-decoration: underline; }
        #templatet7 #blogs .container .tblk:nth-child(3) .innblk .twitter_intents {
          margin-top: 25px;
          display: block; }
          #templatet7 #blogs .container .tblk:nth-child(3) .innblk .twitter_intents a {
            width: 17px;
            height: 11px;
            display: inline-block;
            text-indent: -20000px; }
          #templatet7 #blogs .container .tblk:nth-child(3) .innblk .twitter_intents a.reply {
            background: url(../images/socicon.png) no-repeat 0 0; }
          #templatet7 #blogs .container .tblk:nth-child(3) .innblk .twitter_intents a.retweet {
            background: url(../images/socicon.png) no-repeat -23px 0; }
          #templatet7 #blogs .container .tblk:nth-child(3) .innblk .twitter_intents a.favorite {
            background: url(../images/socicon.png) no-repeat -45px 0; }
    #templatet7 #blogs .container .tblk:nth-child(5) .innblk {
      position: absolute;
      width: 97%;
      height: 100%;
      padding: 83px 50px 50px;
      font-size: 18px; }
      #templatet7 #blogs .container .tblk:nth-child(5) .innblk .cont {
        color: rgba(43, 48, 51, 0.8);
        max-height: 90px;
        overflow: hidden;
        line-height: 22px; }
      #templatet7 #blogs .container .tblk:nth-child(5) .innblk .link {
        font-weight: normal;
        font-size: 14px;
        color: #878787;
        margin-bottom: 10px; }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk .link a {
          color: #000;
          font-weight: bold; }
          #templatet7 #blogs .container .tblk:nth-child(5) .innblk .link a:hover {
            text-decoration: underline; }
      #templatet7 #blogs .container .tblk:nth-child(5) .innblk .twitter_intents {
        margin-top: 25px;
        display: block;
        opacity: 0.2; }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk .twitter_intents a {
          width: 17px;
          height: 11px;
          display: inline-block;
          text-indent: -20000px; }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk .twitter_intents a.reply {
          background: url(../images/socicon.png) no-repeat 0 0; }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk .twitter_intents a.retweet {
          background: url(../images/socicon.png) no-repeat -23px 0; }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk .twitter_intents a.favorite {
          background: url(../images/socicon.png) no-repeat -45px 0; }
      #templatet7 #blogs .container .tblk:nth-child(5) .innblk img.logo {
        position: absolute;
        bottom: 10px;
        left: 50%;
        width: 266px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        #templatet7 #blogs .container .tblk:nth-child(5) .innblk img.logo img {
          width: 100%; }
#templatet7 .promotional-banner {
  width: 100%;
  margin-top: 8vw; }
  #templatet7 .promotional-banner .field--item {
    width: 50%;
    float: left; }
    #templatet7 .promotional-banner .field--item img {
      width: 100%;
      display: block; }

.parallax-block {
  position: fixed;
  top: 0;
  left: 0;
  /*overflow:hidden;*/
  z-index: -1;
  max-width: none !important;
  max-height: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  visibility: hidden; }

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none !important;
  max-height: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px; }

.login {
  padding: 150px 0;
  background: url(../images/login-bg.jpg) no-repeat;
  position: relative;
  width: 100%;
  display: inline-block; }
  .login form {
    width: 600px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 auto; }
    .login form .form-group {
      margin-bottom: 30px; }
      .login form .form-group label {
        font-size: 20px;
        font-family: arial;
        font-weight: normal; }
      .login form .form-group .form-required::after {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 7px auto;
        height: 14px;
        line-height: 20px;
        margin-left: 2px; }
      .login form .form-group input[type="text"], .login form .form-group input[type="email"], .login form .form-group input[type="password"], .login form .form-group input[type="number"] {
        font: 400 14px/40px arial;
        min-height: 40px; }

/*calender loader css */
#divLoading {
  display: none; }

#divLoading.show {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url("../images/ajax-loader.gif");
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0; }

#loadinggif.show {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px; }

.page-node-type-template-8-t8 .view-news-list .view-empty {
  color: #c90334;
  line-height: 30px;
  font-size: 30px;
  min-width: 250px;
  background: url("../images/noresults.jpg") no-repeat scroll center top;
  margin: 0 auto;
  padding: 180px 0 0 0;
  text-align: center; }

.innercontentbutton.fullbutton {
  max-width: inherit !important;
  display: inline-block !important;
  height: auto !important;
  width: auto !important;
  padding: 14px 20px !important;
  line-height: 1.4 !important; }

.rutger_normal_page {
  width: 100%;
  display: inline-block;
  padding: 50px 0px;
  color: #2b3033;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  text-align: justify; }
  .rutger_normal_page .container {
    max-width: 1248px;
    width: 100%; }
  .rutger_normal_page p {
    color: #2b3033;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    text-align: justify; }
  .rutger_normal_page h1 {
    text-transform: capitalize;
    margin-top: 0; }

#search .midcontainer .left-blk .left-img {
  margin-top: 20px; }

.tab_img_cls {
  width: 100%;
  height: auto; }

.navbar-header .navbar-brand {
  position: relative;
  z-index: 99; }

/*# sourceMappingURL=style.css.map */


#txt-img .col-lg-3 section ul li {
  background: none!important;
  list-style: none!important;
  list-style-position: inside!important;
}

#txt-img .col-lg-3 section ul li:before {
  content: '\00BB';
  margin-right: 10px;
  }

  #txt-img .col-lg-3 section ul.getsocial li:before {
  content: "";
  margin-right:0px;
}

.content ul li {
  color: #53626e;
}