@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #999999;
  font: 400 16px/26px "Montserrat", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 18px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    body {
      font-size: 20px;
      line-height: 34px; } }

img {
 
  height: auto; }

h1, h2, h3, h4 {
  font-weight: 700; }

h1 {
  font-size: 25px;
  line-height: 30px; }

h2 {
  font-size: 32px;
  line-height: 32px; }
  h2 span {
    display: block;
    font-size: 40px;
    line-height: 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 48px;
      line-height: 48px; }
      h2 span {
        font-size: 62px;
        line-height: 60px; } }
  @media (min-width: 992px) and (max-width: 1799px) {
    h2 {
      font-size: 100px;
      line-height: 100px; }
      h2 span {
        font-size: 190px;
        line-height: 180px; } }
  @media (min-width: 1800px) {
    h2 {
      font-size: 130px;
      line-height: 130px; }
      h2 span {
        display: block;
        font-size: 290px;
        line-height: 290px; } }

h3 {
  font-size: 32px;
  line-height: 40px;
  color: #4f5fce; }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 44px;
      line-height: 54px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 80px;
      line-height: 94px; } }

h4 {
  font-size: 32px;
  line-height: 40px;
  color: #4f5fce; }
  @media (min-width: 1199px) {
    h4 {
      font-size: 50px;
      line-height: 64px; } }
  @media (max-width: 1799px) and (min-width: 1199px) {
    h4.heading-4 {
      font-size: 38px;
      line-height: 40px; } }

h5 {
  font-size: 24px;
  line-height: 34px;
  color: #08d3e0; }

h6 {
  color: #08d3e0; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

 @media (min-width: 1200px) { .f_container {
    width: 1170px;
	}}
 
.f_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	
}

 @media (min-width: 1200px) { .video_container {
    width: 800px;
        }}

.video_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}


.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: relative; }

[class^='col-'] + [class^='col-'] {
  margin-top: 35px; }
  @media (min-width: 768px) {
    [class^='col-'] + [class^='col-'] {
      margin-top: 0; } }

.container-fluid--mod-1 [class^='col-'] {
  margin-top: 0; }
.container-fluid--mod-1 img {
  width: 100%; }

@media (min-width: 1199px) {
  .container-wrap {
    position: absolute;
    width: 100%; } }

section {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h3 + * {
  margin-top: 35px; }

h5 + * {
  margin-top: 18px; }

* + h5 {
  margin-top: 45px; }

img + * {
  margin-top: 52px; }

h4 + * {
  margin-top: 35px; }

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center; }

@media (max-width: 768px) {
  .text-center--mod-1 {
    text-align: center; } }

.text-right {
  text-align: right; }

.text-primary {
  color: #5a9ee0; }

.text-footer {
  color: #ffffff; }

.text-heading {
    font-size: 22px;
    line-height: 20px;
	color: #4f5fce;
}

.text-caption {
	font-family: inherit;
	 font-size: 22px;
   font-weight: 500;
  line-height: 1.1;
  color: #000;
}

.text-content {
	font-family: inherit;
	  font-size: 14px;
  
  color: #000;
}

.text-link {
	font-family: inherit;
	  font-size: 14px;
}

.offset-1 {
  padding-left: 30px; }
  @media (min-width: 1399px) {
    .offset-1 {
      padding-left: 100px; } }

.offset-2 {
  margin-top: 35px; }

.offset-3 {
  padding-top: 10px; }

@media (max-width: 1199px) {
  .no-gutter .offset-4 {
    padding: 10%; } }
@media (min-width: 1200px) and (max-width: 1500px) {
  .no-gutter .offset-4 {
    padding-left: 30px;
    padding-top: 35px;
    padding-right: 20px; } }
@media (min-width: 1500px) {
  .no-gutter .offset-4 {
    padding: 85px 7% 0 100px; } }

@media (max-width: 991px) {
  .img--mod-1 {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1799px) and (min-width: 1199px) {
  .text--mod-1 {
    font-size: 18px;
    line-height: 30px; }
    * + .text--mod-1 {
      margin-top: 25px; } }
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    position: relative;
    padding-left: 160px; }
    .brand_name .logo {
      width: 181px;
	  height:60px;
      position: absolute;
      top: -16px;
      left: 0; }
      @media (min-width: 768px) {
        .brand_name .logo {
          width: 181px;
		  height: 60px;
		  ; } }

/*==================  Backgrounds  ======================*/
.bg-primary-variant-1 {
  background: #4f5fce; }

.bg-primary-variant-2 {
  background: #00ade9; }

.bg-primary-variant-3 {
  background: #09fa0a; }

.bg-primary-variant-4 {
  background: #08d3e0; }

.bg-primary-variant-5 {
  background: #ff527d; }

.bg-color1-variant-1 {
  background: #979694; }

.bg-color2-variant-1 {
  background: #4f5fce; }

[class*='bg-'] {
  color: #fff; }
  [class*='bg-'] h2, [class*='bg-'] h3, [class*='bg-'] h4, [class*='bg-'] h5, [class*='bg-'] h6, [class*='bg-'] .list {
    color: #fff; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-md {
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 700; }
  .btn-default {
    color: #fff;
    background: #fbcd13; }
    .btn-default:hover {
      background: #08d3e0; }
    .btn-default:active {
      background: #06a5af; }
  * + .btn {
    margin-top: 30px; }
    @media (min-width: 992px) {
      * + .btn {
        margin-top: 50px; } }

/*==================      Text-box      ======================*/
.text-box {
  padding-top: 50px;
  padding-bottom: 60px; }
  .text-box_left {
    padding-right: 50px;
    padding-left: 50px; }
  .text-box_right {
    padding-right: 50px;
    padding-left: 50px; }
  @media (min-width: 768px) and (max-width: 899px) {
    .text-box {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 1199px) and (max-width: 1799px) {
    .text-box {
      font-size: 16px;
      line-height: 26px;
      padding-top: 30px;
      padding-bottom: 10px; }
      .text-box_left {
        padding-right: 30px;
        padding-left: 30px; }
      .text-box_right {
        padding-right: 30px;
        padding-left: 30px; }
      .text-box h3, .text-box h4 {
        font-size: 40px;
        line-height: 40px; } }
  @media (min-width: 1199px) and (max-width: 1299px) {
    .text-box_left {
      padding-right: 20px;
      padding-left: 20px; }
    .text-box_right {
      padding-right: 20px;
      padding-left: 20px; }
    .text-box h3, .text-box h4 {
      font-size: 34px;
      line-height: 34px; }
      .text-box h3 + *, .text-box h4 + * {
        margin-top: 10px; } }
  @media (min-width: 1999px) {
    .text-box {
      padding-top: 80px; }
      .text-box_left {
        padding-right: 100px;
        padding-left: 120px; }
      .text-box_right {
        padding-right: 60px;
        padding-left: 100px; } }

/*==================      Future-box      ======================*/
.feature-box {
  position: relative;
  padding-left: 65px; }
  .feature-box .icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 50px;
    line-height: 50px;
    color: #08d3e0; }
  .feature-box h5 + * {
    margin-top: 10px; }
  .feature-box + .feature-box {
    margin-top: 43px; }
  @media (min-width: 479px) {
    .feature-box {
      padding-left: 100px; }
      .feature-box .icon {
        font-size: 72px;
        line-height: 70px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .feature-box {
      padding-left: 0; }
      .feature-box .icon {
        position: relative; }
        .feature-box .icon + h5 {
          margin-top: 15px; } }

/*==================      Product      ======================*/
.product {
  position: relative;
  color: #fff; }
  .product h3, .product h4, .product h5, .product h6 {
    color: #fff; }
  .product_cover {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: rgba(79, 95, 206, 0.9);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .lt-ie9 .product_cover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .product_cnt {
    padding: 20px;
    font-size: 16px;
    line-height: 26px; }
    @media (min-width: 480px) and (max-width: 1199px) {
      .product_cnt {
        padding: 50px 50px; } }
    @media (min-width: 1200px) and (max-width: 1349px) {
      .product_cnt {
        padding: 20px 15px; }
        .product_cnt * + .btn {
          margin-top: 15px; } }
    @media (min-width: 1800px) {
      .product_cnt {
        padding: 75px 95px; } }
  @media (min-width: 1699px) {
    .product h5 + * {
      margin-top: 40px; } }
  .product img {
    width: 100%; }
  .product:hover .product_cover {
    opacity: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .lt-ie9 .product:hover .product_cover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }

/*==================      List      ======================*/
.list li {
  color: #08d3e0; }
  .list li + li {
    margin-top: 6px; }
.list + * {
  margin-top: 40px; }
p + .list {
  margin-top: 40px; }
.list--mod-1 {
  margin-top: 6px; }
  @media (min-width: 1199px) and (max-width: 1799px) {
    .list--mod-1 {
      display: inline-block;
      width: 46%;
      font-size: 18px;
      line-height: 24px;
      margin-top: 0; }
      .list--mod-1 li + li {
        margin-top: 12px; }
      .list--mod-1 + .list--mod-1 {
        margin-left: 5%; } }

/*==================      Inline-list      ======================*/
.inline-list li {
  display: inline-block; }
  .inline-list li a {
    display: block;
    font-size: 30px;
    line-height: 30px; }
    .inline-list li a:hover {
      color: #08d3e0; }
  .inline-list li + li {
    margin-left: 35px; }
* + .inline-list {
  margin-top: 48px; }

/*==================      Index-list      ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative; }
    .index-list li:before {
      content: counter(li,decimal-leading-zero) ".";
      counter-increment: li;
      display: inline-block;
      color: #08d3e0;
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      margin-right: 10px;
      position: absolute;
      top: 0;
      left: 0; }
    .index-list li h5 {
      display: inline-block;
      padding-left: 50px; }
    .index-list li + li {
      margin-top: 40px; }
    @media (min-width: 767px) and (max-width: 991px) {
      .index-list li:before {
        position: relative; }
      .index-list li h5 {
        padding-left: 0; } }

/*==================      Quote      ======================*/
.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0; }
.quote:after {
  clear: both; }
.quote_aside {
  margin-bottom: 20px; }
.quote_cnt__no-flow {
  overflow: hidden; }
@media (max-width: 767px) {
  .quote {
    text-align: center; } }
@media (min-width: 991px) {
  .quote_aside {
    float: left;
    margin-right: 30px; } }
.quote p + h5 {
  margin-top: 10px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 15px; }
      @media (min-width: 992px) {
        .sf-menu > li + li {
          margin-left: 27px; } }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
	color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #08d3e0; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 225px;
  margin-top: 30px;
  margin-left: -33px;
  padding: 25px 20px 25px 33px;
  background: #FFF;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu > li > ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); }

.sf-menu ul > li > a {
  font-size: 14px;
  line-height: 20px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #08d3e0; }
.sf-menu ul > li + li {
  margin-top: 10px; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 10px;
  margin-left: 15px;
  padding: 0;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -2px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #0000ff;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 30px 10px 27px; }
  .stuck_container:before, .stuck_container:after {
    display: table;
    content: "";
    line-height: 0; }
  .stuck_container:after {
    clear: both; }
  @media (min-width: 768px) {
    .stuck_container {
      padding: 30px 37px 27px; } }

.isStuck {
	background: #4f5fce;
  z-index: 999;
  padding-top: 18px;
  padding-bottom: 12px; }
  .isStuck .sf-menu > li > ul {
    margin-top: 17px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop.fa {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #08d3e0;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop.fa:hover {
    color: #fff;
    background: #4f5fce;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff; }
    .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .list {
      color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .parallax_cnt {
        padding-top: 150px;
        padding-bottom: 150px; } }
    @media (min-width: 992px) {
      .parallax_cnt {
        padding-top: 170px;
        padding-bottom: 200px; } }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(79, 95, 206, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#804F5FCE', endColorstr='#804F5FCE')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804F5FCE', endColorstr='#804F5FCE');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header.header--mod-1 {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05); }
header .brand {
  float: left; }
header .nav {
  float: right; }
@media (max-width: 767px) {
  header {
    text-align: center; }
    header .brand, header .nav {
      float: none; } }
header {
	background: #4f5fce;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.gallery {
  margin-top: 40px; }
  .gallery [class^='col-'] {
    margin-top: 0; }

.terms p + p {
  margin-top: 34px; }

.policy-link {
  color: #4f5fce; }

/*==================      Well     ======================*/
 .well-0 {
  padding-top: 0px; 
  padding-bottom: 0px;
  background-color: #eff3f7; 
  }

.well-1 {
  padding-top: 75px;
  padding-bottom: 100px; }

.well-2 {
  padding-top: 85px;
  padding-bottom: 50px; }

.well-3 {
  padding-top: 90px;
  padding-bottom: 100px; }

.well-4 {
  padding-top: 90px; }
  
.well-5 {
  padding-top: 1px; 
  padding-bottom: 1px; }
  
  .well-6 {
  padding-top: 30px; 
  padding-bottom: 30px;
  background-color: #e6e6e6; 
  }

  .well-7 {
  padding-top: 30px;
  padding-bottom: 30px;
  }

 .well-admin {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color:#ebebeb;
  }

 .well-video {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #000;
  }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #4f5fce;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 50px; }
  footer .copy {
    font-size: 14px;
    line-height: 24px; }
    * + footer .copy {
      margin-top: 53px; }
  footer .contact-info {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700; }
    @media (min-width: 1199px) {
      footer .contact-info .big {
        font-size: 50px;
        line-height: 50px; } }
    * + footer .contact-info .big {
      margin-top: 38px; }
    footer .contact-info a[href^="tel:"]:hover,
    footer .contact-info a[href^="callto:"]:hover {
      color: #08d3e0;
      text-decoration: none; }
    footer .contact-info + * {
      margin-top: 12px; }
