@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:before {
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;
  background: rgba(0, 0, 0, 0.5);
}
.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 Roboto, sans-serif;
  color: #333333;
  -webkit-text-size-adjust: none;
}

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: #4baf4f;}
.box_cnt__no-flow p{ margin-top:0px}
.form {
    padding-left: 20px !important;
    width: 30%;
}
.zebra td, .zebra th {
    padding: 2px;
    border-bottom: 1px solid #f2f2f2;    
	line-height: 35px;
}

.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: 22px;
  }
}
@media (min-width: 1600px) {
  h3, .heading-3 {
    font-size: 22px;
  }
}
@media (min-width: 1760px) {
  h3, .heading-3 {
    font-size: 22px;
  }
}

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

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: #d9d300 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d9d300 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #d9d300 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #d9d300 1px solid; BACKGROUND-COLOR: #d9d300
}
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
}

header .nav{ background:#4E79E1}
.service .servicebox{ padding:25px}
.service .col-md-4:nth-child(2n+1) .servicebox{ background:#f6f6f6; color:#111111}
.service .col-md-4:nth-child(3n+2) .servicebox{background: #4D79E0; color:#fff}
.service .col-md-4:nth-child(2n+1) p { color:#545454}
.service .col-md-4:nth-child(3n+2) p{ color:#7DA3FD}

<!--jQuery鼠标悬停内容动画切换效果-->
.servicesBox { line-height:18px; color:#999999; font-size:12px;}
.servicesBox .serBox { cursor:pointer; border:1px solid #fff; width:198px; height:250px; overflow:hidden; background-color:#f8f8f8; position:relative; margin:0 auto}
.servicesBox .serBoxOn { display:none; width:320px; height:270px; background:#fff; position:absolute; left:0px; top:0px; z-index:19;}
.servicesBox .serBox .pic1 {  text-align:center; position:absolute; top:22px; right:53px; z-index:99;}
.servicesBox .serBox .pic2 { text-align:center; position:absolute; top:22px; left:-110px; z-index:99;}
.servicesBox .serBox .txt1 { width:198px; height:100px; position:absolute; top:145px; left:0px; z-index:99;}
.servicesBox .serBox .txt2 { width:198px; height:100px;  position:absolute; top:145px; right:-240px; z-index:99;}
.servicesBox .serBox span.tit { font-size:16px; display:block; text-align:center;}
.servicesBox .serBox .txt1 .tit { color:#000000; line-height:30px;}
.servicesBox .serBox .txt2 .tit { color:#000000;}
.servicesBox .serBox p{ padding:0 10px; text-align:center;}

.text-blue{ color: #0B67C5;}
.text-dark{ color: #111;}
.text-white{ color: #fff;}
.bg-blue{ background:#376BCB}
.bg-yellow{ background:#FA9C41}
.bg-gray{ background:#f6f6f6}
.offerst-bottom-0{ padding-bottom:0 !important}
.offerst-top-0{ padding-top:0 !important}

h1.proname{ font-size:16px;line-height: 25px;color:#21366c; padding:15px 0 10px}
h2:after{ content:''; width:20px; height:3px; background:#1BB384; margin:0 auto; display:block; margin-top:30px}
h2.rd-mobilepanel_title:after{ display:none}
h3.footh3{font-size:22px;line-height: 25px; text-transform:uppercase; padding:75px 0 0 0}
h3.footh3:after{ content:''; width:40px; height:3px; background:#2D3B58; margin:0 auto; display:block; margin-top:30px}
.footright h3.footh3{ padding-top:0}
.footright h3.footh3:after{ content:''; width:40px; height:3px; background:#2D3B58;  display:block; margin-top:30px;margin-left: 0;}


/* marqueeleft */
.marqueeleft{overflow:hidden; padding:0 15px}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 10px;display:inline;width:238px;overflow:hidden;}
.marqueeleft li .pic{display:block;overflow:hidden;}
.marqueeleft li .txt{text-align:center;line-height:50px;color: #5a5a5a;}
.marqueeleft li .txt:hover{ color:#fff}

/*左侧背景齐平右侧内容*/
.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{background-color: #F9F9F9;}
.index_about{ padding:50px;}
.index_about h3:after{ content:''; width:40px; height:3px; background:#1BB384; display:block; margin-top:20px}

.section-image-aside-img-right { left: 100%;}
.section-image-aside-img-right { position: absolute;top: 0;bottom: 0;width: 29vw;-webkit-background-size: cover;background-size: cover;}
.veil-right { display: none !important;}

.index-info ul li{ overflow:hidden; background:#fff;padding: 15px 0;      margin-bottom: 10px;  color: #fff;}
.index-info ul li:last-child{ margin-bottom:0}
h1.infotitle{     font-size: 16px;color: #111;line-height:25px;}
h1.infotitle a:hover{    color: #0064D4;}
h1.info-title{    font-size: 20px;color: #5A5A5A;    font-weight: normal;}
.info_more{    position: absolute;background: #376bcb;bottom: 0;width: 100%;line-height: 35px;-moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.info_more a{display:block;}
.info_more:hover{ background:#fa9c41;-moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.info_more a:hover{ color:#fff}
.info_box{position:absolute;bottom:40%; left:20%; padding:35px 0;width: 60%;opacity: 0.9;background-color: rgb(27, 41, 71);filter: alpha(opacity=90);-moz-opacity: 0.9;-khtml-opacity: 0.9;-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;}

.bg-foot{ background:url(../images/dbj1.jpg); -webkit-background-size: cover;background-size: cover;}
.foot_tel{ font-size: 40px;color: rgb(255, 255, 255);line-height: 45px;}
.foot-btn{ background:#2D3B59;  border:none !important}
.foot-btn:hover{ background:#fff; color:#2D3B58}
.footright{ padding:75px 85px 45px}
.list-inline>li {display: inline-block; font-size: 18px;padding-left: 12px;}

.bg-head{ background:url(../images/gy.jpg);-webkit-background-size: cover;background-size: cover; padding-top:300px}
.page_head{ background:#fff; padding:30px 30px 15px;}
.page_head h3{ line-height:40px}
.page_head p{ font-family:calibri; color:#999}
.bg-line{ background:url(../images/SBJ.jpg) repeat-x top}
.page-padding{ padding:0 30px 50px}
.tab-list{ background:#F6F6F6}
.tab-list li { display:inline-block; border-right:1px solid #fff}
.tab-list li a{ line-height:50px; padding:0 25px; display:block;background:#F6F6F6; color:#666666 }
.tab-list li a:hover{ background:#4D79E0; color:#fff}
.tab-list li a.active{background:#4D79E0; color:#fff}

.contact_text{ position:absolute; bottom:0; background-color: rgb(44, 57, 88);filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;color: #fff;padding: 30px;}


.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-position:50% 50%}
.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}
.search-box{ padding:14px 0; background:url(../images/01.jpg) repeat-x}
.tags a{ color:#fff;word-wrap:break-word;background: #1267C4; padding:8px 12px;}
.tags{ line-height:37px}
.searchimage{ line-height:34px; background-color:#1c4587; border:none;color: #fff;}
.searchimage:hover{ background-color:#CC0000}
.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;}
.text-white{ color:#fff}
.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;    border: 1px solid #EEEEEE;    padding: 15px;background: #fff;}
.thumbnail:hover{    border: 1px solid #FF6600;}

.widget-item h4{    background-color: #00AFDF; color: #fff;padding: 40px 10px;}
#web-sidebar{    background-color: #1e1e1e;    padding: 20px 0;}
#web-sidebar dl dt a{font-size: 16px;font-weight: 600;border-bottom: 1px solid #3d3d3d;    display: block;line-height: 45px;}
#web-sidebar dl .dd a{    line-height: 45px;font-size: 14px;border-bottom: 1px solid #3d3d3d; display:block;padding-left: 15px;}
#web-sidebar dl dt, #web-sidebar dl .dd{ padding:0 20px}
#web-sidebar dl dt:hover, #web-sidebar dl .dd:hover{    background-color: #1cbde9;}
#web-sidebar a{ color: #aaaaaa;font-family: "Josefin Sans", sans-serif;}
#web-sidebar a:hover{ color:#fff}
#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;}
.right-sidebar{ }

.jia{ padding:5px; line-height:25px;}
.link-list li{  line-height:25px; border-bottom:1px dashed #ccc; padding:16px;}
.link-list li a{ display:block}
.head-top{overflow: hidden;background-color: #1E1E1E;line-height: 40px; color:#fff}
.news-content{    border-bottom: 1px dotted #dbd4cd;    overflow: hidden;}
.datebg{    background: #376bcb;display: inline-block;padding: 7px 5px;color: #fff;}
.datebg1{background: #4E79E1;display: inline-block;padding: 10px 5px;color: #fff; text-align:center}
.inner-title{font-size: 22px;color: #000000; line-height:45px;}
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{    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    word-wrap: break-word;
    /* padding: 0px; */
    border: 1px solid #E6E6E6;}
.contact-box h2{ padding:25px 0; border-bottom:1px solid #e6e6e6}
.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 + * {

}

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

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

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

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

* + .row-no-gutter {
  margin-top: 85px;
}



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

@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;
      margin-top: 15px;
}
.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-top: 35px;
  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-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;color: #787878;}

.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: #0B67C5;
}


/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  border: 1px solid #7D89A0;
  color: #A9B2C4;
  border-radius: 25px;
}
.btn-sm {
  padding: 14px 57px;
}
.btn-md {
  padding: 18px 34px 16px;
}
.btn-hover:hover{    background: #4D79E0; color:#fff; border:1px solid #4d79e0}

@media (min-width: 1200px) {
  .btn-md {
    padding: 12px 42px 8px;
  }
}
.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;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li {
  display: inline-block;
}
.sf-menu > li > a {
  padding: 0px 25px;
  color: #fff;
  
  font: 700 16px/95px "Josefin Sans", sans-serif;
  letter-spacing: .6px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffffff;
  background: #FA9C41;
}
.sf-menu > li.active {
  background: #1abde8;
}
.sf-menu > li.active > a {
  color: #ffffff;
}

.sf-menu ul {

  display: none;
  position: absolute;
  width: 200px;
  top: 106%;
  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: #4E79E1;
  -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 {
  content: '';
  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: #f7f7f7;
  font: 700 14px/1 "Josefin Sans", sans-serif;
  
     text-align: left;
    padding: 11px 20px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
color: #21366c;
}

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


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

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

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

}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
        .footright{ padding:75px 35px 45px !important}

}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(33, 54, 108, 0.2);
}
.isStuck .brand img {
  height: auto;
  vertical-align: baseline;
  height:42px;

}
.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: #1abde8;
  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 {
    float: right;
  }
}
@media (min-width: 1600px) {
  header .nav {
    margin-right: -28px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: center;
  }
  header .brand {
    float: 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:30px auto 0; display:flex; justify-content:center;clear:both;}
.pagination ul{ list-style:none;}
.pagination li{ float:left; margin:0 0 0 -1px;}
.pagination li a{ color:#0095e5; padding:6px 10px; background-color:#fff; border:1px solid #0095e5;}
.pagination li:first-child a{  border-top-left-radius:6px; border-bottom-left-radius:6px;}
.pagination li:last-child a{  border-top-right-radius:6px; border-bottom-right-radius:6px;}
.pagination li a:hover{ color:#fff; background-color:#0095e5; box-shadow:0 4px 4px 0 #ccc;}
.pagination .currPage{ background: #FA9C41 ;color: #fff; box-shadow:0 8px 12px 0 #ccc;}