:root {
    --thm-font:"Microsoft Yahei","Helvetica Neue",Helvetica,Tahoma,sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray:#333;
    --thm-gray-rgb: 115, 115, 115;
    --thm-primary:#9d9482;
    --thm-primary-rgb: 157, 148, 130;
    --thm-black:#000000;
    --thm-black-rgb: 0, 0, 0;
}

@media (max-width: 1441px) {
    	}



::placeholder {
    color: inherit;
    opacity: 1;
}


::placeholder {
    color: inherit;
    opacity: 1;
}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 15px;
	margin:0 auto;
}

.sigma_header-controls.style-2.tertiary-bg{
  background-color:#15274d;
  position:absolute;
  top: 0;
  bottom: 0;
  right:0px;
  display: flex;
  align-items:center;
  cursor:pointer;
  z-index:11;
}
.sigma_header-controls.style-2{
  padding: 0 34px;
  background-color: #1c1c1c;
}
.sigma_header-controls {
    display:flex;
    align-items:center;
    position:absolute;
    right:10%;
    top:25px;
	z-index:9;
}
.sigma_header-controls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.sigma_header-controls ul>li {
    margin-top: 0;
}

.sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.aside-toggler.style-2.desktop-toggler{
  display: grid;
}
.aside-toggler.style-2 span{
  width: 8px;
  height: 8px;
  margin: 0;
}
.aside-toggler.style-2 span:nth-child(2){
  grid-row: 1;
  grid-column: 2;
}
.aside-toggler.style-2 span:nth-child(3){
  grid-row: 1;
  grid-column: 3;
}
.aside-toggler.style-2 span:nth-child(4){
  grid-row: 3;
  grid-column: 1;
}
.aside-toggler.style-2 span:nth-child(5){
  grid-row: 3;
  grid-column: 3;
}
.aside-toggler.style-2 span:nth-child(6){
  grid-row: 3;
  grid-column: 1;
}
.aside-toggler.style-2 span:nth-child(7){
  grid-row: 3;
  grid-column: 2;
}
.aside-toggler.style-2 span:nth-child(8){
  grid-row: 2;
  grid-column: 3;
}

.aside-toggler.style-2:hover span:nth-child(2),
.aside-toggler.style-2:hover span:nth-child(7),
.aside-toggler.style-2:hover span:nth-child(9),
.aside-toggler.style-2:hover span:nth-child(8){
  opacity: .4;
}
.sigma_header-controls.style-2 .aside-toggler.style-2,
.aside-toggler.style-2{
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 4px;
}
.aside-toggler.style-2 span{
  width: 8px;
  height: 8px;
  margin: 0;
}

.aside-toggler.style-2:hover span{
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  transition: .5s cubic-bezier(.77,0,.175,1);
  overflow: auto;
}

.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left {
    display: none;
}

.sigma_aside.sigma_aside-right {
    left: auto;
    right: -400px;
    padding: 30px;
    width: 400px;
}

.sigma_aside.sigma_aside-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    background-position: 0 130%;
    background-repeat: no-repeat;

}

.sigma_aside.sigma_aside-right .sidebar {
    display: none;
}

.sigma_aside.open {
    left: 0;
}

.sigma_aside.sigma_aside-right.open {
    left: auto;
    right: 0;
}

.sigma_aside.open+.sigma_aside-overlay {
    opacity: 1;
    visibility: visible;
}

.sigma_aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, .7);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.sigma_aside ul {
    margin: 0;
}

.sigma_aside ul .menu-item {
    margin: 0;
}

.sigma_aside ul .menu-item a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.aside-toggler.desktop-toggler span {
    background-color: #fff;
}

.sigma_header-middle .navbar{
  align-items: unset;
}

.sigma_header-controls .sigma_btn-custom{
  margin-left: 30px;
}

.header-2 .sigma_header-middle .navbar-nav{
  margin-left: 50px;
  margin-right: auto;
}
.header-2 .sigma_header-middle .sigma_header-button{
  margin-right: 50px;
  margin-left: auto;
}

.sigma_header-contact{
  display: flex;
  align-items: center;
}
.sigma_header-contact i{
  font-size: 24px;
  width: 50px;
  height: 50px;
  background-color:#d6a77b;
  border: 3px solid #fff;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  box-shadow: 0 3px 24px rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sigma_header-contact span{
  font-size: 12px;
  color:#777;
  text-transform: uppercase;
  font-weight: 600;
}


.sigma_banner-sm{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width:100px;
  z-index:333; 
}

/*------------------------
  Helper css
--------------------------*/
.sp-title {
	font-size:32px;
	margin-bottom: 40px;
	font-weight:bold;
	line-height:50px;
}

.sp-title span {
	background:#c22b34;
	padding:10px 20px;
	color:#fff;
	display: inline-block;
	margin-left:10px;
}


.pt120 {
	padding-top: 120px;
}

.pb120 {
	padding-bottom: 120px;
}

.pt150 {
	padding-top: 150px;
}

.pb150 {
	padding-bottom: 150px;
}


.pt80 {
	padding-top:80px;
}

.pb80 {
	padding-bottom:80px;
}




.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.spad {
	padding: 100px 0;
}



.set-bg {
	background-size: cover;
	background-repeat: no-repeat;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.site-btn {
	display: inline-block;
	border: 4px solid;
	min-width:160px;
	text-align: center;
	padding:6px 0;
	position: relative;
	background-color: transparent;
	margin-right:15px;
	z-index: 1;
	letter-spacing:1px;
	webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-size:16px;
}

.site-btn:hover.sb-dark{background:#15274d; color:#fff;  }

.site-btn:hover.site-btn.sb-dark:after{
	background:#fff;
}

.site-btn:hover.site-btn.sb-dark:before {
	background:#fff;
}


.site-btn.sb-dark {
	color:#15274d;
}
.site-btn:before {
	bottom: 18px;
}
.site-btn:after {
	bottom: 8px;
}
.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 4px;
	right: -15px;
}
.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background:#15274d;
}

.daohang{margin:50px auto; height:50px; width:90%;}
.daohang li{line-height:50px; text-align:center; padding:0 10px;}
.daohang li a{color:#333; font-size:15px; display:block; background:#eee; transition: all 500ms ease;}
.daohang li:hover a{background:#2c4b7a; color:#fff; }
.daohang .active{background:#2c4b7a; color:#fff; }
.xian{border-bottom:1px solid #e5e5e5; width:100%; overflow: hidden;}
.xian_gao{border-bottom:1px solid #e5e5e5; width:100%; margin:10px auto; overflow: hidden;}

/***

==================================================================
		Services Section 
==================================================================

***/
.news-one-img .iconfont{font-size:28px; font-weight:bold; border-radius:50%; background:#15274d; padding:25px; opacity:0.9;}
.services-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.services-section:before {
    position: absolute;
    content: '';
    background:#15274d;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    opacity:.96;
}

.services-section .wrapper-box {
	position: relative;
	z-index: 5;
}

.imghvr-blocks-rotate-in-left {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-blocks-rotate-in-left .hover-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imghvr-blocks-rotate-in-left:before, 
.imghvr-blocks-rotate-in-left:after, 
.imghvr-blocks-rotate-in-left .hover-anim:before, 
.imghvr-blocks-rotate-in-left .hover-anim:after{
    background-color:#c22b34;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.65s ease;
    opacity: 0;
}

.imghvr-blocks-rotate-in-left:before {
  top: 0;
  right: 0;
}
 
.imghvr-blocks-rotate-in-left:after {
  bottom: 0;
  left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
  top: 0;
  left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
  bottom: 0;
  right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before, 
.imghvr-blocks-rotate-in-left:hover:after, 
.imghvr-blocks-rotate-in-left:hover .hover-anim:before, 
.imghvr-blocks-rotate-in-left:hover .hover-anim:after{
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}


/* imghvr-blocks-rotate-in-left
   ----------------------------- */
.imghvr-blocks-rotate-in-left:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}


.service-block-one .inner-box {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 60px 30px 60px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: -120px;
	display: block;
}

.service-block-one .inner-box .content-box {
	position: relative;
	z-index: 5;
}

.service-block-one .icon-box span{
	font-size:80px;
}

.service-block-one .icon-box {
	font-size: 60px;
	color:#333;
	margin-bottom: 30px;
	line-height: 60px;
	transition: all .5s ease;
}

.service-block-one h3 {
	font-size:20px;
	margin-bottom: 21px;
	transition: all .5s ease;
	font-weight:bold;
}

.service-block-one .text {
	margin-bottom: 35px;
	line-height: 1.8em;
	transition: all .5s ease;
}

.service-block-one .inner-box:hover .icon-box {
    color:#fff;
}

.service-block-one .inner-box:hover h3 {
    color:#fff;
}

.service-block-one .inner-box:hover .text {
    color:#fff;
}

.service-block-one .inner-box:hover .theme-btn {
    border-color: #fff;
}
.section-guanggao{margin:0px auto;}


.service-three {
    padding:50px 0 65px;
    position: relative;
    z-index: 9;
}

.service-three__single {
    margin-bottom: 115px;
}

.service-three__single:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.service-three__single:nth-child(odd) .service-three__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service-three__single:nth-child(odd) .service-three__content {
    text-align: right;
}

.service-three__single:nth-child(odd) .service-three__title:before {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(30%);
    transform: translateY(-50%) translateX(30%);
}

.service-three__single:nth-child(odd) .service-three__image:before {
    left: auto;
    right: -55px;
}

.service-three__image {
    position: relative;
}

.service-three__image>img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition: transform .4s ease;
}

.service-three__single:hover .service-three__image>img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.service-three__image:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -55px;
    width: 405px;
    height: 345px;
    background-image: url(../images/dot-pattern-1-1-op19.png);
    background-repeat: repeat;
    background-position: -4px 0;
}

.service-three__image>img {
    max-width: 100%;
    position: relative;
}

.service-three__title {
    font-size: 30px;
    margin: 0;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.service-three__title:before {
    content: '';
    position: absolute;
    top:50%;
    right: 100%;
    -webkit-transform: translateY(-50%) translateX(-30%);
    transform: translateY(-50%) translateX(-30%);
    width:60px;
    height: 2px;
    background-color:#15274d;
}

.service-three__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-three__title a:hover {
    color:#15274d;
}

.service-three__text {
    margin: 0;
    color: #333;
    font-size:16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.service-three__btn {
    padding: 11px 30.5px;
    font-size: 14px;
    color: #333;
    border: 1px solid #15274d;
    background-color: transparent;
}

.service-three__btn:hover {
    background-color: #15274d;
    color: #fff;
}

.service-post-filter-one {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

.service-post-filter-one__list+.service-post-filter-one__list {
    margin-left: 25px;
}

.service-post-filter-one__link {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-post-filter-one__link:hover {
    color: #8fd258;
}

.active .service-post-filter-one__link {
    color: #8fd258;
}

.block-title {
    margin-bottom:30px;
}

.block-title__tag-line {
    font-size: 16px;
    color: #848484;
    margin: 0;
    margin-bottom:0px;
}

.block-title__tag-line-has-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-title__tag-line-has-line:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #8fd258;
    margin-right: 10px;
}

.block-title__tag-line-has-line-reversed:before {
    display: none;
}

.block-title__tag-line-has-line-reversed:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #8fd258;
    margin-left: 10px;
}

.block-title__title {
    color: #333;
    font-weight: 600;
    font-size:32px;
    line-height:40px;
    margin: 0;
}

.block-title__title+.block-title__line {
    margin-top:0px;
}

.block-title__line {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color:#15274d;
}

.yuan img{border-radius:20px;}
.yuan{border-radius:20px;}



.my-map { margin: 0 auto; width:100%; height:450px; border:1px solid #ddd; padding:10px; background:#f2f2f2; }
.my-map .icon { background:url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%; font-size:14px; line-height:30px;}
.myinfowindow{width: 240px;min-height: 50px; line-height:30px;}
.myinfowindow h5{ height: 20px; line-height:30px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height:30px; font-size: 13px; color: #6f6f6f; }

.lianxi h3{font-size:24px; font-weight:bold; color:#333; line-height:40px; padding-bottom:20px;}
.lianxi h3:before{
	position: absolute;
	left: 0;
	bottom:12px;
	height:3px;
	width:50px;
	background-color:#d62336;
	content: "";
	z-index: 1;
}
.lianxi p{color:#333; line-height:30px; font-size:16px;}

/*** 

====================================================================
		Services Section
====================================================================

***/

.services-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 60px;
}

.services-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #03274a;
	opacity: 0.90;
	content: "";
}

.services-section .row{
	margin: 0 -5px;
}

.services-section .row .service-block,
.services-section .row .column{
	padding: 0 5px;
}

.services-section .column{
	margin-bottom: 50px;
}

.services-section .image-box{
	position: relative;
}

.services-section .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.services-section .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
}

.service-block{
	position: relative;
	margin-bottom:20px;
}

.service-block .inner-box{
	position: relative;
	padding: 40px 40px;
	text-align: center;
	background-color:#15274d;
	min-height:210px;
	vertical-align: middle;
	overflow: hidden;
}

.service-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.service-block .icon-box .icon{
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #fff;
}

.service-block h3{
	position:relative;
	display:block;
	font-size:24px;
	line-height:25px;
	color:#fff;
	font-weight:500;
}

.service-block .content-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color:#fff;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transform-origin: center;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.service-block .inner-box:hover .content-box{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius:20px;
}

.service-block .content-box:before{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .content-box .inner{
	position: absolute;
	padding: 0 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-block .content-box .text{
	position: relative;
	display: block;
	font-size:16px;
	line-height:30px;
	color:#333;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.service-block .content-box .read-more{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #49c7ed;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .content-box .read-more i{
	margin-left: 7px;
}



/*  Who we are
------------------*/
.who-we-are {
  margin:40px auto;
}

.who-we-are .content h1 {
  font-size: 52px;
  font-family: 'RalewayBold';
  margin-bottom: 42px;
  color: #ff9800;
  text-transform: uppercase;
}
.who-we-are .content h1 span {
  font-family: 'RalewayRegular';
  color: #212121;
}
.who-we-are .content p {
  margin-bottom:10px;
  padding-bottom:10px; 
  font-size:14px;
  color:#999;
  line-height:26px;
  border-bottom:#ddd 1px solid;
}


.content h3>a{
  color:#333;
  font-size:22px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  line-height:40px;
  text-decoration:underline;
}
.content h3>a:hover {
    color:#297dd3; 
	text-decoration:none;
}

.content ul{margin-bottom:20px;}
.content li{font-size:17px; line-height:40px; color:#333; text-indent: 25px; position: relative; border-bottom:1px dashed #ddd;}
.content li a{color:#333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;}
.content li a:hover{text-decoration:underline; color:#297dd3;}

.content li span{
    font-size:20px;
    color:#297dd3;
    font-weight:500;
    position:absolute;
    transition: 0.3s;
    left:-25px;
  }

/***

==================================================================
		History Section
==================================================================

***/

.history-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.history-section:before {
	position: absolute;
	content: '';
	background:#15274d;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:.98;
}

.history-section .auto-container {
	max-width:1400px;
}


.history-block {
	position: relative;
}

.history-block:nth-child(odd) .inner-box {
	transform: translateX(50%);
}

.history-block .inner-box {
	position: relative;
}

.history-block .date {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.history-block .content {
	position: relative;
}

.history-block .content .image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease;
}

.history-block .inner-box:hover .content .image {
	opacity: 1;
}

.history-block .content .text {
	color: #fff;
	transition: all .5s ease;
}

.history-block .inner-box:hover .content .text {
	opacity:0;
}


.timeline--horizontal .timeline-divider {
    background:#17305d!important;
    height:1px!important;
}

.timeline--horizontal .timeline__item:after {
    left:0;
    transform: translate(0,-50%);
    border: 0px;
    border-radius: 0;
    background: #f57f4b;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.timeline__content {
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid #3c3e49;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.timeline__item--bottom .timeline__content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.timeline--horizontal .timeline__item .timeline__content:before {
    display: none;
}

.timeline--horizontal .timeline__item .timeline__content:after {
    display: none;
}

.timeline__content .date {
	color: #fff;
	font-size:18px;
	margin-bottom:15px;
	line-height:1em;
}

.timeline__content .content {
	position: relative;
}

.timeline__content .content .image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease;
}

.timeline__content:hover .content .image {
	opacity: 1;
}

.timeline__content .content .text {
	color: #fff;
	transition: all .5s ease;
	font-size:14px;
	line-height:26px;
}

.timeline__content:hover .content .text {
	color:#f57f4b;
}

.timeline-nav-button {
	background-color:transparent!important;
}




.who-we-are .all.owl-theme .owl-controls {
  bottom:15px;
  right:20px;
  position: absolute;
  z-index:1;
}

.single span{
  line-height:45px; 
  display:block; 
  background:rgba(27, 110, 204, 0.9);
  position:absolute; 
  z-index:2; 
  width:100%; 
  height:45px; 
  color:#fff; 
  bottom:0px; 
  text-indent:20px; 
  font-size:15px; 
  font-weight:normal; 
  letter-spacing:1px;}

.who-we-are .all.owl-theme .owl-controls .owl-page span {
  background: transparent;
  border-radius: 20px;
  display: block;
  height: 10px;
  margin: 3px;
  opacity: 1;
  width: 10px;
  background:rgba(255,255,255, 0.7);
}
.who-we-are .all.owl-theme .owl-controls .owl-page.active span {
  background: none repeat scroll 0 0 #30d2d7;
  width:20px; height:10px; border-radius: 20px;
}

