@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500,300,200,100);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #2d3134;
  font: 400 15px/1.73333 "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 54px;
  line-height: 1.01852;
  font-weight: 900;
}
h1 small {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

h2 {
  font-size: 54px;
  line-height: 1.11111;
  letter-spacing: -1px;
  font-weight: 900;
}
h2 small {
  font-weight: 300;
}

h3 {
  font-size: 34px;
  line-height: 1.17647;
  font-weight: 900;
}

h4 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
h4 a {
  text-transform: none;
}
h4 a:hover {
  color: #2d3134;
}

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;
}

blockquote cite {
  font-weight: 600;
}

.fa {
  line-height: inherit;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center;
}

.primary-color {
  color: #2196f3;
}

p.primary-color {
  font-weight: 600;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.img-add {
  margin-top: 23px;
}

.img_add2 {
  margin-top: 10px;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.border-top {
  border-top: 24px solid #000;
}
.border-top_mod1 {
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
  .clr {
    clear: left;
  }

  .img_add2 {
    margin-top: 0;
  }

  .resp-center {
    text-align: center;
  }
  .resp-center * + .col-sm-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 40px;
    line-height: 1;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .wrap {
  margin-top: 5px;
}

* + .row {
  margin-top: 12px;
}

* + .off {
  margin-top: 40px;
}

* + .marked-list {
  margin-top: 10px;
}

* + article, * + .off2 {
  margin-top: 12px;
}

* + .primary-color {
  margin-top: 29px;
}

* + .off3 {
  margin-top: 22px;
}

* + .off4 {
  margin-top: 12px;
}

* + .off5 {
  margin-top: 27px;
}

* + .index-list {
  margin-top: 23px;
}

* + .m-off {
  margin-top: -10px;
}

.primary-color + p {
  margin-top: 15px;
}

.primary-color + .off {
  margin-top: 7px;
}

.marked-list + p {
  margin-top: 23px;
}

h2 + .primary-color {
  margin-top: 12px;
}

.row + .row {
  margin-top: 30px;
}

.row + .off {
  margin-top: 40px;
}

article + article {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .resp-off {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .resp-off_768 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  background: #ffffff;
  padding: 19px 23px 19px;
  display: inline-block;
}
.brand_name {
  color: #000000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .brand {
    width: 100%;
  }
}
/*================    Term list     =================*/
.terms-list dt {
  font-weight: 400;
  color: #2196f3;
  font-size: 15px;
}
.terms-list * + dt {
  margin-top: 31px;
}
.terms-list dt + * {
  margin-top: 12px;
}
.terms-list + * {
  margin-top: 27px;
  display: inline-block;
  color: #2196f3;
  text-decoration: underline;
}
.terms-list + *:hover {
  color: #2d3134;
  text-decoration: none;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 100px;
}
.index-list li:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #2196f3;
  top: -1;
  left: 0;
}
@media (max-width: 991px) {
  .index-list li:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.index-list li + li {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .index-list li {
    margin-top: 65px;
  }
}

.index-list li:after {
  content: "." counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  left: 24px;
  top: 16px;
}
@media (max-width: 991px) {
  .index-list li:after {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
}
.marked-list li a {
  position: relative;
  padding-left: 18px;
}
.marked-list li a:before {
  position: absolute;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 30px;
  color: #2196f3;
  left: 0;
  top: -19px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li a:hover {
  color: #2196f3;
  text-decoration: none;
}
.marked-list li a:hover:before {
  left: -3px;
}
.marked-list li + li {
  margin-top: 7px;
}

/*==================  Backgrounds  ======================*/
.bg-primary *, .bg-secondary * {
  color: #fff;
}
.bg-primary strong, .bg-secondary strong {
  font-size: 94px;
  line-height: 95px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.bg-primary strong small, .bg-secondary strong small {
  display: block;
  margin-top: -3px;
  font-weight: 300;
}
.bg-primary * + p, .bg-secondary * + p {
  margin-top: 8px;
}
.bg-primary * + .btn, .bg-secondary * + .btn {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .bg-primary strong, .bg-secondary strong {
    font-size: 64px;
    line-height: 65px;
  }
}
@media (max-width: 479px) {
  .bg-primary strong, .bg-secondary strong {
    font-size: 34px;
    line-height: 45px;
  }
}

.bg-primary {
  background: url("../images/bg-p.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-secondary {
  background: url("../images/bg-s.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-secondary strong {
  font-weight: 900;
}

.bg-default {
  background: #fff;
}

@media (max-width: 1199px) {
  .bg-primary, .bg-secondary {
    background-attachment: scroll;
  }
}
/*==================     Media    ======================*/
.media {
  overflow: hidden;
}
.media .media-left, .media .media-body {
  display: table-cell;
  vertical-align: top;
}
.media .media-left {
  padding-right: 6px;
  color: #2196f3;
}
.media .media-left time {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.media .media-body {
  width: 10000px;
}
.media .media_ins1 {
  padding-top: 10px;
  padding-right: 28px;
}

/*==================    Wrapper   ======================*/
.main-wr {
  position: relative;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.main-wr h3 {
  color: #fff;
}
.main-wr .caption {
  padding: 23px 30px 21px 28px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.main-wr .caption .wrap:before, .main-wr .caption .wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-wr .caption .wrap:after {
  clear: both;
}
.main-wr .caption .wrap p {
  float: left;
  width: 90%;
  color: #fff;
}
.main-wr .caption .wrap a {
  float: right;
  margin-top: 8px;
}
.main-wr .caption .wrap a:before {
  color: #2196f3;
  font-size: 44px;
  line-height: 45px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.main-wr .caption .wrap a:hover:before {
  color: #fff;
}
.main-wr:hover {
  -webkit-box-shadow: 9px 13px 26px -8px #2d3134;
  -moz-box-shadow: 9px 13px 26px -8px #2d3134;
  box-shadow: 9px 13px 26px -8px #2d3134;
}
@media (max-width: 991px) {
  .main-wr {
    display: inline-block;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .main-wr .caption {
    position: relative;
  }
}

/*==============    BGBA Backgrounds    =================*/
.rgba-primary {
  background: rgba(33, 150, 243, 0.9);
}
.lt-ie9 .rgba-primary {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62196F3', endColorstr='#E62196F3')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62196F3', endColorstr='#E62196F3');
  zoom: 1;
}
.rgba-primary.caption .wrap a:before {
  color: #fff;
}
.rgba-primary.caption .wrap a:hover:before {
  color: #2d3134;
}

.rgba-secondary {
  background: rgba(45, 49, 52, 0.9);
}
.lt-ie9 .rgba-secondary {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E62D3134', endColorstr='#E62D3134');
  zoom: 1;
}

.rgba-default {
  background: rgba(255, 255, 255, 0.9);
}
.lt-ie9 .rgba-default {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}
.rgba-default.caption h3 {
  color: #2196f3;
}
.rgba-default.caption .wrap.ins1 p {
  width: 70%;
}
@media (max-width: 479px) {
  .rgba-default.caption .wrap.ins1 p {
    width: 90%;
  }
}
.rgba-default.caption .wrap p {
  color: #2d3134;
}
.rgba-default.caption .wrap a:hover:before {
  color: #2d3134;
}

.rgba-default_mod1 {
  background: rgba(255, 255, 255, 0.8);
}
.lt-ie9 .rgba-default_mod1 {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
  zoom: 1;
}
.rgba-default_mod1.caption {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.rgba-default_mod1.caption h3 {
  color: #2d3134;
}
.rgba-default_mod1.caption .wrap.ins1 p {
  width: 50%;
}
@media (max-width: 479px) {
  .rgba-default_mod1.caption .wrap.ins1 p {
    width: 90%;
  }
}
.rgba-default_mod1.caption .wrap p {
  color: #2d3134;
}
.rgba-default_mod1.caption .wrap a a:before {
  color: #2196f3;
}
.rgba-default_mod1.caption:hover {
  background: rgba(255, 86, 57, 0.99);
}
.lt-ie9 .rgba-default_mod1.caption:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFF5639', endColorstr='#FCFF5639')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFF5639', endColorstr='#FCFF5639');
  zoom: 1;
}
.rgba-default_mod1.caption:hover h3 {
  color: #fff;
}
.rgba-default_mod1.caption:hover p {
  color: #fff;
}
.rgba-default_mod1.caption:hover a:before {
  color: #fff;
}
.rgba-default_mod1.caption:hover a:hover:before {
  color: #2d3134;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 27px 25px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 0;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #2196f3;
}
.btn span {
  position: relative;
  margin-left: 28px;
  display: inline-block;
}
.btn span:before {
  position: absolute;
  font-size: 44px;
  left: -13px;
  top: -2px;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.btn:hover {
  background: #fff;
  border-color: #2196f3;
  color: #2196f3;
}
.btn:hover span:before {
  color: #2196f3;
}
.btn:active {
  background: #e6e6e6;
}

.btn-link {
  position: relative;
}
.btn-link:before {
  position: absolute;
  line-height: 40px;
  font-size: 44px;
  top: -11px;
  left: 11px;
  color: #2196f3;
  background: transparent;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover:before {
  color: #2d3134;
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.flex-list + .flex-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flex-list + .flex-list {
    margin-top: 0;
  }
}

.flex-list li {
  display: table-cell;
  position: relative;
}
.flex-list li img {
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.flex-list li img:hover {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (max-width: 767px) {
  .flex-list {
    text-align: center;
  }
  .flex-list li {
    display: block;
  }
}
/*=================    Help Box    =====================*/
.help-box p {
  font-weight: 700;
  font-size: 34px;
  line-height: 33px;
  text-transform: uppercase;
}
.help-box a {
  display: block;
  color: #2196f3;
  font-size: 28px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: -1px;
  position: relative;
}
.help-box a:before {
  position: absolute;
  content: '\f095';
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 30px;
  color: #c9c9c9;
  top: 0px;
  left: 106px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.help-box a:hover {
  color: #2d3134;
}
.help-box a:hover:before {
  color: #2d3134;
}
.help-box time {
  color: #777777;
  font-size: 13px;
  line-height: 38px;
}
.help-box time span {
  color: #2d3134;
}

@media (max-width: 767px) {
  .help-box {
    display: none;
  }
}
/*================    Link list     =================*/
.link-list li {
  padding: 21px 52px 26px 27px;
  background: #2196f3;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link-list li .btn-link {
  color: #fff;
  position: absolute;
  right: 43px;
  top: 28%;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}
.link-list li .btn-link:before {
  color: #fff;
  left: 0;
  top: -3px;
}
.link-list li:hover {
  background: #2d3134;
}
.link-list li:hover a:hover {
  color: #2196f3;
}
.link-list li:hover a:hover:before {
  color: #2196f3;
}
@media (max-width: 1199px) {
  .link-list li {
    font-size: 18px;
  }
}
.link-list li + li {
  margin-top: 10px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*========================   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;
  padding: 4px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.sf-menu > li + li {
  margin-left: 0;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    padding: 2px;
  }
}
.sf-menu a {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 24px 20px;
  display: block;
}
@media (max-width: 1199px) {
  .sf-menu a {
    padding: 14px 13px 10px;
  }
}

.sf-menu > li > a {
  color: #2d3134;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #2d3134;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #2d3134;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  background: #FFF;
  z-index: 22;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.sf-menu ul a {
  font-size: 15px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: none;
  font-weight: 400;
}
.sf-menu ul li + li {
  border-top: 1px solid #d9d9d9;
}

.sf-menu ul > li > a {
  color: #2d3134;
  background: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #2196f3;
  background: #f3f2f2;
}

.sf-menu ul ul {
  position: absolute;
  top: 121px;
  width: 235px;
  left: 233px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul a {
  font-size: 15px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: none;
  font-weight: 400;
}
.sf-menu ul ul li + li {
  border-top: 1px solid #d9d9d9;
}

.sf-menu ul ul > li > a {
  color: #2d3134;
  background: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #2196f3;
  background: #f3f2f2;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
  padding-right: 48px;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  content: '\f107';
  color: #2196f3;
  right: 21px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 400 33px/12px "FontAwesome";
}
@media (max-width: 1199px) {
  .sf-menu > li > .sf-with-ul {
    padding-right: 28px;
  }
  .sf-menu > li > .sf-with-ul:before {
    right: 5px;
  }
}

@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: #2196f3;
  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 {
  display: block;
  border-top: 1px solid #E0E0E0;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
.stuck_container .nav {
  float: left;
}
.stuck_container .search-form {
  float: right;
}
@media (max-width: 991px) {
  .stuck_container {
    text-align: center;
    padding-bottom: 20px;
  }
  .stuck_container .search-form, .stuck_container .nav {
    float: none;
    display: inline-block;
  }
  .stuck_container .nav {
    border-bottom: 1px solid #E0E0E0;
  }
  .stuck_container .search-form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .stuck_container {
    padding-bottom: 0;
  }
  .stuck_container .search-form {
    margin-top: -25px;
  }
}

.isStuck {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  -webkit-box-shadow: 0px 1px 2px #BBB;
  -moz-box-shadow: 0px 1px 2px #BBB;
  box-shadow: 0px 1px 2px #BBB;
}
.lt-ie9 .isStuck {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 47px;
  height: 47px;
  font-size: 24px;
  line-height: 44px !important;
  font-weight: 700;
  color: #fff !important;
  background: #ff2a06;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #2d3134;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 991px) {
  .thumb {
    width: 80%;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .thumb {
    width: 100%;
  }
}
.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;
  -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:hover .thumb_overlay {
  opacity: 1;
  background: rgba(255, 86, 57, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FF5639', endColorstr='#33FF5639')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FF5639', endColorstr='#33FF5639');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .brand {
  float: left;
}
header .help-box {
  padding-top: 50px;
  float: right;
}
header .banner {
  display: block;
  padding-bottom: 19px;
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}

@media (max-width: 767px) {
  header .banner {
    padding: 0;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f2f2f2;
}

/*==================      Well     ======================*/
.well {
  padding-top: 30px;
  padding-bottom: 30px;
}

.well2 {
  padding-bottom: 69px;
  padding-top: 49px;
}

.well3 {
  padding-bottom: 81px;
  padding-top: 83px;
}

.well4 {
  padding-bottom: 52px;
  padding-top: 49px;
}

.well5 {
  padding-bottom: 37px;
  padding-top: 49px;
}

.well6 {
  padding-bottom: 128px;
  padding-top: 130px;
}

.well__ins1 {
  padding-bottom: 0;
}

.well2__ins1 {
  padding-bottom: 60px;
}

.well2__ins2 {
  padding-bottom: 100px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f2f2f2;
}
footer .copyright {
  font-size: 13px;
  color: #2d3134;
}
footer .copyright a:hover {
  color: #2196f3;
  text-decoration: none;
}
