/* Base */
html {
  overflow-x: hidden; }

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif!important }
  
  
::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color:white; }
  a:hover {
    text-decoration: none;
    color:#fff; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
 /* font-family: "Oswald
 ", sans-serif;*/
/*  font-family: 'Montserrat', sans-serif;*/
  font-weight: 700 !important;
  /*text-transform: uppercase;*/
   font-family: 'Open Sans', sans-serif!important; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #300743;
    border-color: #300743;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #343a40;
      color: #fff;
      border-color: #343a40; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 4px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #300743; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 1em 0; }


  @media (min-width: 768px) {
    .site-section {
      padding: 2em 0; } }
  .site-section.site-section-sm {
    padding: 2em 0; }

   

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {

.sectionTitleIcon
{
  float:left;
  margin-left:5%!important;
  padding: 0px;
text-align: center;
margin-right: 5%!important;
}



    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #300743; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar ul li a 
  {
       font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700!important;
  }

  .site-navbar ul {
  /*  font-family: "Oswald", sans-serif;*/
   font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700!important; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 1.7rem;
    font-weight: 900;
    text-transform: uppercase;
  /*  font-family: "Oswald", sans-serif;*/ 
  font-family: 'Open Sans', sans-serif;}
    .site-navbar .site-logo a {
      color: #fff; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      display: inline-block;
      padding: 5px 20px;
      background-color: #fff;
      color: #300743;
         font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800!important;
     font-size: 12px;
     letter-spacing: 2px;
   /* font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 10px 4px 10px;
    background: transparent;
    text-align: center;
    color: white;
    letter-spacing: 3px;
    margin: 30px 2px;
    margin-right: 3px;*/
       }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        /*padding: 5px 20px;*/
        color:#300743;
        display: inline-block;
        text-decoration: none !important; 


        font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: 4px 10px 4px 10px;
    background: transparent;
    text-align: center;
    color: white;
    letter-spacing: 3px;
   /* margin: 30px 2px;*/
    margin-right: 3px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.3s
  }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          /*color: #fff;*/ 

        /*border: 1px solid transparent!important;*/

        text-decoration: none;
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

      }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #300743;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
          font-family: 'Open Sans', sans-serif!important;
       /* margin-top: 20px;*/
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #300743 !important; 
        /*  background-color: white!important;*/}
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px!important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0;
             }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1;
          padding: 5px;
          color:red!important; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #300743; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #300743; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
      /*  font-family: "icomoon";*/
        font-family: 'Open Sans', sans-serif;
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  font-family: 'Open Sans', sans-serif!important;
  z-index: 100;
  width: 100%;
  right: 0;
  left: 0; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
/*  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }*/
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7);
      font-family: 'Open Sans', sans-serif!important; }
      .sticky-wrapper .site-navbar ul li a:hover {
        color: #fff;
        font-family: 'Open Sans', sans-serif!important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff;
        font-family: 'Open Sans', sans-serf!important; }
/*  .sticky-wrapper.is-sticky .site-menu-toggle .icon-menu {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif!important; }*/
  .sticky-wrapper.is-sticky .site-navbar {
    background:#300743;
    color:#fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    /*.sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }*/
    /*.sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #fff !important;
      font-family: 'Open Sans', sans-serif!important; }*/
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #300743 !important; 
        background-color: #fff;
      font-family: 'Open Sans', sans-serif!important;}
  .sticky-wrapper .shrink {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }

/* Blocks */
.site-block-wrap {
  min-height: 600px;
  height: calc(100vh);
  background: #222; }

.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover > .container {
    z-index: 2;
    position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      z-index: 1;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover.overlay-2 {
    position: relative; }
    .site-blocks-cover.overlay-2:after {
      z-index: 1;
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.7);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(25%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 25%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 ); }
  .site-blocks-cover .text-shadow {
    text-shadow: 0px 0px 0px #000; }
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 400px;
    height: calc(20vh); }
  .site-blocks-cover h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    font-weight: 900; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
  .site-blocks-cover p {
    color: white;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }
  .site-blocks-cover .btn:hover {
    background: #000;
    border-color: #000; }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #300743;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #300743 !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #300743; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #300743;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: -90px;
    color: #fff;
    display: block;
    width: 100%; }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 1.5rem;
      position: relative; }
  .unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom: 30px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }

.unit-4 .unit-4-icon {
  position: relative; }
  .unit-4 .unit-4-icon span {
    font-size: 3rem; }
  .unit-4 .unit-4-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #300743;
    opacity: .2;
    z-index: -1;
    top: 10px;
    left: -20px; }

.unit-4 h3 {
  font-size: 20px;
  color: #000; }

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .free-quote, .feature-3 {
  background: #300743;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }
  .feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  background: #2ebf94; }
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #2cb78d; }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-custom {
  font-size: 1rem !important; }

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase; }

.how-it-work-item .number {
  width: 50px;
  height: 50px;
  background: #300743;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  margin-bottom: 40px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #300743;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.custom-pagination .more-page {
  background: none;
  letter-spacing: .1em; }

.form-search-wrap {
  background: #fff;
  border-radius: 30px; }
  .form-search-wrap .form-control {
    border: none; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .form-control {
        height: 55px; } }
  .form-search-wrap .btn {
    border-radius: 30px;
    padding: 10px 30px; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .btn {
        width: 100% !important;
        display: block; } }

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  background: #f8f9fa;
  position: relative; }
  .popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
    .popular-category .icon > span {
      line-height: 0;
      font-size: 40px; }
  .popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category:hover {
    background: #300743;
    -webkit-box-shadow: 0 5px 30px -5px rgba(55, 207, 162, 0.5);
    box-shadow: 0 5px 30px -5px rgba(55, 207, 162, 0.5); }
    .popular-category:hover .caption {
      color: #fff; }
    .popular-category:hover .icon {
      color: #fff; }
    .popular-category:hover .number {
      background: #2ebf94;
      color: #fff; }

@media (max-width: 1199.98px) {
  .no-sm-border {
    border: none !important; } }

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .listing-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%; }
    .listing-item .listing-item-content .category {
      font-size: 12px;
      display: inline-block;
      padding: 5px 30px;
      background: #300743;
      border-radius: 30px;
      color: #fff;
      letter-spacing: .2em;
      text-transform: uppercase; }
    .listing-item .listing-item-content h2 {
      font-size: 22px; }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8); }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #e81050; }
      .listing-item .bookmark:hover span {
        color: #fff; }

#slider-range {
  height: 8px; }
  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #300743; }
    #slider-range .ui-slider-handle:focus, #slider-range .ui-slider-handle:active {
      outline: none; }
  #slider-range .ui-slider-range {
    background-color: #300743; }

.accordion-item[aria-expanded="true"] {
  color: #300743; }

.social-media {
  display: inline-block;
  float: left;
  margin-bottom: 0px;
  padding: 0; }
  .social-media li {
    display: inline-block; }

.ft-feature-1 {
  margin-bottom: 80px; }
  .ft-feature-1 .ft-feature-1-content {
    padding: 30px;
    position: relative;
    z-index: 10; }
  .ft-feature-1 h2, .ft-feature-1 h3 {
    font-size: 20px;
    color: #fff; }
  .ft-feature-1 h3 {
    font-size: 18px; }
    .ft-feature-1 h3 .icon {
      font-size: 30px; }
  .ft-feature-1 a {
    color: #fff;
    text-decoration: underline; }
    .ft-feature-1 a:hover {
      color: #fff;
      text-decoration: none; }
  .ft-feature-1 .play {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #300743;
    margin-right: 1.5rem;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    text-decoration: none !important; }
    .ft-feature-1 .play span {
      color: #fff;
      display: inline; }
  .ft-feature-1 .img-feature {
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ft-feature-1 .img-feature {
        margin-bottom: -80px; } }
  .ft-feature-1 p {
    color: #737373; }

.box-with-humber {
  position: relative; }
  .box-with-humber .number-behind {
    font-size: 6rem;
    position: absolute;
    z-index: -1;
    top: -3rem;
    left: -3rem;
    font-weight: 900;
    color: #f2f4f5; }
  .box-with-humber h2 {
    font-size: 30px; }
    .box-with-humber h2 > span {
      font-size: 18px; }

.media-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .media-1:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden; }
  .media-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-1 .media-1-content {
    z-index: 4;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .media-1 .media-1-content h2 {
      position: relative;
      color: #fff;
      font-size: 1.5rem;
      -webkit-transition: .4s all ease-in-out;
      -o-transition: .4s all ease-in-out;
      transition: .4s all ease-in-out;
      opacity: 0;
      visibility: hidden;
      bottom: -10px;
      margin-bottom: 0px; }
    .media-1 .media-1-content .category {
      position: relative;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      opacity: 0;
      bottom: -10px;
      visibility: hidden;
      color: #999999;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .2em; }
  .media-1:hover:after {
    opacity: 1;
    visibility: visible; }
  .media-1:hover h2 {
    bottom: 0px;
    opacity: 1;
    visibility: visible; }
  .media-1:hover .category {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s; }
  .media-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.testimonial-wrap .owl-nav {
  display: none; }

.section-sub-title {
  font-size: 13px;
  color: #300743;
  letter-spacing: .2em;
  text-transform: uppercase; }

.section-title {
  color: #300743;
  font-size: 40px;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 30px; } }

.position-relative {
  position: relative; }

.experience {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #007bff;
  padding: 20px; }
  @media (max-width: 991.98px) {
    .experience {
      bottom: 0px;
      right: 0px; } }
  .experience span {
    display: block; }
  .experience .year {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
    letter-spacing: normal;
    line-height: 1.2; }
  .experience span {
    letter-spacing: .2em; }
  .experience .caption {
    color: #fff;
    letter-spacing: .4em;
    text-transform: uppercase; }

.footer-subscribe .btn {
  height: 43px; }
  .footer-subscribe .btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff; }

.cta-big-image > .container {
  position: relative; }

.cta-big-image .img-box {
  background: #e81050;
  max-width: 550px;
  padding: 3rem;
  position: absolute;
  bottom: -10%;
  right: 10%; }
  @media (max-width: 991.98px) {
    .cta-big-image .img-box {
      position: relative;
      right: auto; } }
  .cta-big-image .img-box .sub-title {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
    display: block; }
  .cta-big-image .img-box h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .cta-big-image .img-box .btn {
    background: #505288;
    border-color: #505288;
    color: #fff; }
  .cta-big-image .img-box *:last-child {
    margin-bottom: 0; }

.team-member {
  background: #f0f0f0; }
  .team-member figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden; }
    .team-member figure img {
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      z-index: 1; }
  .team-member .social {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #000;
    z-index: 2;
    width: 100%;
    text-align: center; }
    .team-member .social li {
      list-style: none;
      display: inline; }
      .team-member .social li a {
        display: inline-block;
        padding: 5px;
        color: #fff; }
  .team-member h3 {
    color: #000;
    margin: 0;
    bottom: 0;
    font-size: 1.4rem; }
  .team-member .position {
    color: #000; }
  .team-member:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .team-member:hover .social {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.custom-direction {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  left: 50%;
  display: inline-block;
  background: #300743; }
  .custom-direction a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin: 10px; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.arrow-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.7rem;
  z-index: 2;
  color: #fff;
  bottom: 20px; }
  .arrow-down > span {
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
  .arrow-down:hover {
    color: #fff; }
    .arrow-down:hover > span {
      top: -6px; }

.property img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.property .prop-details {
  font-size: .8rem; }
  .property .prop-details span.border-r {
    position: relative; }
    .property .prop-details span.border-r:after {
      width: 1px;
      height: 100%;
      position: absolute;
      content: "";
      right: -20px;
      background: #ccc;
      top: 0; }
  .property .prop-details .price {
    font-size: 1.2rem;
    color: #343a40;
    margin-bottom: .5rem;
    display: block; }

.property:hover img {
  -webkit-box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 40px 40px -5px rgba(0, 0, 0, 0.3); }

.property.horizontal {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .property.horizontal .img-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px; }
    .property.horizontal .img-entry img {
      border-radius: 8px; }
  .property.horizontal:hover img {
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2); }

.font-family-2 {
  font-family: "Roboto", sans-serif !important; }

.custom-nav1 span {
  color: #ccc; }

.custom-nav1 a {
  text-transform: uppercase;
  letter-spacing: .1rem;
  display: inline-block;
  padding: 10px 30px;
  background: #eee;
  font-size: 12px;
  border-radius: 0px;
  color: #000; }
  .custom-nav1 a:hover {
    color: #000;
    background: #e4e4e4; }

.how-it-works .custom-icon {
  font-size: 2.5rem; }

.how-it-works h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem; }

.with-dots .owl-dots {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .with-dots .owl-dots .owl-dot {
    display: inline-block; }
    .with-dots .owl-dots .owl-dot span {
      width: 12px !important;
      height: 12px !important;
      border-radius: 50%;
      background: transparent;
      display: inline-block;
      margin: 4px;
      border: 2px solid #fff; }
    .with-dots .owl-dots .owl-dot.active span {
      border-color: #300743;
      background: #300743; }

.property-status {
  position: absolute;
  top: 0;
  right: 0;
  background: #300743;
  font-size: .85rem;
  color: #fff;
  display: inline-block;
  padding: 2px 7px; }

.large-gutters {
  margin-right: -35px;
  margin-left: -35px; }
  .large-gutters > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px; }

.ftco-media-1 > .ftco-media-1-inner {
  position: relative; }
  .ftco-media-1 > .ftco-media-1-inner:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    top: 20px;
    background: #000;
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden; }

.ftco-media-1 .ftco-media-details {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.ftco-media-1 h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0; }

.ftco-media-1 p {
  margin-bottom: 0; }

.ftco-media-1 strong {
  font-weight: normal; }

.ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
  right: -20px;
  bottom: -20px;
  opacity: 1;
  visibility: visible; }
  @media (max-width: 767.98px) {
    .ftco-media-1:hover > .ftco-media-1-inner:after, .ftco-media-1:focus > .ftco-media-1-inner:after {
      right: 0; } }

.ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
  position: relative;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px); }
  @media (max-width: 767.98px) {
    .ftco-media-1:hover .ftco-media-details, .ftco-media-1:focus .ftco-media-details {
      -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
      transform: translateX(25px); } }

.ftco-media-1:hover h3, .ftco-media-1:focus h3 {
  color: #fff; }

.ftco-media-1:hover p, .ftco-media-1:hover strong, .ftco-media-1:focus p, .ftco-media-1:focus strong {
  color: #939393; }

.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0; }

.ftco-testimonial-1 .ftco-testimonial-vcard span {
  color: #c4c4c4; }

.ftco-testimonial-1 p {
  color: #a2a2a2; }

.gototop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 99;
  background: #300743;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  bottom: -100px; }
  .gototop.active {
    bottom: 20px; }
  .gototop span {
    font-size: 20px;
    color: #fff; }

.first-step, .second-step {
  position: relative; }
  .first-step:after, .second-step:after {
    width: 30%;
    content: "";
    background: #000;
    height: 1px;
    top: 50%;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .first-step:after, .second-step:after {
        display: none; } }
................





.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.icon-b{
    height: 60px;
}
/*.m-t-50{
    margin-top: 50px;
}*/



.carousel-caption{
    color: white !important;
    padding: 0px!important;
    margin-bottom: 15%;
font-family: Montserrat, sans-serif;
    letter-spacing: -3px;


}







 @media (max-width: 991.98px) {
    .carousel-caption{
       margin-bottom: 10%!important; }
     .carousel-caption h1
     {
      font-size: 30px!important;
     }

     h1
     {
      font-size: 30px!important;
     }

     .sub
     {
      font-size: 10px!important;
     }
     

    
        }

        h1
        {
          font-size:60px;
        }

.carouselExampleIndicators



.carousel-caption h1
{
  font-size: 44px;
  font-size: 104px!important;
/*  line-height: 54px;*/
  letter-spacing: 3px;
}

/*.carousel-item 
{
  height:700px;
}*/

.logonew
{
  width:120px!important;
}

.site-navbar
{
  /*height:50px!important;*/
}

p a
{
  color:gray;
}



footer {
    background-color: #300743;
    color:white;
    font-size:10px;
    padding:20px;
}

footer p{
    margin-top: 10px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px;
    color:white;
}

footer img{
    max-width:10%;
    height:auto;
}

footer a{
    color:#d5d5d5;
    font-weight:700;
}

footer a:hover{
    color: white;
}


#about-section h2{

  text-transform: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
   color: #300743;
       font-family: 'Raleway', sans-serif;
       font-weight: 700!important;


  /*text-transform: none;
 

     font-family: 'Raleway', sans-serif;
     font-weight: 100!important;
     font-size: 50px;

   
    color: #300743;*/
}

.sub{
    /*font-weight:400;
    border:1px solid #300743;
    padding:6px 20px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#300743;
    font-style:normal;
    font-size: 1.2vw;*/

    font-weight: 300;
    border: 1px solid #300743;
    padding: 6px 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #300743;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;

}

.subWhite{
    font-weight:700;
    border:1px solid white;
    padding:3px 10px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:white;
     font-family: 'Open Sans', sans-serif!important;
    font-style:normal;
    letter-spacing: 3px;
   
   font-size: 10px;
    line-height: 14px;
  }


  .subWhite1{
    font-weight:700;
    border:1px solid white;
     padding:3px 10px;
     font-family: 'Open Sans', sans-serif!important;
    letter-spacing:1px;
    text-transform:uppercase;
    color:white;
    font-style:normal;
   font-size: 10px;
    line-height: 14px;
    letter-spacing: 3px;
  /*  font-size: 1.2vw;*/
  }


...............................


.slider p{
 
 /* margin: 35px auto;*/
  position: relative;

  height:auto!important;

    font-family: 'Montserrat', sans-serif;

  text-transform: uppercase!important; 
  
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
    color:#300743!important;
    font-size:16px;
    margin-top:2.3vw;
   

  


   text-transform: uppercase!important; 
}
.slide1 {
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;


} 
.slide2 {
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
/*margin-bottom: 10px;*/
}
/*.slide3 {
   
    
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}*/
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

..............................


/*.cardsection
{


  
  padding:70px;
  margin-left:10%;
  margin-right:11%;




  

}
*/
.carddeck
{
  background-color: #fff;
  padding: 10%;
  border-radius: 20px;
  width:auto;

}



 .cardsection
{
 
  margin-top:6%;


 
}

.card
{
    box-shadow:0 0 10px 0 rgba(77,102,214,0.5);
}

.card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.card:hover .fa-4x{

  color: #300743!important;

}

.fa-4x

/*.fa-4x
{
 margin-left: 3vw;
 font-size: 6em !important;
 color:#d5d5d5;

}*/

/*#about .item:hover .info h4 .fa-4x > i {
    color: #300743;
} 
*/

/*#about-section .info:hover .fa-4x >i
{
  color: #300743;
}*/

.cards
{

 margin-top:10%!important;

}

.cards h2
{

 font-size:24px;
 
}


.right-arrow{
    margin: 8vw 0 0 4vw;
    font-weight: 800;
    color: #300743;
    font-size: 68px; 
}


.left-arrow{
    margin: 8vw 0 0 4vw;
    font-weight: 800;
    color: #300743;
    font-size: 68px; 
}

.down-arrow{
    margin-left: 13vw;
    font-weight: 800;
    color: #300743;
    font-size: 68px;
    padding-top:1vw;
}


.custom-bullet li {
    display: block;
    font-size: 16px;
    font-weight: 500;
     font-family: 'Open Sans', sans-serif;
  
}

.custom-bullet li:before
{
    
    font-family: 'Glyphicons Halflings';

}

.fa-4x
{
 margin-left: 3vw;
 font-size: 6em !important;
 color:#d5d5d5;

}

/*.fa-4x:hover
{
    color: #300743;

}
*/

.carousel-inner
{
  height:50vw;
  background: #300743; 
}


.card-title 
{
  padding: 1vw;

}

h2 .card-title:hover
{
color:#300743!important;

}
.cardsection h2
{
  color:#300743!important;
  text-align: center!important;
  margin-left: 5vh!important;
  font-size: 40px;
}








@media (max-width: 768px) {
 .right-arrow{
display: none;

  }
  h2
  {
    letter-spacing: normal!important;
  }
  .ocr-counter-text
  {
    margin-top: 5%!important;
  }
  .iot-image
  {
    height: 100px;
    margin: 10px;
  }


 .slider .quote {


    font-size: 10px!important;
    line-height: 16px!important;
    letter-spacing:1px!important;
    font-weight: normal;

   
 

}

  .left-arrow
  {
    display: none;
  }

  .down-arrow
  {
    display: none;
  }

  .button-images
  {
    margin-top:0.1vw!important;
  }

  .slide1,.slide2,.slide3,.slide4,.slide5
  {
    font-size:8px;
    line-height:normal;
  }



.carousel-caption h1
     {
      font-size: 18px!important;
      letter-spacing: normal;
     }

     h1
     {
      font-size: 18px!important;
      letter-spacing: normal;
     }

   .herosection
   {
    margin-top: 0px!important
   }

   .carousel-caption{
    color: white !important;
    padding: 0px!important;
    margin-bottom:20%!important;



}
  

 
}


.get_in_touch
{
  background: #300743;
  color:#fff; 
  height:250px;
}


.get_in_touch h2
{
  font-size: 36px!important;
  font-family: Montserrat, sans-serif;
   line-height:40px;
   letter-spacing: -3px;
   font-weight: 700;
   margin-top: 25px;
}
.subtext-touch{
text-transform: none;
    font-size: 36px;
    line-height:40px;
    letter-spacing: -3px;
    color:#fff;
   font-family: 'Raleway', sans-serif!important;
   font-weight: 200;
  }

.btn-outline-light:hover
{
  background:#fff;
  color:#300743; 
}

.btn-outline-light
{
 margin: 25px;
 font-size: 13px;
 line-height: 19PX;
 font-weight: 700;
   text-transform:uppercase;

}

.subtext
{
  text-transform: none;
  font-size:50px;
   letter-spacing: -3px;
  
   /* font-family: 'Raleway', sans-serif!important;*/
  font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

small .subtext
{
/*  text-transform: none;
    font-size: 6vh;
    font-family: 'Raleway', sans-serif!important;
    font-weight: 100!important;*/
    text-transform: none;
    font-size: 50px;
    line-height:50px;
    letter-spacing: -3px;
    color:#300743;
}

.fa-8x
{
  font-size: 2.2em;

}

.servicetext
{
  color:#300743!important; 
  font-size: 16px;
  letter-spacing:2px;
  text-align: center;
  font-weight: 700;
}

.icon-h{
  height:60px;
  width:60px;
  margin-right: 1vw;
}
.icon-h2{
  height:75px;
}
.icon-h-gray{
    top: 20%;
    position: absolute;
    opacity: .4;
    height: 60px;
    margin-left: -20px;
}

.sectoricon-h
{
   height:60px;
  width:60px;


}

img .sectoricon-h 
{
  margin-left: 8vw;
}





.services i{
    color:#300743;
}
.services .serviceIcon{
    float:left;
    padding-top:20px;
}

.services .biggerIcon{
    top:20%;
    position:absolute;
    opacity:0.07;
}

.services .serviceInfo{
    text-align:left;
    padding-left: 60px;
    padding-top: 2px;
}


.themeColor{
    color: #300743;
}

.image {
  display: block;
  width: 100%;
  height: 299px;
}


.services .serviceInfo p{
    line-height:24px;
}

#servicesection
{
 color:#300743!important; 
}

#servicesection h4
{
 color:#300743!important; 
 font-family: 'Montserrat', sans-serif!important;
 font-size: 28px!important;
}



#clients{
    background: url(img/banner2.png) no-repeat ;
    background-position: 50% 0, 50% 0, 50% 0, 50% 0;
    background-attachment: fixed;
    background-repeat: repeat, repeat, repeat ,no-repeat;
}


#clients .customNavigation a{
    color:white;
}

#clients h3, #clients h3 small{
    color:white;
}

#clients a img{
    margin-left: auto;
    margin-right: auto;
}

.block{
  width: 100%;
  height:500px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.block h3{
 /* position: relative;*/
  display: block;
  text-align: center;
  margin-top:1.5vw;
 /* top: 50%;*/
  /*transform: translateY(-50%);*/
  font-size: 3vw;
  color: white;
  font-weight: 400;
}


.block h2{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;


}




.block1{
  width: 100%;
  height:25vw;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.block1 h2{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}
...............



.carousel {
  width: 100%;

}

/*.slide-box {
  margin-top: 10vw;
  display: flex;
  justify-content: space-between;
}*/

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .subtext
{
  text-transform: none;
  font-size:14px;
   /* font-family: 'Raleway', sans-serif!important;*/
    font-weight: 100!important;
    font-family: 'Raleway'!important;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px)
{
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }


}


@media (max-width: 992px)
{
 

  .slide1,.slide2,.slide3,.slide4,.slide5 {

    font-size: 10px;
  }

}



.carousel-caption {
 
  padding: 20px;
  border-radius: .5rem;
}


.carouselpointer{
  display: none;

}


.................

body .button-images {
  font-size: 14px;
  font-family:'Source Sans Pro';
  background:#ccc;
}

.button-images {
/*max-width: 950px;*/
/*margin-left:5.5vw;
margin-top: 3.5vw;*/

margin-top: 3.5vw;

  
}

.button-container {
position: relative;
text-align: center;
padding: 0;
border-radius:50%; 
overflow:hidden; 
}



.button-container A:before{  
  content: '';
  display: inline-block;
  height: 48%; 
  /* 
  vertical-align:middle; 
  height: 100%;*/
  
 
  }


.button-container a {
  transition: all 1s ease-out;
  /*background: rgba(88, 88, 88, 0.7);*/
   border-radius:50%; vertical-align:middle;
  padding:5%; 
  /*color: #FFFFFF;*/
  position:absolute;
  font-size: 1.125em; 
  font-weight: 700; 
  top: 0;
  left:0;
  right:0;
  bottom:0;
  width:90%;
  display:inline-block;
  text-decoration: none;
  text-transform:uppercase;
}

.button-container A:hover {
  background: none;
  border: none; 
  opacity:0;
}
.button-container img{width:100%; height:auto; display:block}


/*Columns*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
position: relative;
margin-right: 4%;
float: left;
min-height: 1px;
height: auto !important;
}

.one_fourth {
width: 22%;
}

.one_fourth1 {
width: 25%;
/*margin-right:1%;*/

}

.three_fourth {
width: 74%;
}

.one_fifth {
width: 16.8%;
}

.two_fifth {
width: 37.6%;
}

.three_fifth {
width: 58.4%;
}

.four_fifth {
width: 79.2%;
}

.one_sixth {
width: 13.3333%;
}

.three_sixth {
width: 47.9998%;
}

.five_sixth {
width: 82.6665%;
}

.last {
margin-right: 0 !important;
clear: right;
}

.clearboth {
clear: both;
display: block;
font-size: 0;
height: 0;
line-height: 0;
width: 100%;
}

.spacer {
height: 15px;
}

.one_half .one_half {
margin-right: 8.3333%;
width: 45.8333%;
}

.one_half .one_third {
margin-right: 8.3333%;
width: 27.7778%;
}

.one_half .two_third {
margin-right: 8.3333%;
width: 63.8889%;
}

.two_third .one_third {
margin-right: 6.1224%;
width: 29.2517%;
}

.two_third .two_third {
margin-right: 6.1224%;
width: 64.6258%;
}

.two_third .one_fourth {
margin-right: 6.1224%;
width: 20.4082%;
}

.one_half, .two_fourth {
width: 48%;
}

.one_third, .two_sixth {
width: 30.6666%;
}

.two_third, .four_sixth {
width: 65.3332%;
}

..........................
 .develop-section h3
{
  text-align: center;
  margin-top:1vw;
  color:#fff!important;
  /*font-size: 18px;*/
}

.develop-section 
{
  text-align: center;
  margin-top:1vw;
  color:#fff;
   font-size: 36px!important;
  font-family: Montserrat, sans-serif;
   line-height:40px;
   letter-spacing: -3px;
   font-weight: 700;
   
  padding-top: 1em ;


}
.we-work-touch{
text-transform: none;
    font-size: 36px;
    line-height:40px;
    letter-spacing: -3px;
    color:#fff!important;
   font-family: 'Raleway', sans-serif!important;
   font-weight: 200;
  }
  .we-work h3
  {
    color:#fff!important;
  }

@import url(https://fonts.googleapis.com/css?family=Raleway);

*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

body{
  background: #f9f9f9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  /*padding: 0.7em 0;*/
}

.sector-con{
  padding: 1em 0;
  /*float: left;*/
  width: 100%;
}
@media screen and (max-width: 640px){
  .sector-con{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .sector-con{
    width: 33.33333%;
  }
}

.sector-con .title{
 
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

......................


.card-img-overlay {
  background-color: rgba(#000, 0.4);
}

...................

/*body {
  background-color: #F46A6A;
  color:#fff;
  max-width:800px;
  margin: 100px auto 0;
  text-align: center;
  display: table;
}*/

.timersection
{
  color:#fff;
  vertical-align: middle;
  margin-left:0px!important;
/*  margin-right: 20%!important;*/

}

.counter {
  /*display: table-cell;
  margin:1.5%;
  font-size:50px;*/
  color: #fff!important;
  font-size:3vw;
 /* background-color: #FF6F6F;*/
/*  width:200px;*/
  /*border-radius: 50%;*/
 /* height:200px;*/
 /* vertical-align: middle;*/
}

.timericon-h2{
  height:7vw;
  margin-top: 8vw;
}

.timertext
{
  color:#fff!important;
}

h3 .develop-section
{
  text-align: center;color:#fff;margin-top: 1vw;
}



#service-section h2{

  text-transform: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
   color: #300743;
       font-family: 'Raleway', sans-serif;
       font-weight: 700!important;


     }

#sectors-section
h2{

  text-transform: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
   color: #300743;
       font-family: 'Raleway', sans-serif;
       font-weight: 700!important;
     }

#service-section p{
  color:#300743!important;
  font-size: 16px;
  padding-top:0.5vw;
}
 
 .sub-text-service{
 /* color:#300743!important;
  font-size: 16px;*/
  padding-top:0.5vw;



  letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    color: #311943;
    margin-bottom: 40px;

}

  #contact-section .contact_text
{
  color:#300743!important;
  font-size: 18px;
  padding-top:2vw;



}


.contact-section
{
  text-transform: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
   color: #300743;
       font-family: 'Raleway', sans-serif;
       font-weight: 200!important;
}


#contact-section h2
{
   text-transform: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
   color: #300743;
       font-family: 'Montserrat', sans-serif;
       font-weight: 700!important;
}

.contact_text
{
letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    color: #311943;
    margin-bottom: 40px;
}



/*#contact{
    background:white;
}*/

hr {
    
    border-top: 1px solid #eee;
}

.contact-section-row
{
  margin-top: -6%;
}

#contact-section h4
{
  color: #300743;
  text-transform:none;
  font-family:"Montserrat", sans-serif;
  font-size: 30px;
  margin-top:30%;
}

#contact-section .contactIcon{
    float:left;
    color: #777;
    position:absolute;
    /*padding-top:20px;*/
        color: #d5d5d5;
      /*  position: relative;*/
}

#contact-section .biggerIcon{
   top:-10%;
  /* position:absolute;*/
/*position: relative;*/
 position:absolute;
 padding-top:-20px;
color:#B1B1B1;
    opacity:0.1;


}

.contactInfo small
{
  color: #300743;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
}

#contact-section .contactInfo{
    text-align:left;
    padding-left: 60px;
    padding-top: 2px;
    margin-top: 5px;

}



#contact-section .contactInfo p{
    line-height:24px;
    font-size: 14px;
    color:#777777;
    font-family: "Open Sans", sans-serif;
}

/*#contact-section button
{
  margin: 1vw;
}

#contact-section button:hover
{
  background-color:#300743!important;
}
*/

.btn-default {
    border-radius: 0px;
    border: 1px solid 
#300743;
font-size: 13px;
color:
#300743;
font-weight: 700;
text-transform: uppercase;
padding: 10px 20px;
background:
transparent;
 margin-bottom: 30px;
}

.btn-default:hover {
   
font-size: 13px;
background-color:
#300743;
font-weight: 700;
color:#fff;
text-transform: uppercase;
/*padding: 10px 20px;*/

 margin-bottom: 30px;
}

#contact-section .formcard
{
  border: 2px solid lightgray;
  padding:1vw;
    box-shadow:0 0 10px 0 rgba(77,102,214,0.5);
    margin-bottom:1vw;

}

#contact-section .formcard:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);

}

#contact-section h2
{
  color: #300743;
  text-transform: none;
}

.quote-of-the-day{
        font-size: 22px!important;

        font-family: 'Open Sans', sans-serif!important;
        color:#77777;
        line-height: 28px;

}

.form-section
{
  margin-top: 1vw;
}

.cards ul li{
  padding-left: 1vw;
}

 .servicetext
 {
  text-transform: none;
    font-family: 'Raleway';
 }
 

 h4.servicetext
 {
  text-transform: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: none!important;
 }
 .servicetext
{
  color:#300743!important; 
  font-size: 24px;
  letter-spacing:0px;
  text-align: center;
  font-weight: 200;
    font-family: 'Raleway', sans-serif;
}
 .sitenavbar
 {
  background-color:#300743; 
 }

 .site-sectionnew {
  padding-top:8em ; }

  ...........................

   #aiml .text
{
    color:#300743!important;
  }



  .intro-text {
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    color: #300743;
margin-bottom: 40px;
}

.type-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.caption {
    padding: 20px;
    background-color:#e8ebed;
}

.......................

.section .ml-p-content
{
color:#300743;
}


.caption h3
{
  color:#300743;
  margin-bottom:2vw;
  text-transform: none;
  /*font-size:3vw; */
}

.section h4
{
  color:#300743;
  /*font-size:2vw;*/
  font-size: normal; 
}
.imgs
{
  height: 60px;
}


.ml-p-content
{
margin-top: 39px;
  
    width: 100%;
    color: #300743;
    padding: 0 0 15px 0;
    font-size:18px;
}

.ml-content-div p {
    padding-left: 33px;
    line-height: normal;
}


.js-lazy-icon
{
  width: 65px;
  vertical-align:middle;
}

.caption .subtext
{
  color:#300743;
}

.imgtext
{
  vertical-align:middle;
   display:inline;
}

.section p

 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #777;
}


.section {
  padding-top: 1.5em ;
}

  .blockbg{
  width: 100%;
  /*height:45vw;*/
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.blockbg h3{
 /* position: relative;*/
  display: block;
  text-align: center;
  margin-top:23vw;
 /* top: 50%;*/
  /*transform: translateY(-50%);*/
  font-size: 3vw;
  color: white;
  font-weight: 400;
}


.blockbg h2{
  position: relative;
  display: block;
  text-align: center;
  margin-top:26.5vw;

  transform: translateY(-50%);
  /*line-height: normal;*/
  font-size:4.2vw;
  color: white;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 1%;
font-family: Montserrat, sans-serif;

   /* font-size: 64px;*/
    line-height: 50px;
    letter-spacing: -3px;
  
  }


.blockbg h2 small{

  font-size:3vw;
  margin-bottom:0px;

}

 

 .section-intro {
   
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
   /* font-size:1.1vw;*/
   font-size: 14px;
    
    color:#fff;
margin-bottom: 40px;
}


.blockbg  p
{
  margin-bottom:2vw;
}


.sub-White{
    font-weight:300;
    border:1px solid white;
    padding:10px 20px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:white;
    font-style:normal;
    font-weight:900;
    font-size:1.4vw;
   /* font-size: 12px;*/
  }


@media (max-width: 768px) {
  .section h4
  {
    font-size: 16px;
  }

h2
  {
    letter-spacing: normal!important;
  }
  .ocr-text
  {
    text-align: center!important;
    margin-left: 0px;
  }
  .remote-circle
  {
    margin-left:0px!important;
    width: 80%!important;
    height: 300px!important;
  }


.block{
  width: 100%;
  height:300px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

  .button-images
  {
    margin-bottom:10%!important;
  }
  /*.button-container
  {
   margin-bottom:10px!important;
  }*/

  .btn-default
  {
    float:left;
  }
}

.item-img-va img {
   /*position: relative;*/
    top: -4px;
    width: 180px;
    height: 150px;
    vertical-align: middle;
    border-radius: 10%;
    padding-bottom: 5px;
    }


    .va-content-div{
   /* padding: 0px 5px;*/
    color: #300743;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

h3 
{
  color: #300743;
}

h4 
{
  color: #300743;
} 
.content-header h3 h4
{
   color: #300743;
}

/*.color-overlay {
  width: 100%;
  height: 100%;
  background: blue;
  opacity: .6;
  position: absolute;
}*/

/**, *:before, *:after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  overflow-y: auto;
  text-align: center;
  background: #409CC7;
  padding: 0;
  position: relative;
}*/

/*h1{
  color:#FFF;
  text-shadow: 1px 1px 1px #000;
}*/
.fa-5 {
  font-size: 10vw;
}

 .fa-3dicon{
  /*transform-style*/
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*perspective*/
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  /*Webkit*/
  -webkit-animation-name: rotate;
  -webkit-animation-duration:3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count:infinite; 
   -webkit-animation-fill-mode:both; 
   /*mozilla*/
  -moz-animation-name: rotate;
  -moz-animation-duration:3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count:infinite; 
  -moz-animation-fill-mode:both; 
   /*Opera*/
  -o-animation-name: rotate;
  -o-animation-duration:3s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count:infinite; 
  -o-animation-fill-mode:both; 
   /*IE 10*/
  -ms-animation-name: rotate;
  -ms-animation-duration:3s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count:infinite; 
  -ms-animation-fill-mode:both; 
  
   /*Default*/
  animation-name: rotate;
  animation-duration:3s;
  animation-timing-function: linear;
  animation-iteration-count:infinite; 
  animation-fill-mode:both; 
  color:#300743;
  margin-left:4vw;
}


@-webkit-keyframes rotate {
  0% {
     text-shadow: 1px 1px 1px #CCC;
     -webkit-transform: rotateY(0deg); 
  } 
 
  25% {
      text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
     -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
     -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
     -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC; 
     -webkit-transform: rotateY(40deg); 
  }
  50% {
     text-shadow: 0px 0px 0px #CCC;
     -webkit-transform: rotateY(0deg); 
  } 
 
  75% {
      text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
     5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
     11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
     17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC; 
     -webkit-transform: rotateY(-40deg); 
  }
  100% {
     text-shadow: 1px 1px 1px #CCC;
     -webkit-transform: rotateY(0deg); 
  } 
}


@-moz-keyframes rotate {
  0% {
     text-shadow: 1px 1px 1px #CCC;
     -moz-transform: rotateY(0deg); 
  } 
 
  25% {
      text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
     -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
     -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
     -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC; 
     -moz-transform: rotateY(40deg); 
  }
  50% {
     text-shadow: 0px 0px 0px #CCC;
     -moz-transform: rotateY(0deg); 
  } 
 
  75% {
      text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
     5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
     11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
     17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC; 
     -moz-transform: rotateY(-40deg); 
  }
  100% {
     text-shadow: 1px 1px 1px #CCC;
     -moz-transform: rotateY(0deg); 
  } 
}



@-o-keyframes rotate {
  0% {
     text-shadow: 1px 1px 1px #CCC;
     -o-transform: rotateY(0deg); 
  } 
 
  25% {
      text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
     -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
     -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
     -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC; 
     -o-transform: rotateY(40deg); 
  }
  50% {
     text-shadow: 0px 0px 0px #CCC;
     -o-transform: rotateY(0deg); 
  } 
 
  75% {
      text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
     5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
     11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
     17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC; 
     -o-transform: rotateY(-40deg); 
  }
  100% {
     text-shadow: 1px 1px 1px #CCC;
     -o-transform: rotateY(0deg); 
  } 
}

 



@keyframes rotate {
  0% {
     text-shadow: 1px 1px 1px #CCC;
     transform: rotateY(0deg); 
  } 
 
  25% {
      text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
     -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
     -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
     -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC; 
     transform: rotateY(40deg); 
  }
  50% {
     text-shadow: 0px 0px 0px #CCC;
     transform: rotateY(0deg); 
  } 
 
  75% {
      text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
     5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
     11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
     17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC; 
     transform: rotateY(-40deg); 
  }
  100% {
     text-shadow: 1px 1px 1px #CCC;
     transform: rotateY(0deg); 
  } 
}



/*IMAGE OVERLAY EFFECTS*/
/*
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #300743;
}

.serviceInfo:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:99%;
  padding:5px;
}*/

.image {
  display: block;
  width: 100%;
  height: 299px;
}

.overlay {
  position: absolute;
    bottom: 100%;
    top: 24%;
    right: 2%;
    left: 2%;
    background-color: #300743;
    overflow: hidden;
    width: 96%;
    height: 0;
    transition: .5s ease;
    border-radius: 2%;
}

.serviceInfo:hover .overlay {
  bottom: 0;
  height: 76%;
}


.serviceInfo1:hover .overlay {
  bottom: 0;
  height: 88%;
  top:42px!important;
}


.text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:99%;
  padding:5px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-30{
    margin-top: 30px;
}
.inner-icon{
    width: 100% !important;
    height: 100% !important;
}
.m-t-5{
    margin-top: 5px !important;
}



.box {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    /* border: 1px solid #ccc; */
    padding: 12px;
    border-radius: 2%;
	margin-bottom: 20px;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.image {
    display: block;
    width: 100%;
    height: 299px;
}




.sticky-wrapper.is-sticky .site-navbar ul li .dropdown a {
    color: #300743 !important;
    display: block!important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    font-weight: 400;


}
.dropdown a {
    color: #300743 !important;
    display: block!important;

    font-family: 'Open Sans', sans-serif!important;
    font-weight: 700!important;
    font-size: 16px!important;

}
.sticky-wrapper.is-sticky .site-navbar .c ul li a{
    color: #fff !important;
    font-family: 'Open Sans', sans-serif!important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #fffff !important;
    font-family: 'Open Sans', sans-serif!important;
}
a.nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px){
.navbar-collapse {
    background: #300743;
}
}
/*.dropdown a i
{
   font-style: normal;
   font-weight: 400px;
}*/

.nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #300743!important;
    border:none!important;
    border-bottom: none!important;
}
.nav-tabs .nav-link {
    border: 1px solid #300743!important;
    margin: 2px!important;
 

}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid #300743!important;
        color: #fff!important;
    background-color: #300743!important;

}

.tab-pane 
{
  font-size: 18px!important;
  font-weight: 400px;
  color: #300743 !important;
}
.custom-bullet .bulletpoints
{
  color:#300743 !important;
  font-size: 14px!important;
  font-weight: 400px;
}


.custom-bullet .bulletpoints-iot li
{
  font-size: 26px!important;
/*  font-weight: 400px!important;*/
}


 .bulletpoints-iot li
{
  font-size: 26px!important;
/*  font-weight: 400px!important;*/
}


  .bulletpoints-iot 
{
  color:red !important;
  font-size: 26px!important;
 /* font-weight: 400px;*/
}



.custom-bullet  li
{
  color:#300743 !important;
  font-size: 14px!important;
  line-height: 25px;
}

.navtab
{
  font-weight: bold!important;
}

.tab-pane  ul li
{
    font-size: 16px!important;
  font-weight: 400px!important;
}
 
 
.fa-angle-right
{
  margin-right: 5px;
}

img .herosection
{
  background: cover!important;
  height: 600px;

  vertical-align: middle;
}
/*.carousel-item img

{
   vertical-align: cover!important;
   height: 400px!important;
   background: cover!important
}*/



.content-slider {
  width: 100%;
  height:50px!important;

}

.slider {
  margin-left:40px;
  margin-right: 40px;
  margin-top:3%;
/*  height:60px;
  width: 680px;
  /*margin: 40px auto 0;*/
 /* margin-left:40px;
  margin-right: 40px;
  overflow: visible;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px!important;*/
}

.mask {
  overflow: hidden;
  height:85px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}

.slider li {
  /*width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;*/
    position: absolute;
  width: 100%;
  height: 100%;
    color:#300743!important;
/*    font-size:12px;*/
    /*margin-top:2.3vw;*/
    text-align: center;
}

.slider .quote {
 /* font-size: 16px;
  margin-top: 0px!important;*/
/*  font-style: italic;*/
/*font-family: 'Open Sans', sans-serif!important;*/

letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    color: #311943;
    height: 70px;
   /* margin-bottom: 40px;*/

}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 10s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 10s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 10s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 10s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 10s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}


.serviceItem
{
  margin-top: 5%!important;
}


.serviceItem h4
{
  text-transform: uppercase;
  margin: 5px;
}

.quote-header
{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 30px!important;
 /* line-height: 30px;*/

}


.sectionTitleIcon
{
  float: left;
  margin-left:25%;
  padding: 0px;
text-align: center;
margin-right: -15%
/*padding: 30px;*/ 
  


    /*padding-top: 30px;
     padding-left: 30px;
    color: #300743;
     margin-top:70px;*/
}



#recipeCarousel .carousel-inner {
   /* height: 50vw;*/
    background:none;
    margin-top: 2%;



}


#recipeCarousel .carousel-item .img-fluid
{
  /* max-height:235px;*/
  /* max-width:255px;*/
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}


/*#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

#recipeCarousel .carousel-inner .carousel-item-right.active,
#recipeCarousel .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

#recipeCarousel .carousel-inner .carousel-item-left.active, 
#recipeCarousel .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
  
#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}*/

.side-text-h
{
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#300743!important;
    font-size: 18px;
}

.side-text
{
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color:#300743!important;
    font-size: 18px;
}


.side-text ul li
{
    font-family: 'Open Sans', sans-serif!important;
   /* font-weight: 700;*/
    color:#300743!important;
    font-size: 15px!important;
}
.iot-text{

  /*letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
    color: #311943;*/
    margin-bottom: 40px;

/*letter-spacing: 2px;*/
    font-family: 'Montserrat', sans-serif!important;
    font-weight:normal!important;
    /*text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;*/
    /*color: #311943;*/
      color:#300743!important;
  /*  margin-bottom: 40px;*/
    text-align: center; 
    margin: 10px;
    

  }

  .iot-text-white
  {

    font-family: 'Montserrat', sans-serif;
    font-weight: normal!important;
    text-align: center; 
   /* margin: %;*/
    color:#fff!important;
    opacity: 5;
    margin-bottom:3%;
    /*background: rgba(0, 0, 0, 0.5);*/

    /*color:#fff;*/
  }

  .iot-header
  {
            color:#300743!important;
        text-align: center!important;
        font-style: italic;
        font-family: 'Raleway', sans-serif;
          font-weight: 300!important;
          margin-top: 2%;
          font-size:34px;
  }


   .iot-icons img {
  height: auto;
  width: 100%;
}
.iot-icons
{
  box-shadow: 0 0 5px #a3a3a3;

}
.iot-icons title 
{
  text-transform: capitalize;
}

.iot-icons {
  text-align: center;
  position: relative;
}
.iot-icons .box-content {
  width: 100%;
  height: 100%;
  /*background: 0 0;*/
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.iot-icons .icon,
.iot-icons .title {
  transition: all 0.2s ease 0s;
}
.iot-icons:hover .box-content {
/*  background: rgba(0, 0, 0, 0.5);*/
  background: 0 0;
 /*  box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;*/
  /* background: rgba(0, 0, 0, 0.1);*/

/* background: none;*/

}
.iot-icons .title {
  font-size: 24px;
  color: #fff;

 /* transform: scale(0);*/
}
.iot-icons:hover .title {
  transform: scale(1);
 display: none;
}
.iot-icons .icon {
  list-style: none;
 /* padding: 0;
  margin: 0;*/
  font-size:45px!important;
  color:#fff!important;
 /* opacity: 0;*/
}
.iot-icons:hover .icon {
  opacity: 1;
}
.iot-icons .icon li {
  display: inline-block;
}
.iot-icons .icon li:first-child a,
.iot-icons .icon li:last-child a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.iot-icons .icon li a {
  top: -150px;
}
.iot-icons:hover .icon li a {
  top: 0;
}
.iot-icons:hover .icon li a:hover {
  background: #a46789;
  border-color: #a46789;
}
.iot-icons .icon li:first-child a {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.iot-icons .icon li:last-child a {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}
@media only screen and (max-width: 990px) {
  .iot-icons {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .iot-icons .box-content {
    padding-top: 20%;
  }
}


.iot-buttons {
    border-radius: 0px;
    text-align: center!important;
    padding: 30px 10px;
  /*  border: 1px solid 
#300743;*/
/*max-width: 90PX;*/
/*font-size: 13px;*/
/*color:
#300743;*/
color:#fff!important;
/*font-weight: 700;
text-transform: uppercase;
padding: 10px 20px;*/
/*background:
transparent;*/
/*background-color:
#56428D;*/
 /*margin: 10px;*/
/* vertical-align: middle;*/
}

/*.iot-buttons:hover {
   
font-size: 13px;

font-weight: 700;

text-transform: uppercase;


 margin-bottom: 30px;
}
*/

.iot-section
{
  background: #300743;
  color:#fff; 
  /*height:250px;*/
}


.iot-section h2
{
  font-size: 36px!important;
  font-family: Montserrat, sans-serif;
   line-height:40px;
   letter-spacing: -3px;
   font-weight: 700;
   margin-top: 25px;
}

.image-iot-section {
  display: block;
  /*width: 100%;
  height: 299px;*/
}

h3
{
  line-height: 30px;
    letter-spacing: -2px;
    color: #300743;
    font-family: Montserrat, sans-serif;
    font-size:40px;

}

.ocr-counter
{
  color: #300743;
  font-size:100px!important;
  font-weight: 700;
  /*font-family: fantasy;*/
/*  font-family: Montserrat, sans-serif;*/
 /* font-family: font-family: cursive;*/
  font-family: "Times New Roman", Times, serif;
/* font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;*/

}

.ocr-counter-1
{
  color: #5e1082;
  font-size:100px!important;
  font-weight: 700;
    font-family: "Times New Roman", Times, serif;
  /*font-family: fantasy;*/
/*  font-family: "Times New Roman", Times, serif;*/
/* font-family: font-family: cursive;*/
  /*font-family: "Comic Sans MS", cursive, sans-serif;*/

}


.ocr-counter-text
{
    color: #300743;
  font-size:30px!important;
 
    font-family: "Times New Roman", Times, serif;
    margin-top: -15%!important;
  
 /*   position:absolute!important;
    margin-left: 10px!important;*/

}

.ocr-counter span
{
  color: #300743;
  font-size:30px!important;
  font-weight: 700;
  margin-left: -5%;
  /*font-family: sans-serif;*/
}

.ocr-counter-1 span
{
  color:#5e1082;
  font-size:30px!important;
  font-weight: 700;
  margin-left: -5%;
 /* font-family: sans-serif;*/
}

@media (max-width: 768px) {

.slider {
  margin-left:0px;
  margin-right:0px;
  margin-top:5%;
  margin-bottom: 1%;
}

  .ocr-counter-text
  {
    margin-top:-5%!important;
    text-align: center;
  }
  .ocr-counter 
  {
    text-align: center;
  }
  .ocr-counter-1 
  {
    text-align: center;
  }
  }

h4 .ml-p-content-ocr-h
{
  font-size: 16px;
    font-family: sans-serif!important;
}

  .ml-p-content-ocr
{
margin-top: 20px;
  
    width: 100%;
    color: #300743;
    padding: 0 0 15px 0;
    font-size:18px;
}


.cardsection-ocr
{
  
    box-shadow:0.5;
    padding: 5% 2%;
    box-shadow:0 0 10px 0 rgba(77,102,214,0.5);
}

.cardsection-ocr:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}


.img-parallax-ocr {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;


}

.ml-p-content-3d-model{

    width: 100%;
    color: #300743!important;
   
    font-size:18px!important;
    line-height: 27px!important;
    font-family: 'Open Sans', sans-serif!important;
  }
