@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");
html {
  height: 100%;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased; }

#MainWrapper {
  background-color: #fff; }

.position_pane {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #1d2127; }

h1 {
  font-size: 2.2em;
  line-height: 42px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h2 {
  font-size: 36px;
  line-height: 42px;
  color: #414141;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif; }

h4 {
  font-size: 24px;
  line-height: 1.375em;
  text-transform: capitalize;
  color: #414141;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif; }

h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #303030; }

p {
  color: #727272;
  line-height: 24px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

a:link, p a:link {
  color: #e6006d;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif; }

a:visited, p a:visited {
  color: #e6006d;
}

a:hover, p a:hover {
  color: #b50048;
  text-decoration: none; }

input[type='submit'], input[type='button'] {
  -webkit-appearance: none; }

ul {
  list-style-position: inside; }

/************* Enyo header top scss start  ***************/
.Customizer {
  min-height: 0px; }

.spd-customizer-main {
  height: 0px !important; }

.dnn6.editMode .header .fixed, .dnn7.editMode .header .fixed {
  top: 45px !important; }

.dnn8.editMode .header .fixed {
  top: 53px !important; }

header {
  position: relative;
}
  header .header {
    margin-top: 30px;
  }
    @media only screen and (max-width: 767px) {
      header .header {
        margin-top: 0px;
        background-color: #414141; } }
    header .header .header-top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 7px 0px; }
      header .header .header-top .header-top-contact {
        padding-left: 0px; }
        @media only screen and (max-width: 767px) {
          header .header .header-top .header-top-contact {
            padding: 0px; } }
      header .header .header-top .buttonGroup .userProfileImg {
        display: none; }
      header .header .header-top #dnn_dnnUser_messageGroup, header .header .header-top #dnn_dnnUser_notificationGroup {
        display: none; }
      header .header .header-top .userDisplayName {
        padding: 0px !important; }
    header .header .header-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding: 0px 15px;
    }
      @media only screen and (max-width: 767px) {
        header .header .header-row {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
        } }
      header .header .header-row .logo {
        background-color: rgba(255, 255, 255, 0.8);
      }
        @media only screen and (max-width: 767px) {
          header .header .header-row .logo {
            background-color: transparent; } }
        header .header .header-row .logo:after {
          content: "";
          position: absolute;
          top: 0px;
          bottom: 0px;
          width: 100%;
          /*-webkit-transform: skew(-25deg, 0deg);
          -ms-transform: skew(-25deg, 0deg);
          transform: skew(-25deg, 0deg);*/
          background: #fff;
          left: 20px;
          z-index: -1; }
        header .header .header-row .logo img {
          padding-top: 15px;
          padding-bottom: 15px;
          display: block;
          max-width: 100%;
          height: auto; }
      header .header .header-row .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 69px; }
        header .header .header-row .menu .menu-wrapper {
          float: right; }
          header .header .header-row .menu .menu-wrapper:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.8);
            right: 0;
            z-index: -1;
            left: 0px; }
            @media only screen and (max-width: 767px) {
              header .header .header-row .menu .menu-wrapper:after {
                display: none; } }
          header .header .header-row .menu .menu-wrapper:before {
            content: "";
            /*border-top:75px solid rgba(255, 255, 255, 0.8);
            border-right: 38px solid rgba(0, 255, 255, 0.5);
            position: absolute;
            left: 15px;
            top: 0px;*/ }
            @media only screen and (max-width: 767px) {
              header .header .header-row .menu .menu-wrapper:before {
                display: none; } }
          header .header .header-row .menu .menu-wrapper .navbar-collapse {
            padding: 0px;
            float: left; }
          header .header .header-row .menu .menu-wrapper #top-search-trigger {
            float: right; }
      @media only screen and (max-width: 767px) {
        header .header .header-row .toggle-btn {
          padding-right: 0px; } }

/************************ Beno Header *********************************/
@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav {
    background-color: transparent !important; } }

@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav li a {
    padding: 15px 15px; } }

@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav li a:hover {
    padding: 15px 15px; } }

.SpeedyDropDown .nav > li {
  margin: 0px 7px 0px 0px; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .SpeedyDropDown .nav > li {
      margin: 0px 5px 0px 0px; } }
  @media only screen and (max-width: 767px) {
    .SpeedyDropDown .nav > li {
      margin: 0px; } }
  .SpeedyDropDown .nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    margin-right: 0;
    padding: 8px 17px;
    border-radius: 5px;
    color: #fff; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .SpeedyDropDown .nav > li > a {
        padding: 8px 12px; } }
    @media only screen and (max-width: 767px) {
      .SpeedyDropDown .nav > li > a {
        padding: 15px 15px;
        color: #f4f4f4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.112);
        border-radius: 0px; } }
    .SpeedyDropDown .nav > li > a:hover {
      border-radius: 5px;
      background-color: transparent; }
      @media only screen and (max-width: 767px) {
        .SpeedyDropDown .nav > li > a:hover {
          border-radius: 0px;
          background-color: transparent;
          color: #00aaff; } }
  .SpeedyDropDown .nav > li > ul.subs {
    margin-top: 20px;
    border-top: 2px solid #00aaff; }
    @media only screen and (max-width: 767px) {
      .SpeedyDropDown .nav > li > ul.subs {
        padding-left: 30px;
        margin-top: 0px !important;
        border: 0px !important; } }
  .SpeedyDropDown .nav > li ul.subs {
    background: #3f3f3f; }
    .SpeedyDropDown .nav > li ul.subs li {
      position: relative; }
      .SpeedyDropDown .nav > li ul.subs li a {
        padding: 0.75em 1em;
        line-height: 1.1em; }
        @media only screen and (max-width: 767px) {
          .SpeedyDropDown .nav > li ul.subs li a {
            font-size: 14px;
            line-height: 1em;
            font-weight: 300;
            color: #f4f4f4;
            border-bottom: 1px solid rgba(255, 255, 255, 0.112);
            padding: 15px 15px 15px 0px; } }
        .SpeedyDropDown .nav > li ul.subs li a:hover {
          color: #00aaff;
          padding: 0.75em 1.2em; }
          @media only screen and (max-width: 767px) {
            .SpeedyDropDown .nav > li ul.subs li a:hover {
              color: #00aaff;
              padding: 15px 15px 15px 0px; } }
      .SpeedyDropDown .nav > li ul.subs li ul {
        top: 0;
        margin-top: 0; }
  .SpeedyDropDown .nav > li ul.Dropdown,
  .SpeedyDropDown .nav > li ul.Dropdown ul.subs {
    width: 15em;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    border: none;
    border-top: 2px solid #00aaff;
    color: #f4f4f4;
    margin-left: 0;
    background: #3f3f3f; }
    @media only screen and (max-width: 767px) {
      .SpeedyDropDown .nav > li ul.Dropdown,
      .SpeedyDropDown .nav > li ul.Dropdown ul.subs {
        width: 100%;
        left: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-top: none !important;
        z-index: 99; } }
    .SpeedyDropDown .nav > li ul.Dropdown li a,
    .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #f4f4f4;
      margin-bottom: 0px;
      font-size: 15px;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .SpeedyDropDown .nav > li ul.Dropdown li a,
        .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a {
          font-size: 14px;
          line-height: 1em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.112);
          padding: 15px 15px 15px 0px; } }
      .SpeedyDropDown .nav > li ul.Dropdown li a:hover,
      .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #00aaff;
        padding-left: 20px; }
        @media only screen and (max-width: 767px) {
          .SpeedyDropDown .nav > li ul.Dropdown li a:hover,
          .SpeedyDropDown .nav > li ul.Dropdown ul.subs li a:hover {
            background-color: transparent;
            padding: 15px 15px 15px 0px; } }

.SpeedyDropDown .nav > li.active > a {
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 767px) {
    .SpeedyDropDown .nav > li.active > a {
      border-radius: 0px;
      background-color: transparent;
      color: #00aaff; } }

@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav li.parent > a:after {
    content: "\f107";
    font-family: fontawesome;
    float: right;
    padding-left: 4px;
    padding-top: 1px;
    color: #f4f4f4;
    font-weight: 100;
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav li.parent > ul li.parent > a:after {
    content: "\f107";
    font-family: fontawesome;
    float: right;
    padding-left: 4px;
    color: #f4f4f4;
    font-weight: 100;
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  .SpeedyDropDown .nav li.parent > ul li.parent > a:hover:after {
    content: "\f107";
    font-family: fontawesome;
    float: right;
    padding-left: 4px;
    color: #00aaff;
    font-weight: 100;
    font-size: 15px; } }

.SpeedyDropDown .nav .arrow:after {
  display: block;
  content: "\f105";
  font-family: fontawesome;
  float: right;
  color: #f4f4f4;
  padding-right: 0px; }

.SpeedyDropDown .nav .arrow:hover:after {
  display: block;
  content: "\f105";
  font-family: fontawesome;
  float: right;
  color: #00aaff;
  padding-right: 0px; }

.MegaMenu_html .mega_menu_h4 {
  color: #fff; }

.MegaMenu_html .mega_menu_p {
  color: #fff; }

.breadcrumb {
  border-radius: 0px; }

.lang-copy .language-object {
  line-height: 0.5px; }
  .lang-copy .language-object .Language {
    margin: 0px 2px; }

/*fixed header*/
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .fixed {
      position: relative !important; } }
  .fixed .SpeedyDropDown .nav > li {
    position: static; }
    .fixed .SpeedyDropDown .nav > li > ul.subs {
      top: calc(100% - 20px); }
  .fixed .search-button {
    float: left; }
    .fixed .search-button .search-form {
      top: 100%; }

/* Side Menu
=================================*/
body.on-side {
  margin-left: -280px; }

.side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -280px;
  width: 280px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999; }

.side.on {
  right: 0; }

.side .close-side {
  float: right;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px; }

/* Navbar Responsive
=================================*/
@media only screen and (max-width: 767px) {
  /* Mobile Navigation
    =================================*/
  body.side-right > .wrapper {
    margin-left: 280px;
    margin-right: -280px !important; }
  .bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow: hidden !important;
    display: block;
    background: #3f3f3f;
    z-index: 999;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0; }
  .bootsnav.navbar-mobile .navbar-collapse [class*=' col-'] {
    width: 100%; }
  /* Navbar Sidebar
    =================================*/
  .bootsnav.navbar-sidebar .share {
    padding: 30px 15px !important; }
  /* Navbar Sidebar
    =================================*/
  .bootsnav.navbar-sidebar .share {
    padding: 30px 0 !important;
    margin-bottom: 0; }
  .bootsnav.navbar-mobile.navbar-sidebar .share {
    padding: 30px 15px !important;
    margin-bottom: 0; } }

@media all and (min-width: 768px) {
  .slimScrollDiv {
    height: auto !important;
    position: relative;
    z-index: 999; }
  .SpeedyDropDown .nav {
    height: auto !important;
    z-index: 999; } }

#top-search-trigger.top-search-open .search-form {
  display: block; }

/* search icon animated */
#top-search-trigger .fa {
  color: #636161;
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  z-index: 999; }

#top-search-trigger .fa-times {
  display: none;
  right: 0px; }

.top-search-open .fa-times {
  display: block !important; }

.top-search-open .fa-search {
  display: none !important; }

/* mobile icon toggle animated */
.btn-navbar {
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0px; }
  .btn-navbar .fa {
    position: absolute;
    color: #fff;
    left: 26%;
    top: 22%;
    z-index: 999;
    font-size: 20px; }
  .btn-navbar .fa-times {
    display: none; }
  .btn-navbar .fa-bars {
    display: block; }

.collapse-active .fa-times {
  display: block !important; }

.collapse-active .fa-bars {
  display: none !important; }

.CurvePane {
  position: relative;
  z-index: 9; }
  .CurvePane:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f4f4f4;
    /*-webkit-transform: skew(0, -5deg);
    -moz-transform: skew(0, -5deg);
    -ms-transform: skew(0, -5deg);
    -o-transform: skew(0, -5deg);
    transform: skew(0, -5deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;*/ }

/**Search Styles ***/
.xs-search {
  padding: 0px; }

.search-button {
  cursor: pointer;
  color: #eee;
  position: relative;
  float: left; }
  @media only screen and (max-width: 767px) {
    .search-button {
      float: right; } }
  .search-button .search-form {
    position: absolute;
    background: #00aaff;
    width: 257px;
    min-width: 257px;
    max-width: 257px;
    display: none;
    right: 0px;
    top: calc(100% + 18px);
    height: 44px;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px rgba(51, 51, 51, 0.48);
    box-shadow: 0 2px 6px rgba(51, 51, 51, 0.48);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    .search-button .search-form ::-webkit-input-placeholder {
      color: #000 !important;
      line-height: 44px; }
    .search-button .search-form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #000;
      line-height: 41px;
      opacity: 1; }
    .search-button .search-form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #000;
      line-height: 41px;
      opacity: 1; }
    .search-button .search-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000;
      line-height: 41px; }
  .search-button div.SearchBorder {
    width: 212px;
    max-width: 212px;
    min-width: 212px;
    float: right;
    height: 44px;
    border: none;
    background-color: #f1f1f1;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; }

.SearchButton {
  display: none !important; }

.search-style input[type="text"] {
  padding: 0px 10px;
  color: #000000;
  height: 44px;
  background: transparent;
  border: none;
  -webkit-transition: border 0.1s;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  font-size: 16px;
  line-height: 44px;
  left: 0;
  width: 200px; }

.search-form.search-style:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  left: 16px;
  top: 0;
  line-height: 44px;
  z-index: 999;
  color: #f4f4f4; }

.search-form.search-style:after {
  width: 13px;
  height: 13px;
  background: #f4f4f4;
  right: 10px;
  border: solid transparent;
  content: " ";
  position: absolute;
  top: -5px;
  bottom: 2%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99; }

ul.searchSkinObjectPreview {
  position: absolute;
  top: 100%;
  background: #fff;
  list-style: none;
  border: 1px solid #c9c9c9; }

.searchInputContainer {
  width: 100%; }

.searchInputContainer a.dnnSearchBoxClearText {
  top: 0px !important;
  right: 30px !important; }

html {
  height: 100%;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased; }

#MainWrapper {
  background-color: #fff; }

.position_pane {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  color: #1d2127; }

h1 {
  font-size: 2.2em;
  line-height: 42px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h2 {
  font-size: 36px;
  line-height: 42px;
  color: #414141;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif; }

h4 {
  font-size: 24px;
  line-height: 1.375em;
  text-transform: capitalize;
  color: #414141;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif; }

h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Lato', sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #303030; }

p {
  color: #727272;
  line-height: 24px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif; }

a, p a {
  color: #727272;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif; }

a:hover, p a:hover {
  text-decoration: none; }

input[type='submit'], input[type='button'] {
  -webkit-appearance: none; }

ul {
  list-style-position: inside; }

#MainWrapper {
  overflow: hidden; }

.header-top-row {
  background-color: #363d41;
  padding: 8px 0px; }
  @media only screen and (max-width: 767px) {
    .header-top-row .header-top {
      text-align: center; } }
  .header-top-row .header-top .social-address {
    float: left; }
    @media only screen and (max-width: 767px) {
      .header-top-row .header-top .social-address {
        float: none;
        text-align: center; } }
    .header-top-row .header-top .social-address ul {
      float: left;
      padding: 0px; }
      @media only screen and (max-width: 767px) {
        .header-top-row .header-top .social-address ul {
          float: none;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; } }
      .header-top-row .header-top .social-address ul li {
        float: left; }
        .header-top-row .header-top .social-address ul li a {
          color: #ffffff;
          display: inline-block;
          padding: 0px 8px 0px 0px;
          margin-right: 8px;
          -webkit-transition: all linear 0.3s;
          -o-transition: all linear 0.3s;
          transition: all linear 0.3s; }
          .header-top-row .header-top .social-address ul li a:hover {
            color: #00aaff; }
    .header-top-row .header-top .social-address .address {
      color: #5b686f;
      float: left;
      margin: 0px; }
      .header-top-row .header-top .social-address .address span {
        padding: 0px 8px; }
      @media only screen and (max-width: 767px) {
        .header-top-row .header-top .social-address .address {
          width: 100%; }
          .header-top-row .header-top .social-address .address span {
            display: none; } }
  .header-top-row .header-top .phone {
    float: right; }
    @media only screen and (max-width: 767px) {
      .header-top-row .header-top .phone {
        width: 100%;
        display: inline-block; } }
    .header-top-row .header-top .phone p {
      margin: 0px; }
      .header-top-row .header-top .phone p .fa {
        color: #5b686f; }
      .header-top-row .header-top .phone p a {
        color: #ffffff;
        padding-left: 8px;
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s; }
        .header-top-row .header-top .phone p a:hover {
          color: #00aaff; }

.enyo_service .include {
  background-color: #f3f3f3;
  padding: 30px 40px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .enyo_service .include {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .enyo_service .include {
      margin-bottom: 50px; } }
  .enyo_service .include:before {
    content: "";
    height: 50px;
    width: 120px;
    background: #fff;
    position: absolute;
    top: -9px;
    right: -44px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .enyo_service .include .read {
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 35px;
    background-color: #245; }

.enyo_service .bdr-bp {
  border-bottom: 1px solid #eee; }

.enyo_service .bdr-left {
  border-right: 1px solid #eee; }
  @media only screen and (max-width: 767px) {
    .enyo_service .bdr-left {
      border-right: none;
      border-bottom: 1px solid #eee; } }

.enyo_service .serve-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 15px 30px 0px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .enyo_service .serve-wrap:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .enyo_service .serve-wrap:hover .left:after {
      opacity: 1;
      height: 90px;
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
  .enyo_service .serve-wrap .left {
    position: relative;
    z-index: 1; }
    .enyo_service .serve-wrap .left:after {
      content: "";
      background: #00aaff;
      position: absolute;
      height: 0px;
      width: 3px;
      top: -20px;
      left: calc(50% - 1px);
      z-index: -1;
      opacity: 0; }
    .enyo_service .serve-wrap .left .icon {
      font-size: 25px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #fff; }
  .enyo_service .serve-wrap .right {
    padding-left: 15px; }
    .enyo_service .serve-wrap .right h4 {
      margin-top: 0px; }
    .enyo_service .serve-wrap .right p {
      margin-bottom: 0px; }

.about {
  position: relative; }
  .about:before {
    content: "";
    background-color: #f3f3f3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 35%;
    /*-webkit-transform: skew(13.4deg);
    -ms-transform: skew(13.4deg);
    transform: skew(13.4deg);*/
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .about:before {
        left: 0%;
        /*-webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);*/
        z-index: 0; } }
  .about .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .about .row {
        display: block; } }
  .about .cross {
    z-index: 3;
    padding-right: 100px; }
    @media only screen and (max-width: 767px) {
      .about .cross {
        padding-right: 0px;
        text-align: center;
        padding: 30px; } }
    .about .cross h2 {
      margin-top: 0px;
      color: #000;
      margin-bottom: 30px; }
  .about .tablist ul.nav {
    padding-left: 0px;
    border-bottom: none; }
    @media only screen and (max-width: 767px) {
      .about .tablist ul.nav {
        background-color: transparent !important; } }
  .about .nav-tabs > li.active > a, .about .nav-tabs > li.active > a:hover, .about .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: transparent;
    border: none; }
  .about .nav-tabs > li > a:hover, .about .nav-tabs > li > a:focus {
    color: #000;
    background-color: transparent;
    border: none; }
  .about .nav-tabs > li > a {
    border: none;
    text-transform: uppercase;
    padding: 0px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .about .nav-tabs > li > a {
        margin-right: 0px;
        margin: 10px 0px;
        display: inline-block; } }
    .about .nav-tabs > li > a:hover:before, .about .nav-tabs > li > a:focus:before {
      width: 100%;
      opacity: 1; }
    .about .nav-tabs > li > a:before {
      content: "";
      height: 2px;
      width: 0%;
      background-color: #00aaff;
      position: absolute;
      bottom: -5px;
      opacity: 0;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .about .nav-tabs > li.active > a:before {
    width: 100%;
    opacity: 1; }
  .about .tab-content {
    padding-top: 20px; }
    .about .tab-content .anchor {
      display: inline-block;
      padding: 10px 30px;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      margin-top: 10px;
      background-color: #245; }
  .about img {
    width: 100%; }

.portfolio .row {
  margin-right: 0px;
  margin-left: 0px; }
  .portfolio .row .col-md-3 {
    padding: 0px; }

.portfolio .sub {
  text-transform: uppercase;
  font-size: 16px; }

.portfolio .mask {
  position: relative;
  overflow: hidden; }
  .portfolio .mask:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .portfolio .mask:hover .mask-bg {
    opacity: 1; }
  .portfolio .mask:hover .empty {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  .portfolio .mask:hover .mask-txt {
    opacity: 1; }
  .portfolio .mask img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .portfolio .mask .mask-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .portfolio .mask .empty {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    top: 0px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .portfolio .mask .mask-txt {
    position: absolute;
    top: calc(50% - 20px);
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .portfolio .mask .mask-txt h4 {
      margin: 0px;
      color: #fff; }

.tst-client {
  background-color: #f3f3f3;
  padding: 90px 0px 100px 0px; }
  .tst-client h2 {
    margin-top: 0px;
    text-align: center; }
  .tst-client img {
    width: 100%; }
  .tst-client .col-md-6.col-sm-6 {
    padding: 0px; }
  .tst-client .des-colr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: 40px; }
    .tst-client .des-colr .client-des {
      padding: 20px;
      position: relative; }
      .tst-client .des-colr .client-des:before {
        content: "";
        height: 20px;
        width: 20px;
        background: #fff;
        position: absolute;
        top: calc(50% - 10px);
        left: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .tst-client .des-colr .client-des h4 {
        margin: 0px; }

.client-logo {
  padding: 70px 0px 90px 0px; }
  .client-logo h2 {
    margin-bottom: 40px; }
  .client-logo img {
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .client-logo img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .client-logo .bdr-right {
    border-right: 1px solid #eee; }
    @media only screen and (max-width: 767px) {
      .client-logo .bdr-right {
        border-right: none; } }
  .client-logo .bdr-bt {
    border-bottom: 1px solid #eee; }
    @media only screen and (max-width: 767px) {
      .client-logo .bdr-bt {
        border-bottom: none; } }

.staff {
  background-color: #f3f3f3;
  padding: 90px 0px 100px 0px; }
  .staff h2 {
    margin-top: 0px;
    margin-bottom: 40px; }
  .staff .spd-col-md-4 {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .staff .spd-col-md-4 {
        margin-top: 30px; } }
  .staff .staff-txt {
    background-color: #fff;
    padding: 30px 0px;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .staff .staff-txt:hover {
      background-color: #00aaff; }
      .staff .staff-txt:hover:before {
        background: #00aaff; }
      .staff .staff-txt:hover h4 {
        color: #fff; }
      .staff .staff-txt:hover p {
        color: #fff !important; }
      .staff .staff-txt:hover .ul-list li .fa {
        color: #fff; }
    .staff .staff-txt:before {
      content: "";
      height: 20px;
      width: 20px;
      background: #fff;
      position: absolute;
      top: -10px;
      left: calc(50% - 10px);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .staff .staff-txt h4 {
      margin-top: 0px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .staff .staff-txt .line {
      width: 100px;
      height: 1px;
      background: #eee;
      margin: 0 auto; }
    .staff .staff-txt ul.ul-list {
      padding-left: 0px;
      padding-top: 25px;
      display: inline-block; }
      .staff .staff-txt ul.ul-list li {
        float: left;
        list-style: none;
        margin: 0px 7px; }
        .staff .staff-txt ul.ul-list li .fa {
          color: #000;
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }

.blog .blog-des {
  background-color: #eee;
  padding: 30px;
  border-bottom: 3px solid #00aaff; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .blog .blog-des {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .blog .blog-des {
      margin-bottom: 50px; } }
  .blog .blog-des .blog_link {
    font-size: 25px;
    text-decoration: none;
    color: #000; }
  .blog .blog-des .list {
    padding-left: 0px;
    display: inline-block; }
    .blog .blog-des .list li {
      float: left;
      padding-right: 10px; }
      .blog .blog-des .list li .fa {
        padding-right: 5px; }

.blog .mid_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  margin-bottom: 48px;
  border-bottom: 3px solid #00aaff; }
  .blog .mid_center .spd-col-md-6 {
    padding: 0px; }
  .blog .mid_center .blog-cnt {
    padding: 0px 20px; }
    .blog .mid_center .blog-cnt a {
      text-decoration: none;
      font-size: 20px;
      color: #000; }
    .blog .mid_center .blog-cnt .list {
      padding-left: 0px;
      display: inline-block; }
      .blog .mid_center .blog-cnt .list li {
        float: left;
        padding-right: 10px; }
        .blog .mid_center .blog-cnt .list li .fa {
          padding-right: 5px; }

.blog img {
  width: 100%; }

.map-contact {
  position: relative; }
  .map-contact .contact-box-wrap {
    position: absolute;
    top: 50px;
    right: 100px; }
    .map-contact .contact-box-wrap .contact-box {
      background-color: #ffffff;
      padding: 20px 30px; }
    @media only screen and (max-width: 767px) {
      .map-contact .contact-box-wrap {
        position: relative;
        top: auto;
        right: auto; } }

.con_a081 .BorderRight {
  border-right: 1px solid #eee; }

.con_a081 .CounterName {
  color: #ffffff;
  text-transform: uppercase; }

.con_a081 .counter {
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em; }

.footer-menu ul {
  padding: 0px; }
  .footer-menu ul li {
    float: left;
    margin: 0px 3px; }

/*footer*/
.Enyo-footer .footer-col-1 {
  margin: 50px 0px; }
  .Enyo-footer .footer-col-1 .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .Enyo-footer .footer-col-1 .social .title {
      margin-right: 15px; }
    .Enyo-footer .footer-col-1 .social p {
      margin: 0px; }
    .Enyo-footer .footer-col-1 .social ul {
      display: inline-block;
      padding: 0px;
      margin: 0px; }
      .Enyo-footer .footer-col-1 .social ul li {
        float: left;
        margin-right: 3px; }
        .Enyo-footer .footer-col-1 .social ul li a .fa {
          background-color: #fff;
          color: #222;
          width: 26px;
          height: 26px;
          line-height: 26px;
          text-align: center;
          border: 1px solid #90959e;
          border-radius: 50%;
          -webkit-transition: all linear 0.5s;
          -o-transition: all linear 0.5s;
          transition: all linear 0.5s; }
        .Enyo-footer .footer-col-1 .social ul li:hover a .fa {
          background-color: #209de2;
          color: #fff; }

.Enyo-footer .footer-col-2 {
  margin: 50px 0px; }
  .Enyo-footer .footer-col-2 .title {
    margin-top: 0px; }
  .Enyo-footer .footer-col-2 .both-5 {
    padding: 0px 5px 10px 5px; }

.Enyo-footer .footer-col-3 {
  margin: 50px 0px; }
  .Enyo-footer .footer-col-3 .email-field {
    margin-bottom: 10px; }
    .Enyo-footer .footer-col-3 .email-field input {
      width: 100%;
      padding: 5px;
      text-align: center; }
  .Enyo-footer .footer-col-3 .btn-subsc button {
    width: 100%;
    border: none;
    color: #ffffff;
    padding: 9px;
    background-color: #bd004e;
    text-transform: uppercase; }

.Enyo-footer .Enyo-coppyright {
  background-color: #363d41;
  padding: 10px 0px; }
  .Enyo-footer .Enyo-coppyright .lang-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .Enyo-footer .Enyo-coppyright .lang-copy {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .Enyo-footer .Enyo-coppyright .lang-copy {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .Enyo-footer .Enyo-coppyright .lang-copy div {
        display: inline-block; } }
    .Enyo-footer .Enyo-coppyright .lang-copy a {
      color: #90959e;
      margin-right: 5px; }
      .Enyo-footer .Enyo-coppyright .lang-copy a:hover {
        color: #ffffff; }
    .Enyo-footer .Enyo-coppyright .lang-copy .registerGroup {
      padding: 0px 10px; }
      .Enyo-footer .Enyo-coppyright .lang-copy .registerGroup .userDisplayName {
        padding: 0px !important; }
    .Enyo-footer .Enyo-coppyright .lang-copy .language {
      margin-right: 10px; }
  .Enyo-footer .Enyo-coppyright .Copyright .SkinObject {
    color: #90959e; }
  .Enyo-footer .Enyo-coppyright .footer-menu {
    float: right; }
    @media only screen and (max-width: 767px) {
      .Enyo-footer .Enyo-coppyright .footer-menu {
        text-align: center;
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .Enyo-footer .Enyo-coppyright .footer-menu {
        text-align: center;
        float: none;
        width: 100%; } }
    .Enyo-footer .Enyo-coppyright .footer-menu ul {
      padding: 0px; }
      @media only screen and (max-width: 767px) {
        .Enyo-footer .Enyo-coppyright .footer-menu ul {
          display: inline-block; } }
      @media only screen and (max-width: 991px) and (min-width: 768px) {
        .Enyo-footer .Enyo-coppyright .footer-menu ul {
          display: inline-block; } }
      .Enyo-footer .Enyo-coppyright .footer-menu ul li {
        float: left;
        margin: 0px 3px;
        color: #90959e; }
        .Enyo-footer .Enyo-coppyright .footer-menu ul li a {
          color: #90959e; }
          .Enyo-footer .Enyo-coppyright .footer-menu ul li a:hover {
            color: #ffffff; }

