 @import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,300,600,700,300italic,400italic,600italic,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(./font-awesome.min.css);
/*
* @subsection Flow-mixin
*/
/*
* @subsection   Floating System
*/
@import url(animate.css);
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 768px) {
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*==================  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:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(33, 54, 108, 0.5);
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax_cnt h1, .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .heading-1, .parallax_cnt .heading-2, .parallax_cnt .heading-3, .parallax_cnt .heading-4, .parallax_cnt .heading-5, .parallax_cnt .heading-6 {
  color: #ffffff;
}
.parallax_cnt * + hr {
  margin-top: 10px;
}
.parallax_cnt hr + * {
  margin-top: 18px;
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-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;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay span {

	
	    content: '\f0c1';
    position: absolute;
    top: 50%;
    left: 42%;
    right: 0;
    font: 400 18px 'FontAwesome';
    border: 1px solid #fff;
    width: 42px;
    border-radius: 50%;
    line-height: 42px;
    margin-top: -15px;
    text-align: center;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;}
	.thumb_overlay:before {
		display:none
content: '\f0c1';
    position: absolute;
    top: 50%;
    left: 42%;
    right: 0;
    font: 400 18px 'FontAwesome';
    border: 1px solid #fff;
    width: 42px;
    border-radius: 50%;
    line-height: 42px;
    margin-top: -15px;
    text-align: center;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;

}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  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);
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/24px;
  color:#5a5a5a;
  -webkit-text-size-adjust: none;
  font-family:Arial,Geneva,sans-serif;
  
      background: #f9f8f4;}

img {
  max-width: 100%;
}


h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {



}

h1, .heading-1 {
font-size: 26px;
font-weight: 400;

}

h2, .heading-2 {
  font-size: 24px;
  line-height: 1.06;
}
.product__cnt h3, .product__cnt h6{ color:#fff}
.post time {
    font-size: 18px;
    font-weight: 100;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #f6a702}
.box_cnt__no-flow p{ margin-top:0px}
.form{ padding-left:20px; width:30%;}
.form-right{ width:70%;}
.zebra td, .zebra th {
    padding: 5px;
	padding-left:10px;
    border-bottom: 1px solid #f2f2f2;    
	line-height: 25px;
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

@media (min-width: 768px) {
  h2, .heading-2 {
    font-size: 18px;
  }
.box_cnt__no-flow{ float:left;}
.box_aside{ float:left;padding: 0 20px;}
}
@media (min-width: 992px) {

  h2, .heading-2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h2, .heading-2 {
    font-size: 24px;
  }
}

h3, .heading-3 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {

  h3, .heading-3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  h3, .heading-3 {
    font-size: 18px;
  }
}
@media (min-width: 1760px) {
  h3, .heading-3 {
    font-size: 18px;
  }
}

h4, .heading-4 {
  font-size: 20px;
}
@media (min-width: 768px) {

  h4, .heading-4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h4, .heading-4 {
    font-size: 20px;
  }
}
h4 a:hover, .heading-4 a:hover {
  color: #1abde8;
}

h5, .heading-5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
@media (min-width: 768px) {
  h5, .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  h5, .heading-5 {
    font-size: 20px;
    line-height: 36px;
  }
}

h6, .heading-6 {
  font: 300 12px/1.5 Roboto, sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  h6, .heading-6 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  h6, .heading-6 {
    font-size: 18px;
    line-height: 30px;
  }
}
.block-wrapper{ background:#fff;    box-shadow: 0 8px 25px rgba(0,0,0,.07); overflow: hidden; position:relative; bottom:100px; overflow:hidden; z-index:99}
.fb, .code, .bike, .coffee{    font-size: 50px; color: #555; font-weight: bold; }
.block{text-align:center}
.block .text-block{ text-align:center;font-size: 16px; line-height: 30px; color:#999}
time {
  display: block;
}

p {
  letter-spacing: 0.1px;
     
}

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: #21366c;
}
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;

}
.lt-ie9 .page {
  min-width: 1200px;
}
DIV.yellow {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #000; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow .currPage {
	BORDER-RIGHT: #000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #000 1px solid; BACKGROUND-COLOR: #000
}
DIV.yellow .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}

.head-tel{ background:url(../images/n-telephone.png) no-repeat left center; line-height: 95px;    display: table; margin: 0 auto; padding-left:25px;}











.text-bold{ font-weight:400; color:#333}
h1.proname{ font-size:16px;line-height: 25px;color:#666; padding:15px 0 10px}
.des{ padding: 15px 15px 60px;}
.relative{ position:relative;}
.more{ line-height:20px; border-left:1px solid #666; position:absolute; bottom:15px; right:15px; padding-left:15px}
.more i{line-height: 20px;color: #666;font-size: 24px;}
.meta{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.head-top{overflow: hidden;background-color: #1E1E1E;line-height: 40px; color:#fff;font-size: 13px;}
.bg-case{ background:url(../images/tonglan1-.jpg);     background-position: 50% 50%;}
.bg-blue{ background:#f6a702; color:#fff}
.bg-gray1{ background:#F6F6F6}
.text-blue{ color: #0B67C5;}
.text-dark{ color: #000;}
.text-white{ color: #fff;}
.bg-yellow{ background:#FA9C41}
.bg-gray{ background:#E8E8E8}
.bg-black{ background:#000}
.offerst-bottom-0{ padding-bottom:0 !important}
.offerst-top-0{ padding-top:0 !important}
.margin-top-15{ margin-top:15px;}
.bg-about{ background:url(../images/about_bg_brmi.jpg) no-repeat;}
.about_text{ font-size:12px;    background: #f6a702;padding-left: 15px;padding-right: 15px;}

/*首页search*/
.search_bg{ color:#ccc}
.search-box{ padding:14px 0; background:#000;    word-wrap: break-word;}
.searchimage{ line-height:34px; background-color:#f6a702; border:none;color: #fff;}


/*首页tags*/
ul.tags{ -moz-column-count:2; /* Firefox */-webkit-column-count:2; /* Safari and Chrome */column-count:2;}
.tags a{ word-wrap:break-word;padding: 5px 0;margin: 0 5px 5px 0;display: block;}
.tags li{ display:inline-block;}
.rightico{ position:absolute;right: -32px; top:50%}
.six-ico {transform-style: preserve-3d; /*重要 */text-align:center;  width:80px;  margin:0 auto  }
.six-ico .front, .six-ico .back{  backface-visibility:hidden;    transition:all 1s ease-in-out; border:1px solid #fff; border-radius:10px;;}
.six-ico .front img, .six-ico .back img{display:table-cell;vertical-align:middle;}
.six-ico .front{ transform: rotateX(0deg)}
.six-ico .back{position:absolute; top:0; left:0;transform: rotateX(-180deg);border:1px solid #f6a702; background:#f6a702; }

.six-ico:hover .front{ transform:rotateX(180deg);}
.six-ico:hover .back{ transform:rotateX(0deg); }

/*首页标题*/

/*首页分类*/
h2.procat{ color:#333; font-size:12px; text-align:center; font-weight:600}
h2.procat:before{ content:''; display:block; width:100%; height:20px; background:url(../images/procatbg.png);margin-bottom: 10px;}


/*首页新闻*/
.info-box .info-con{ overflow:hidden;    margin-top: 10px;padding:5px 10px 10px 10px; font-size:14px; line-height:20px; }
.info-box .info-con h1{ font-size:16px; color:#2d2d2d; font-weight:600; }
.info-box .info-con p.info-time{ font-size:14px; color:#666; padding:5px 0}

.info-box{ margin-bottom:15px;    border: 1px solid #eaeaea;}
.info-box .info-more{ color:#f6a702; font-size:12px; padding-top:10px;}

/*左侧背景齐平右侧内容*/
.section-image-aside-img { right: 58.33333%;}
.section-image-aside-img { position: absolute;top: 0;bottom: 0;width: 50vw;-webkit-background-size: cover;background-size: cover;}
.veil { display: none !important;}
.relative{ position:relative}
.index_about_box{}
.index_about{ padding:50px;    font-size: 14px;}
.index_about h3:after{ content:''; width:40px; height:3px; background: #f6a702; display:block; margin-top:20px}



/*底部*/
.bg-foot{ background:#2d2d2d; line-height:22px;    color: #999;}
.list-inline>li {display: inline-block; font-size: 18px;padding-right: 12px;}
.footer-bottom{ background:#fff; color:#666}

/*子页关于我们*/
.location{ border-bottom:1px solid #eaeaea} 
.location p{ color:#333; font-size:12px;}
h2.inner-title{ color:#f6a702;  font-size:20px;     padding: 15px 0 30px;font-weight: 600;}
.innerabout-con{ color:#333; line-height:30px;}

/*产品页的分类*/
.tab-list{overflow: hidden; display:table; margin:20px auto 30px;}
.tab-list li { float:left; background:#f6a702; margin-right:20px}
.tab-list li a{ line-height:50px; padding:0 25px; color:#fff}
.tab-list li:first-child{ background:#000;}
.tab-list li:hover{ background:#000;}
.tab-list li a.active{background:#000;}

/*新闻页*/
.datebg{    background: #EE4547;display: inline-block;padding: 7px 5px;color: #fff;}
.datebg1{background: #f6a702;display: inline-block;padding: 10px 5px;color: #fff; text-align:center; font-size:13px;}
h1.info-title{ font-size:14px; color:#000; line-height:24px;font-weight: 600;}
.info-content{ line-height: 24px;}

/*联系我们*/
.contact_text{  line-height: 30px;font-size: 14px;}
h2.rd-mobilepanel_title:after{ display:none}


.probox h1{ font-size:16px;    color: #3c3c3c; padding: 15px 0;}
.probox .product__cnt-2{ padding:10px 10px 20px;}
.titlebg{ background:url(../images/btbj.png) no-repeat center;padding: 30px 0px 66px; font-size:26px;color: #fff;}
.bg-img{ background:url(../images/dbj.jpg); background-size:cover;overflow: hidden;}
.phone{ background:url(../images/dh.png) no-repeat center;padding: 30px 0;}
.phone h3{ margin-top:85px; font-size:30px}
#img5{ position:relative;top:15px}
.bg-green{ background:#FAFBFD;}
.choose-box{ background:#fff; border:2px solid #EDEDED;}
.choose-box .fa{ font-size:40px; line-height:116px}
.fa{ vertical-align:middle}
.about-bg{ background:url(../images/gybj.jpg) no-repeat; background-position:50% 50%; padding-bottom:230px}
.about-con{ padding:50px; color:#fff}

.bggray{background-color: #2D2D2D; font-size:18px}
.bggray .fa{ color:#1abde8; font-size:30px}
#keyword{ background:#fff; line-height:33px; width:100%;padding-left: 15px;border: #d9d9d9 1px solid;}
#titleSearchForm .fa-search{    line-height: 42px; text-align: center;}
.bg-banner{    border: 1px solid rgb(217, 217, 217);}
h2.page-title{  color: #1C4587;font-size: 24px; display:inline-block; position: relative;top: -15px;background: #fff; padding: 0 10px;}
.about-tab{display: table;position: relative;top: 23px; margin: 0 auto;}
.about-tab li{ display:inline-block; background:#666666}
.about-tab li:hover{ background:#1267C4 url(../images/091.jpg) no-repeat center}
.about-tab li.active{ background:#1267C4 url(../images/091.jpg) no-repeat center}
.about-tab li a{    padding: 0px 30px;line-height: 45px; color:#fff}
.pro-tab li:first-child{ background:#1267C4 url(../images/091.jpg) no-repeat center}


.verifycode{display:table-cell;height:50px; vertical-align:middle; margin-top:20px}
.map{border: 2px solid #CCD0DB;}
.thumbnail{ margin-bottom:25px; }


.widget-item{ text-align:left}
.widget-item h4{    background-color: #f6a702; color: #fff;padding: 10px 10px;}
#web-sidebar{    background-color: #fff;    padding: 10px 0;  }
#web-sidebar dl dt a{font-size: 14px;    border-bottom: 1px solid #eaeaea;   display: block;line-height: 30px;}
#web-sidebar dl .dd a{    line-height: 30px;font-size: 14px;border-bottom: 1px solid #eaeaea; display:block;padding-left: 15px;}
#web-sidebar dl dt, #web-sidebar dl .dd{     padding: 0 0 0 10px;}

#web-sidebar a{ color: #333;}
#web-sidebar a:hover{ color:#f6a702}
#menu {  margin:auto; }
#menu h1 {line-height: 45px; padding:0 20px;}
#menu h1:hover{background-color: #1cbde9;}
#menu  h1 a{ display:block; font-size: 16px; font-weight:600;   border-bottom: 1px solid #3d3d3d;}
#menu  h1 a:hover{ color:#fff}
#menu h2 {line-height: 45px;     font-size:14px; padding:0 20px}
#menu h2:hover{background-color: #1cbde9;}
#menu h2 a{border-bottom: 1px solid #3d3d3d;display:block; }
#menu h2 a:hover{color:#fff}
#menu .no {display:none;}


.jia{ padding: 5px;line-height: 30px;text-align: left; font-size: 14px;}
.link-list li{  line-height:25px; border-bottom:1px dashed #ccc; padding:16px;}
.link-list li a{ display:block}
.news-content{    border-bottom: 1px dotted #dbd4cd;    overflow: hidden; font-size: 14px;}
b {font-weight: bold;}

h2.contact{ font-size:18px;    color: #1C4587;    border-bottom: 3px solid #0B67C5;display: inline-block;line-height: 35px;}
.contact-icon .fa { color:#0B67C5; font-size:18px;line-height: 37px;}
.links{ background:url(../images/07.jpg) repeat-x; line-height:80px;}
.links a{ color:#5a5a5a}

.contact-box{background:#fafafa; word-wrap: break-word; padding-bottom:40px;}
.contact-box-s{ background:#f6f6f6}
.contact-box h2{ padding:25px 0 0; }
.contact-icon p{ line-height:37px;}




/*=======================================================
                       Main Layout
=========================================================*/
img + * {

}

img + h4 {
  margin-top: 20px;
}

img + h5 {
  margin-top: 30px;
}

h5 + * {
  margin-top: 0px;
}

* + .btn {
  margin-top: 55px;
}

* + .btn-sm {
 margin-top: 25px;
}

* + .btn-lg {
  margin-top: 58px;
}

h3 + * {
    font-size: 13px;

}

h2 + p {
  margin-top: 25px;
}

.btn + * {
  margin-top: 80px;
}

* + .row {

}

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





h4 + p {
  margin-top: 15px;
}

* + .copyright {
  margin-top: 35px;
}

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

* + .inline-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  * + .inline-list {
    margin-top: 17px;
  }
}

* + .terms-list {
  margin-top: 35px;
}

dl + a {
  display: block;
  margin-top: 20px;
}

* + hr {
  margin-top: 20px;
}

hr + * {
  margin-top: 25px;
}

.inset-1 {
  padding: 28px;
}

.inset-2 {
  padding: 20px;
}
@media (min-width: 992px) {
  .inset-2 {
    padding: 0 0 0 23px;
  }
}

.inset-3 {
  padding-top: 15px;
}

.inset-4 {
  padding-top: 72px;
}

@media (min-width: 992px) {
  .inset-5 {
    padding-left: 40px;
  }
}

.inset-6 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .inset-6 {
    padding-left: 0;
    padding-right: 10px;
  }
}

* + .offset-1 {
  margin-top: 82px;
}

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

* + .offset-3 {
  margin-top: 47px;
}

.flow-offset-1 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 22px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 22px;
  }
}

.flow-offset-4 > * + * {
  margin-top: 80px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-xs-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-sm-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-md-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-4 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-4 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-4 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-4 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-4 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-4 > .col-lg-12:nth-child(n + 2) {
    margin-top: 80px;
  }
}

.row-no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center;
}

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

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

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.br-lg-visible {
  display: none;
}
@media (min-width: 1200px) {
  .br-lg-visible {
    display: block;
  }
}

hr {
  color: #1abde8;
  height: 2px;
  border: 1px solid #1abde8;
}
hr.hr-variant-1 {
  width: 118px;
}
hr.hr-variant-2 {
  width: 78px;
}
hr.xs-hidden {
  display: none;
}
@media (min-width: 580px) {
  hr.xs-hidden {
    display: block;
  }
}

.box-shadow-top {
  -webkit-box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
  box-shadow: 0 -40px 40px rgba(67, 57, 53, 0.3);
}

span.heading-6 {
  display: block;
}

.illustration {
  overflow: hidden;
}
@media (min-width: 992px) {
  .illustration img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 2051px) {
  .illustration img {
    height: auto;
    width: 100%;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brand img {
  display: inline-block;

}
.brand__name {
  font: 700 36px/1 "Josefin Sans", sans-serif;
  color: #21366c;
  display: inline-block;
  letter-spacing: 0.025em;
  margin-top: 21px;
  margin-left: 6px;
}
@media (min-width: 480px) {
  .brand__name {
    font-size: 40px;
  }
  .footright{ padding:75px 35px 45px !important}

}
.brand__slogan {
  font: 400 12px/1 Roboto, sans-serif;
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-left: 5px;
  text-align: left;
}

.caption {
  top: 50%;
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  position: absolute;
  left: 0;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  z-index: 10;
  padding: 0 30px;
}
.caption h3 {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .caption h3 {
    font-size: 30px;
  }

}
@media (min-width: 992px) {
  .caption h3 {
    font-size: 20px;
  }
}
.caption h3 .big {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .caption h3 .big {
    font-size: 50px;
  }
  .reveal-lg-block {
    display: block !important;}
  .reveal-lg-block-right {
    display: block !important;}

}
@media (min-width: 992px) {
  .caption h3 .big {
    font-size: 60px;
  }
  .reveal-lg-block {
    display: block !important;}
  .reveal-lg-block-right {
    display: block !important;}

}
@media (min-width: 1200px) {
  .caption h3 .big {
    font-size: 40px;
  }
  .reveal-lg-block {
    display: block !important;}
	  .reveal-lg-block-right {
    display: block !important;}

}
.caption h3 > .big {
  padding-bottom: 20px;
}
.caption * + .btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .caption * + .btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .caption * + .btn {
    margin-top: 105px;
  }
}

.product, .product-2 {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.product:before, .product-2:before {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(33, 54, 108, 0.5);
}
@media (min-width: 2050px) {
  .product img, .product-2 img {
    height: auto;
    width: 100%;
  }
}
.product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
  display: none;
}
@media (min-width: 480px) {
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product .product__cnt * + hr, .product .product__cnt hr + *, .product .product__cnt-2 * + hr, .product .product__cnt-2 hr + *, .product-2 .product__cnt * + hr, .product-2 .product__cnt hr + *, .product-2 .product__cnt-2 * + hr, .product-2 .product__cnt-2 hr + * {
    margin-top: 10px;
  }
}
.product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
  margin-top: 35px;
}
@media (min-width: 480px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .product .product__cnt * + .btn, .product .product__cnt-2 * + .btn, .product-2 .product__cnt * + .btn, .product-2 .product__cnt-2 * + .btn {
    margin-top: 52px;
  }
}
@media (min-width: 1200px) {
  .product .product__cnt, .product .product__cnt-2, .product-2 .product__cnt, .product-2 .product__cnt-2 {
    position: absolute;
    padding: 0 30px;
    transition: .6s;
    top: 79%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
    right: 0;
  }
  .product .product__cnt h6, .product .product__cnt hr, .product .product__cnt-2 h6, .product .product__cnt-2 hr, .product-2 .product__cnt h6, .product-2 .product__cnt hr, .product-2 .product__cnt-2 h6, .product-2 .product__cnt-2 hr {
    opacity: 0;
    transition: .5s;
  }
}
.product .product__cnt-2, .product-2 .product__cnt-2 {
  z-index: 2;
}
@media (min-width: 1200px) {
  .product .product__cnt-2, .product-2 .product__cnt-2 {
    top: 77%;
  }
}
.product .product__cnt-2 h3, .product-2 .product__cnt-2 h3 {
  color: #ffffff;
}
.product:hover .product__cnt h6, .product:hover .product__cnt hr, .product:hover .product__cnt a, .product:hover .product__cnt-2 h6, .product:hover .product__cnt-2 hr, .product:hover .product__cnt-2 a, .product-2:hover .product__cnt h6, .product-2:hover .product__cnt hr, .product-2:hover .product__cnt a, .product-2:hover .product__cnt-2 h6, .product-2:hover .product__cnt-2 hr, .product-2:hover .product__cnt-2 a {
  opacity: 1;
  transition: .5s;
}
@media (min-width: 992px) {
  .product:hover .product__cnt, .product:hover .product__cnt-2, .product-2:hover .product__cnt, .product-2:hover .product__cnt-2 {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product-2 img {
  width: 100%;
  transition: .7s;

}
.product-2:before {
  background: rgba(119, 89, 59, 0.5);
  z-index: 1;
}
.product-2:hover img {
  transform: scale(1.1);
}

.quote {
  display: block;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .quote {
    padding: 0;
  }
}
.quote img + * {
  margin-top: 47px;
}
.quote cite {
  font: 300 18px/24px Roboto, sans-serif;
}
.quote * + hr {
  margin-top: 24px;
}
.quote hr + * {
  margin-top: 29px;
}

.copyright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.015em;
}

.owl-carousel .item {
  padding-left: 20px;
  padding-right: 20px;
  color: #9f9f9f;
  max-width: 475px;

  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .owl-carousel .item {
    margin-left: 0;
    padding: 0;
  }
}
.owl-carousel .item h4 {
  color: #1abde8;
}
.owl-carousel .item * + p {
  margin-top: 17px;
}

.marked-list, .list {
  line-height: 1.2;
  color: #7c7c7c;
}

.marked-list {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .marked-list {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .marked-list + .marked-list {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .marked-list + .marked-list {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .marked-list + .marked-list {
    margin-left: 95px;
  }
}
.marked-list li {
  position: relative;
  padding-left: 15px;
  text-align: left;
}
.marked-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #21366c;
  display: inline-block;
}
.marked-list li + li {
  margin-top: 20px;
}

.terms-list * + dd {
  margin-top: 24px;
}
.terms-list dd + * {
  margin-top: 24px;
}
.terms-list + a {
  font: 700 20px/24px "Josefin Sans", sans-serif;
  color: #1abde8;
}
.terms-list + a:hover {
  color: #21366c;
}

.vertical-line, .vertical-line-variant-2, .vertical-line-variant-3 {
  position: relative;
}
.vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #1abde8;
}
@media (max-width: 992px) {
  .vertical-line:before, .vertical-line-variant-2:before, .vertical-line-variant-3:before {
    display: none;
  }
}
.vertical-line-variant-2:before {
      top: 35px;
    height: 2px;
}
.vertical-line-variant-3:before {
  left: -25px;
  height: 68px;
}

/*==================  Backgrounds  ======================*/
.bg-head{ background:#fff;    box-shadow: 0 0 10px rgba(0,0,0,.1);}
.bg-default-variant-1 {
  background-image:url(../images/04.jpg);
  background-color: rgb(34, 48, 76);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #9f9f9f;
  padding-bottom:30px;
}
.bg-white{ background:#fff;}

.bg-gray{ background-color:#f8f8f8}

.bg-default-variant-2 {
    background-color: #252525;
  color: #fff;
}


.bg-img h2, .bg-img h3, .bg-img h4, .bg-img h5, .bg-img h6 {
  color: #ffffff;
}

.bg-primary {
  background: #21366c;
  color: #ffffff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #ffffff;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.icon-sm {
  font-size: 20px;
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.icon-secondary {
  color: #2ba399;
}


/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
   color:#fff;
    background: #f6a702;
}
.btn-blue {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
   color:#fff;
-moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    background: #2BA399;
}
.btn-sm {
  padding: 14px 57px;
}
.btn-md {
  padding: 18px 34px 16px;
}
.btn-hover:hover{    background: #2BA399; color:#fff; border:1px solid #2BA399 }

@media (min-width: 1200px) {
  .btn-md {
	padding: 20px 30px;  }
}
.btn-md-variant-2 {
  padding: 17px 38px;
}
.btn-md-variant-3 {
  padding: 17px 60px;
}
.btn-md-variant-4 {
  padding: 17px 87px;
}
.btn-default {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background: #1abde8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #1abde8;
  letter-spacing: 0.05em;
  padding: 0 15px;
      text-align: center;
}
.btn-secondary:hover {
  color: #1abde8;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-1 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  background: #f60;
  border: 1px solid #f60;
  letter-spacing: 0.05em;
}
.btn-secondary-variant-1:hover {
  color: #1abde8;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-secondary-variant-2 {
  color: #1abde8;
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #1abde8;
}
.btn-secondary-variant-2:hover {
  color: #ffffff;
  background: #1abde8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================   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: 0 17px;
  border-bottom:2px solid #fff
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}


.sf-menu > li:hover{
	box-shadow: 0 -2px 6px rgba(0,0,0,.12);
	border-bottom:2px solid #f6a702;
	transition: all .3s ease-out 0s;
}
.sf-menu > li > a {
  padding:  10px 0;
  color: #000;
  text-transform: uppercase;
  font: 400 14px/65px Arial, Geneva, sans-serif;
  text-align:center
  
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f6a702;
}
.sf-menu > li.active {
  background: #1abde8;
}
.sf-menu > li.active > a {
  color: #ffffff;
}

.sf-menu ul {

  display: none;
  position: absolute;
  width: 200px;
  top: 102%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
      background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  -moz-box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
  box-shadow: 0px 0px 2px rgba(133, 133, 133, 0.35);
}
.sf-menu ul:before {

  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #21366c transparent;
}

.sf-menu ul {
  padding: 15px 0px 15px;
}
.sf-menu ul > li {
  position: relative;

}
.sf-menu ul > li > a {
  color: #000;
  font: 13px/1 Arial, Geneva, sans-ser;
     text-align: left;
    padding: 11px 20px;
}
.sf-menu ul > li.sfHover > a {
color: #000;
}
.sf-menu ul > li > a:hover{ color:#f6a702}

.sf-menu ul ul {
  padding: 25px 0px 20px;
  position: absolute;
  top: 0px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 100%;
  margin-left: 0px;
  margin-top: 0;
  z-index: 14;
}


.sf-menu ul ul > li > a {
  color: #000;

}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
      color: #2ba399;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}

@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: 200px;
  padding: 132px 0 76px;
  color: #9f9f9f;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  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(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -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: #9f9f9f;
  color: #f7f7f7;
}
.rd-mobilemenu_ul a:hover {
  background: #9f9f9f;
  color: #f7f7f7;
}
.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-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: #f7f7f7;
  color: #9f9f9f;
  -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;
  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: #9f9f9f;
  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;
  }
        .footright{ padding:75px 35px 45px !important}
h2, .heading-2{ font-size:20px}
.bg-about{    background-color: #1abed3;}
.infoimg{ display:none}
.block-wrapper {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.07);
    overflow: hidden;
    position: relative;
    bottom: 30px;
    overflow: hidden;
    z-index: 99;
}
.prolist{ text-align:left}
.news_list .item_block .item_wrapper .item_des .description {
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    width: 250px !important;
    overflow: hidden;
    transition: all .36s ease;
}
.list-inline{ text-align:left !important}
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
        .footright{ padding:75px 35px 45px !important}
h2, .heading-2{ font-size:14px}

}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;

}
.isStuck .brand img {

  vertical-align: baseline;


}
.isStuck .brand__name {
  margin-top: 5px;
}
.isStuck .nav {

}
.isStuck .sf-menu > li > a{ line-height:65px;}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #f6a702;
  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:before {
  font-size: 15px;
  line-height: 50px;
}
.toTop:active, .toTop:focus {
  background: #9f9f9f;
}
.toTop:hover {
  color: #1abde8;
  background: #ffffff;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
@media (min-width: 768px) {
  header .nav {
  }

}
@media (min-width: 992px) {
  header .nav {
  }
}
@media (min-width: 1600px) {
  header .nav {
    margin-right: -28px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: center;
  }
  header .brand {
    float: left;
	padding-top: 15px;
	    text-align: left;
  }
}



/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

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

.well-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.well-2--inset-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.well-2--inset-2 {
  padding-top: 95px;
  padding-bottom: 98px;
}

.well-2--inset-3 {
  padding-top: 85px;
  padding-bottom: 90px;
}

.well-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.well-3--inset-1 {
  padding-top: 100px;
  padding-bottom: 96px;
}

.well-4 {
  padding-top: 72px;
  padding-bottom: 79px;
}

.well-5 {
  padding-top: 218px;
  padding-bottom: 223px;
}

.well-6 {
  padding-top: 298px;
  padding-bottom: 298px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer * + p {
  margin-top: 25px;
}
footer .list {
  line-height: 36px;
  margin-top: -15px;
  width: 45%;
  display: inline-block;
}
footer .list + .list {
}
footer .contact-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
footer .contact-info dt, footer .contact-info dd {
  display: block;
}
footer dl dt, footer dl dd {
  display: inline-block;
}
footer dl .heading-5 {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
footer .tag a{ word-wrap:break-word;    padding: 5px 8px;border: 1px solid #ccc;background-color: #21366C;display: inline-block;line-height: 20px; color:#fff; margin-right:2px;}
footer .tag a:hover{ background:none; color:#21366C}
@media (min-width: 992px) {
  footer dl .heading-5 {
    font-size: 26px;
  }
}
footer dl .big {
  color: #21366c;
  font-size: 24px;
  letter-spacing: 0.025em;
}
footer dl .big a:hover {
  color: #1abde8;
}
footer dl * + .big {
  margin-top: 23px;
}
footer .inline-list {
  word-spacing: 6px;
}
@media (min-width: 992px) {
  footer .inline-list {
    margin-left: -14px;
  }
}
.inline-list li {
  display: inline-block;
}
.pagination{ margin:50px auto; display:flex; justify-content:center;clear:both;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0;}
.pagination li a{ color:#f6a702; padding:6px 10px; background-color:#fff; border-left:1px solid #f6a702; border-top:1px solid #f6a702; border-bottom:1px solid #f6a702;}
.pagination li:first-child a{  border-top-left-radius:6px; border-bottom-left-radius:6px;}
.pagination li:last-child a{ border-right:1px solid #f6a702;  border-top-right-radius:6px; border-bottom-right-radius:6px;}
.pagination li a:hover{ color:#fff; background-color:#f6a702; box-shadow:0 4px 4px 0 #ccc;}
.pagination .currPage{ background: #333333 ;color: #fff; box-shadow:0 8px 12px 0 #ccc;}