﻿@charset "UTF-8";


body {
  color: #979797;
  font: 400 12px/20px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  background: #f8f8f8;
}

img {
  max-width: 100%;
  height: auto;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Volkhov", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #404040;
  margin: 0;
}



/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "Volkhov" , sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #800000;
    margin: 0;
}
*/


h1, .h1 {
  font-size: 55px;
  text-transform: uppercase;
  letter-spacing: -1.3px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small {
  display: inline-block;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 45px;
  letter-spacing: -2.25px;
}

h3, .h3 {
  font-size: 23px;
  line-height: 1.56521739;
  text-transform: uppercase;
  letter-spacing: -0.7px;
}

h4, .h4 {
  font-size: 14px;
  line-height: 1.64285714;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #7ac1e6;
}

h5, .h5 {
  font-size: 14px;
  line-height: 1;
}

h6, .h6 {
  font-size: 14px;
  line-height: 1;
}

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:hover {
  color: #7ac1e6;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

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;
}

.lead {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  color: #aeaeae;
  font-family: "Volkhov", sans-serif;
}

.lead2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #aeaeae;
  font-family: "Volkhov", sans-serif;
}


.img-brdr {
  display: inline-block;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 6px solid #e9e9e9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.img-brdr_map {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 6px solid #e9e9e9;
  max-width: 100%;
}

.bot-line {
  position: relative;
}
.bot-line:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1170px;
  bottom: 0;
  background: #ebebeb;
}

.brdr_bot {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.brdr_bot_mod {
  padding-bottom: 53px;
  border-bottom: 1px solid #ebebeb;
}

.side-box + .side-box {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .side-box + .side-box {
    border: none;
  }
}

.how_sec h4 a:hover {
  color: #404040;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #979797;
}

.link1 {
  color: #7ac1e6;
}
.link1:hover {
  color: #979797;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
/** + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {margin-top: 20px;}*/
* + .row {
  margin-top: 30px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 51px;
}

h2 + * {
  margin-top: 20px;
}

h2 + h4 {
  margin-top: 19px;
}

h4 + * {
  margin-top: 14px;
}

.img-brdr + h4 {
  margin-top: 31px;
}

* + .marked-list-1 {
  margin-top: 27px;
}

* + .marked-list {
  margin-top: 36px;
}

p + .marked-list {
  margin-top: 21px;
}

.marked-list + * {
  margin-top: 19px;
}

h3 + * {
  margin-top: 15px;
}

h3 + h4 {
  margin-top: 28px;
}

.ins-top {
  padding-top: 50px;
}

* + .btn {
  margin-top: 24px;
}

.ins_r {
  padding-right: 5%;
}

.offs1 {
  margin-top: 10px;
}

* + .offs2 {
  margin-top: 36px;
}

* + .marTop0 {
  margin-top: 0px;
}

* + .marTop1 {
  margin-top: 6px;
}

.row + .row.marTop2 {
  margin-top: 21px;
}

.ins1 {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .ins1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

/*=======================================================
						Components
=========================================================*/
/*=================   Inline list   =====================*/
.inline-list {
  margin-top: 10px;
  display: inline-block;
}
.inline-list .fa {
  position: relative;
  text-align: center;
}
.inline-list .fa:hover:before {
  background: #3aa3da;
}
.inline-list .fa:before {
  font-size: 24px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #e5e5e5;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7ac1e6;
  width: 40px;
  height: 40px;
  left: -45px;
  padding-left: 0px;
  line-height: 42px;
}
.inline-list li {
  display: inline-block;
  line-height: 40px;
}
.inline-list li + li {
  margin-left: 41px;
}
@media (max-width: 991px) {
  .inline-list .fa:before {
    left: -43px;
    top: -27px;
  }
}
@media (max-width: 767px) {
  .inline-list .fa:before {
    left: -25px;
    top: -27px;
  }
}

.social {
  float: right;
  display: inline-block;
  border-left: 1px solid #bcbcbc;
  width: 270px;
  height: 57px;
  text-align: right;
}

.social .lead {
  display: inline-block;
  margin-top: 24px;
}

.social .lead2 {
  display: inline-block;
  margin-top: 24px;
}


.social .inline-list {
  display: inline-block;
  margin-left: 63px;
}
@media (max-width: 991px) {
  .social {
    width: auto;
    border-left: none;
    height: auto;
    margin-top: 23px;
  }
  .social .inline-list {
    margin-left: 0;
  }
  .social .lead {
    display: none;
    
   
    
  }
}
@media (max-width: 767px) {
  .social {
    float: none;
  }
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.flex-list li {
  display: table-cell;
  position: relative;
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
}
/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 95px;
}
.index-list li:before {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  color: #fff;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7ac1e6;
  font-size: 23px;
  font-weight: 700;
  top: -2px;
  left: 15px;
}
.index-list li + li {
  margin-top: 0;
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li {
  position: relative;
  padding-left: 14px;
}
.marked-list li:before {
  position: absolute;
  content: '\f061';
  font-family: "FontAwesome";
  font-size: 8px;
  color: #565656;
  left: 0;
  top: 0;
}
.marked-list li + li {
  margin-top: 6px;
}
.marked-list a a:hover {
  color: #7ac1e6;
}

.marked-list_mod li:before {
  color: #7ac1e6;
}

@media (max-width: 767px) {
  footer .marked-list {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.marked-list-1 {
  display: block;
}
.marked-list-1 li {
  position: relative;
  padding-left: 14px;
}
.marked-list-1 li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 5px;
  background: url("../images/arr.png");
  left: 2px;
  top: 7px;
}
.marked-list-1 li + li {
  margin-top: 6px;
}
.marked-list-1 a a:hover {
  color: #7ac1e6;
}

.marked-list-1_mod {
  padding-bottom: 57px;
}

/*================    Icon list     =================*/
.icon-list li {
  padding-left: 35px;
  position: relative;
}
.icon-list li:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 27px;
  left: 0px;
  top: 5px;
  background: url("../images/page-2_img7.png");
}
.icon-list li + li {
  margin-top: 31px;
}
.icon-list li:nth-child(2):before {
  background: url("../images/page-2_img8.png");
}
.icon-list li:nth-child(3):before {
  background: url("../images/page-2_img9.png");
}
* + .icon-list {
  margin-top: 36px;
}

.icons {
  position: relative;
  padding-left: 95px;
}
.icons:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 84px;
  height: 93px;
  background: url("../images/page-3_img2.png");
}
* + .icons {
  margin-top: 31px;
}

.icons_mod:before {
  background: url("../images/page-3_img3.png");
}

/*================    Term list     =================*/
.terms-list {
  margin-top: 30px;
}
.terms-list li {
  padding-right: 3%;
}
.terms-list li + li {
  margin-top: 20px;
}
.terms-list + * {
  margin-top: 25px;
}
.terms-list + * a:hover {
  color: #7ac1e6;
}

.terms-list_mod li {
  padding-right: 0;
}
.terms-list_mod li + li {
  margin-top: 20px;
}

address {
  font-style: normal;
}

.addr1 dl {
  padding-left: 0;
  margin-top: 0px;
  max-width: 270px;
}
.addr1 dl dt, .addr1 dl dd {
  display: inline-block;
  font-weight: 300;
}
.addr1 dl dt {
  width: 24%;
  min-width: 78px;
}
.addr1 dl dd {
  width: 55%;
}
.addr1 dl dd + dt {
  margin-top: 0;
}
.addr1 dl dt + dd {
  margin-top: 0;
}
.addr1 .mail dt {
  width: 15%;
  min-width: 40px;
}

* + address.h4 {
  margin-top: 29px;
}

address.h4 + .addr1 {
  margin-top: 14px;
}

.addr1 + address.h4 {
  margin-top: 20px;
}

article.article1 time {
  font-size: 14px;
  color: #7ac1e6;
  white-space: nowrap;
}
article.article1 .media-left {
  padding-right: 7px;
}
article.article1 p {
  padding-right: 3%;
}
* + article.article1 {
  margin-top: 29px;
}
article.article1 + article {
  margin-top: 19px;
}

/*==================     Brand     ======================*/
.navbar-brand {
  padding-right: 178px;
  position: relative;
}


.navbar-brand a:hover, .navbar-brand a:focus {
  color: #464646;
  text-decoration: none;
}
.navbar-brand small {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-brand:before {
  content: "";
  position: absolute;
  right: 150px;
  top: 0px;
  height: 57px;
  width: 1px;
  background: #bcbcbc;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding-right: 0;
  }
  .navbar-brand small, .navbar-brand:before {
    display: none;
  }
}

blockquote.box {
  margin: 0;
  font-style: normal;
}
blockquote.box p {
  background: #f3f3f3;
  padding: 41px 28px 41px 38px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
blockquote.box p:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
}
@media (max-width: 767px) {
  blockquote.box p:before {
    left: 49%;
  }
}
blockquote.box cite {
  display: inline-block;
}
blockquote.box * + h4 {
  margin-top: 18px;
}
blockquote.box h4 cite {
  font-style: normal;
  color: #979797;
}
blockquote.box h4 a {
  color: #7ac1e6;
}
blockquote.box h4 a:hover {
  color: #404040;
}
blockquote.box q {
  font-family: "Volkhov", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #767676;
  word-wrap: break-word;
}
blockquote.box q:before, blockquote.box q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote.box q:after {
  clear: both;
}
blockquote.box + blockquote {
  margin-top: 35px;
}

blockquote.media {
  margin: 0px;
}
* + blockquote.media {
  margin-top: 36px;
}
blockquote.media q:before, blockquote.media q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote.media q:after {
  clear: both;
}
blockquote.media cite {
  font-style: normal;
}
blockquote.media p + p {
  margin-top: 15px;
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
blockquote.media p + p small {
  font-size: 11px;
  font-family: "Arial", sans-serif;
  display: block;
  margin-top: -5px;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #7ac1e6;
}

.bg2 {
  background: #404040;
}

.bg3 {
  background: #979797;
}

.color1 {
  color: #7ac1e6;
}

.color2 {
  color: #404040;
}

.color3 {
  color: #979797;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fw-l {
  font-weight: 300;
}

.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-xb {
  font-weight: 800;
}

.white {
  color: #fff;
}

.txt-sec {
  color: #404040;
}

.text-primary {
  color: #7ac1e6;
}

.bg-secondary {
  background: #404040;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  padding: 3px 24px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  color: #7ac1e6;
  background-color: #979797;
  border-color: #7ac1e6;
}

.btn-primary {
  color: #ffffff;
  background-color: #8ccceb;
  border-color: #8ccceb;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #8ccceb;
  border-color: #8ccceb;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #404040;
  border-color: #404040;
}

/*==================      Media      ======================*/
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 27px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 450px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod div:nth-child(n+3) {
    margin-top: 42px;
  }
  .col-4_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-4_mod div:nth-child(n+2) {
    margin-top: 42px;
  }
  .col-4_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-3_mod div:nth-child(n+5) {
  margin-top: 51px;
}
.col-3_mod div:nth-child(4n+5) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-3_mod div:nth-child(n+3) {
    margin-top: 51px;
  }
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-3_mod div:nth-child(n+2) {
    margin-top: 60px;
  }
  .col-3_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*========================   Menu   ==========================*/
.navbar-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.37);
  background-color: #f8f8f8;
  border-color: none;
}
.navbar-nav > li:first-child a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.navbar-nav > li:last-child a {
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .navbar-nav > li {
    display: table-cell;
  }
  .navbar-nav > li > a {
    padding: 17px 17px 20px;
    display: block;
    font-weight: 400;
  }
  .navbar-nav > li + li {
    border-left: 1px solid #c0c0c0;
  }
}

.sf-menu {
  /*@include clearfix;
  display: inline-block;*/
}
.sf-menu > li {
  position: relative;
  /*float: left;*/
}
.sf-menu > li + li {
  /*margin-left: 30px;*/
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #7ac1e6;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #7ac1e6;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  /*width: 185px;*/
  width: 100%;
  margin-top: 0px;
  padding: 10px 0 10px;
  background: #fff;
  z-index: 9999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: left;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #979797;
  padding: 10px 25px 10px 25px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #7ac1e6;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 100%;
  width: auto;
  margin-top: -49px;
  min-width: 150px;
  margin-left: 1px;
  padding: 0;
  padding: 10px 0 10px;
  z-index: 4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.sf-menu ul ul > li > a {
  color: #979797;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #7ac1e6;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 65%;
  margin-left: -6px;
  content: "";
  font: 400 15px/15px "FontAwesome";
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #404040;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 991px) {
  .sf-menu > li > a {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .sf-menu, .navbar {
    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: #777;
  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  ======================*/
.isStuck {
  background: transparent;
  z-index: 999;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #404040;
  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:hover {
  color: #fff;
  background: #7ac1e6;
  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;
}

/*========================================================
					 HEADER  Section
=========================================================*/
header
{
    background-position: #e6e6e6;
    background: #F2F9F9;
    position: relative;
    z-index: 1100;
}
@media (min-width: 768px) {
  header .navbar-header {
    float: left;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well1 {
  padding-bottom: 40px;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 25px;
  }
}

.well2 {
  padding-bottom: 56px;
  padding-top: 134px;
}
@media (max-width: 991px) {
  .well2 {
    padding-top: 80px;
  }
}

.well3 {
  padding-bottom: 56px;
  padding-top: 52px;
}

.well4 {
  padding-bottom: 56px;
  padding-top: 56px;
}

.well4_ins {
  padding-top: 0px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #f8f8f8;
  padding-top: 52px;
  padding-bottom: 53px;
}
footer .rights {
  text-transform: uppercase;
  font-family: "Volkhov", sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
}
footer .rights a {
  white-space: nowrap;
}
footer address {
  color: #7ac1e6;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 47px;
}
footer dl {
  margin-top: 5px;
}
footer dl dt, footer dl dd {
  display: inline-block;
}
footer dl.mail a {
  text-decoration: underline;
}
footer dl.mail a:hover {
  text-decoration: none;
}
@media (max-width: 500px) {
  footer .center500, footer h3 {
    text-align: center;
  }
}

.thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail * + .img {
  margin-top: 37px;
}
.thumbnail .img + * {
  margin-top: 28px;
}
.thumbnail h3 {
  position: relative;
  padding-left: 58px;
  line-height: 1;
}
.thumbnail h3:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 39px;
  background: url("../images/page-1_img5.png");
  left: 2px;
  top: 3px;
}
.thumbnail h3.icon:before {
  background: url("../images/page-1_img6.png");
}
.thumbnail h3.icon1:before {
  background: url("../images/page-1_img7.png");
}
.thumbnail h3.icon2:before {
  background: url("../images/page-1_img8.png");
}
.thumbnail .caption {
  margin-top: 15px;
}
.thumbnail .caption h4 a:hover {
  color: #404040;
}

.thumbnail3 {
  max-width: 270px;
}

.thumbnail4 {
  max-width: 370px;
}

@media (max-width: 991px) {
  .thumbnail6 {
    max-width: 370px;
  }
}
