/*
  Theme Name: Triangle
  Theme Uri: http://www.jq22.com
  Author: Themeum
  Author Uri: http://www.jq22.com
  Description: Creative Site Template
  Version: 1.1
  */

  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');

  
  
  * {
	  
	  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,sans-serif;
	  box-sizing: border-box;
	 
	  
  }
  
  body{
	  
	   -ms-touch-action:pan-y;
	   touch-action: pan-y;
	  
	  
  }
  
  
  
  
  
  body {
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    color: #696969;
    font-weight: 500;
  }

  html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }


  a{
    color: #696969;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#30558b;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
	text-decoration:none;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  /*會影響公告事項內文list符號顯示
  ul {
    list-style: none;
  }
  */
  
  ul.sitemap_menu{
	  
	list-style-type: square;
  }
  
  ul.sitemap_menu li{
	  
	margin:5px 0px;
  }
  

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
	color: #686868;
  }
  
  html:lang(en) h2{
	
  font-size: 20px;
	
}
  

  h1{
    color: #686868;
  }

  h2{
    font-size: 24px;
    color: #686868;
  }

  h3{
    font-size: 18px;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-weight: bold;
    padding: 10px 25px;
  }
  
  .btn-common:focus{
	  
    color: #0099ae;
    border: 1px solid #0099ae;
    font-weight: bold;
    padding: 10px 25px;  
	  
  }
  
  
 
  
  
  
  .btn-about {
	  
	font-size: 14px;
    color: rgba(255,255,255,0.8);
    border: 1.5px solid rgba(255,255,255,0.8);
    font-weight: bold;
    padding: 10px 25px; 
	margin-top: 20px;  	  
  }
  
  .btn.btn-about:hover{
	  
	  
	color: #f3db28;
	border-color: #f3db28;
	  
  }
  
  
  ul.col-sm-12.about_ul_mp {
    padding: 0px;
    margin-left: -13px;
	margin-top:30px;
	list-style:none;
}
  ul.col-sm-12.about_ul_mp li {
    margin-bottom: 14px;
}

.about_border {
    background-color: #8c8c8c;
	border-radius:2px;
    color: #FFF;
	text-align: center;
}

.dimg {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid #ededed;
}

 
  
  

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 40px;
	padding-bottom: 70px;
	min-height: calc(70vh - 65px);
  }

  .padding-right{
    padding-right: 80px;
  }

  .padding-left{
    padding-left: 80px;
  }

  .margin-bottom{
    margin-bottom: 35px;
  }

    .carousel-indicators.visible-xs {
      height: 20px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: -5px;
      /* width: 50px; */
      right: 0;
      left: auto;
      width: auto;
    }

  .carousel-indicators.visible-xs li {
    border-color: #777892;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators.visible-xs li.active {
    background: rgba(187, 179, 201, 0.7);
  }


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  padding: 15px 0 0 0;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 5px 17px 15px -20px rgba(0,0,0,0.2);
}

#header .navbar-inverse .container{
  position: relative;
}

.search{
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
}

.search i{
  color: #1472c1;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

.search-form{
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #00aeef;
  margin-top: -2px;
  border-radius: 4px;
  background: rgba(255,255,255,0.95);
}

.social-icons ul li{
  padding: 0 6px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 15px;
  color: #9c9c9c;
  padding: 0;
}


.social-icons ul li a:hover{
  color:#00aeef;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
  background: transparent;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-header{
	
	width: 30%;
	min-width: 200px;
	
}



#header .navbar-brand{
  padding: 0;
  margin-left: 0;

}

#header .navbar-brand #logoimg{
	width: 100%;
	
}


#header .navbar-brand #logoimg img{
	
	width: 120% !important;
  max-width: 120% !important;
	margin: -18px 0px;
	
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 20px;
}



#header .navbar-inverse .navbar-nav  li.active > a, #header .navbar-nav.navbar-right >li a:hover {
    border-bottom: 3px solid #1472c1;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   background-color: rgba(255, 255, 255,0);
}


#header .navbar-nav.navbar-right >li a {
  color: #4e4e4e;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 3px;
}


html:lang(en) #header .navbar-nav.navbar-right >li a{
	
  font-size: 14px;
  padding: 5px 5px;

	
}


#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #00aeef;
}


#header ul.sub-menu li{
	
  border-bottom: 1px solid rgba(255,255,255,0.2);
  
	
}


#header ul.sub-menu li:last-child{
	
  border-bottom: 0px;
  
	
}



#header .collapse.navbar-collapse{
	
	width: 70%;
	float: right;
	
}


.nav.navbar-nav.navbar-right .active{

	
	border-bottom: 3px solid #1472c1;
	
}


/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #00aeef;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #00aeef;
  color: #fff;
  border-bottom: 0px solid #00aeef;
}

#header .navbar-nav>li>.dropdown-menu{
	
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
}




.fa-angle-down{
  padding-left: 5px; 
  display:none;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Footer******
**************************/

#footer {
  padding: 25px 0;
  background-color: #b3cae4;
  
}


#footer a:hover {
    color: #8e8e8e;
}



#index #footer{
	
  background-color: transparent;
	
}


#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}

#message {
  height: 110px;
  resize: none;
}

.bottom > h2 {
  margin-top: 0;
  margin-bottom: 26px;
}

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px;
}

.bottom .media-body h3 a{
  color: #ea2c00;
}

.testimonial .media{
  margin-top: 0;
  margin-bottom: 25px;
}

.testimonial .media>.pull-left{
  margin-right: 25px;
}

.testimonial .media>.pull-left img{
  margin-top: 6px;
}

.testimonial .media .media-body blockquote{
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
}

.testimonial .media .media-body blockquote:before{
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 40px;
  color: #eaaf00;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
  line-height: 0;
}

.testimonial .media .media-body blockquote:after{
  position: absolute;
  right: 30px;
  bottom: -18px;
  content: '"';
  font-size: 40px;
  color: #eaaf00;
  line-height: 0;
}



.bottom > address {
  line-height: 22px;
  margin-bottom: 40px;
}

.form-control {
  border: 1px solid #eaeaea;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
}

.form-control:hover, 
.form-control:focus{
  border-color: #4fcccd;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  width: 100%;
  background-color: #4fcccd;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #2f9697;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus{
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}


#footer-02{
	
	background-color: #4e4e4e;
	
	
}

.copyright-text{
  color: #fff;
  font-size: 14px;  
  padding: 20px 0px;
}

.copyright-text a {
  color: #3e848a
}

.copyright-text p {
  margin-bottom: 0;
}

/*************************
*******Home Page******
**************************/
#home-slider {

  background-color: #005198;
  background-image: linear-gradient(21deg, #005198 0%, #2995eb 100%);
  position: relative;
  height: auto;

}

#home-slider .home-slider-hidden{
	
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  
}

.home-slider-light1 {
  background-image: linear-gradient(90deg, rgba(16, 145, 255, 0.83) 12%, rgba(32, 152, 255, 0.44) 80%, rgba(0, 139, 239, 0.52) 100%);
  height: 100em;
  left: -6em;
  position: absolute;
  top: 3.5em;
  -webkit-transform: scale(0.8) scaleZ(1) rotateZ(60deg) rotateX(-180deg);
  transform: scale(0.8) scaleZ(1) rotateZ(60deg) rotateX(-180deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 14em;
}

.home-slider-light2{
  background-image: linear-gradient(108deg, rgba(16, 145, 255, 0.83) 0%, rgba(32, 152, 255, 0.04) 41%, rgba(0, 139, 239, 0) 100%);
  height: 25em;
  position: absolute;
  -webkit-transform: scale(1) scaleZ(1.5) rotateZ(60deg) rotateX(-180deg);
  transform: scale(1) scaleZ(1.5) rotateZ(60deg) rotateX(-180deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  width: 14em;
}

.home-slider-light2 {
  left: -4em;
  top: 31em;
}





#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slide-text{
  position: absolute;
  bottom: 15%;
  left: 15px;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-pen {
  position: absolute;
  right: -0.5%;
  bottom: -21%;
  width: 55%;
  min-width: 400px;
}

.animate-in .slider-pen {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}


#home-slider .slider-wife, #home-slider .slider-fixed, #home-slider .slider-light, #home-slider .slider-square{
	
  width: 8%;
  min-width: 48px;
	
}



#home-slider .slider-wife {
  position: absolute;
  right: 39%;
  bottom: -3%;
}

.animate-in .slider-wife {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-square{
  position: absolute;
  right: 20%;
  bottom: 62%;
  width: 5%;
}

.animate-in .slider-square {
  -webkit-animation: bounceInDown 500ms ease-in-out 1200ms both;
  animation: bounceInDown 500ms ease-in-out 1200ms both;
}

#home-slider .slider-light {
  position: absolute;
  right: 32%;
  top: 26%;
  width: 8%;
}

.animate-in .slider-light {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}



#home-slider .slider-fixed {
  position: absolute;
  right: 7%;
  bottom: 50%;
}

.animate-in .slider-fixed {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#home-slider h1{
  margin-top: 100px;
  margin-bottom: 25px;
  color: rgba(255,255,255,1);
}

#home-slider p{
	
 color: rgba(255,255,255,0.8);
}
	
	


#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #00aeef;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

#action {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice;
}




#services hr{
	
	border-top: 3px solid #c1c1c1;
    width: 100px;
}




#services .padding02{
	
	
	padding: 20px 0 65px 0;
	
	
}

#services i.fa.fa-bank {
    font-size: 100px;
    margin-bottom: 15px;
    color: #c1c1c1;
}



.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 20px;
  height: 120px;
}



.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.action h1 {
    margin: 15px 0px;
}

.action .title {
    color: #686868;
    font-weight: bold;
}


.action .title:before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 113px;
    background: #686868;
    left: 0px;
    top: 20px;
}


.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features .col-sm-6 {
  margin-top: 50px;
}

.single-features:last-child {
  padding-bottom: 95px;
  padding-top: 0;
}

.single-features h2{
  margin-bottom: 15px;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}






/*************************
*******content******
**************************/

#action , 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat;
  height: 130px;
  background-position: center;
  display: table;
  position: static;
  margin-top: 4.5%;
  width: 100%;
}

#page-breadcrumb .action h1 {
    margin: 27px 0 0 0;
}


#blog .nav-pills>li{
	
	float:none;
	
	
}

#blog .tab-content .nav-pills>li{
	
	
	display:inline-block;
	
	
	
}

.tab-content ul.nav.nav-pills{
	width: 220px;
	margin:0 auto;
	
}

.tab-content .nav>li>a{
	padding:2px 15px;
	
}



.nav-pills a:hover{
	color: #85a1c1;
	
	
}



/*

#team {
  padding: 85px 0;
}

#team-carousel {
  margin-top: 80px;
}

*/

#company-information .padding-top{
  padding-top: 172px;
  
}



.single-service img {
  height: 85px;
}

.tour-button {
  /*background-image: url(../images/home/tour-icon2.png);*/
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}


.modal_document span {
    font-size: 16px;
    margin-right: 4px;
}



.about-image {
  padding:90px 90px 0;
}

.team-single {
  position: relative;
}

.person-thumb {
  position: relative;
}

.person-thumb img {
}


.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
    -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;transition: all 0.9s ease 0s;
  width: 100%;
  height: 100%;
}

.team-single:hover .social-profile{
  background:rgba(112, 35, 64, 0.9);
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: 20px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -5px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #00aeef;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

h3.margin_title{
    margin-top: 2px;
    margin-bottom: 15px;
}

/*h3.margin_title:after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background-color: #8c8c8c;
    margin-left: 10px;
}*/

.progress{
  height: 20px;
  margin-bottom: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  
}


.progress-bar{
  line-height: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
    background: #91a6c5;
}


.sidebar-item.categories {
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}



div#testimonial-container {
    margin-bottom: 50px;
}

h4.title_list {
    color: #647fa8;
    margin-top: 30px;
}




/*goTop*/

.back-to-top {
    display:none;
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(164, 180, 204);
    font-size: 12px;
    padding: 1em;
   
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration:none;
    color:#ffffff;
}



/*breadcrumb*/

.breadcrumb {
    padding: 5px 20px;
    margin-bottom: 5px;
    background-color: rgba(255,255,255);
    border-radius: 2px;	
	border: 1px solid #c7c7c7;
	display:inline-block;
}

.breadcrumb:after {
	content:"";
	display:block;
	position: absolute;
	width: calc(100% - 50px);
	height:1px;
	background-color:#c7c7c7;
	right:2%;
	bottom:20px;
	z-index:-1;
	
		
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}











/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 95px;
}

.logo-image img {
  display: inline-block;
}



#coming-soon {
	
  /*background-image: url("../images/coming-soon-bg.png");*/
  background-position: center top;
  background-repeat: repeat-x;
  padding: 40px 0;
  overflow: hidden;
}

#coming-soon .social-link {
  margin-top: 35px;
}

.time-count {
  display: block;
  text-align: center;
}

.time-count ul {
  padding-left: 0;
}

#countdown {
  display: block;
  max-width: 960px;
  margin: 80px auto 100px;
}


#countdown li {
  float: left;
  display: block;
  width: 25%;
  text-align: center;
  height: 254px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  position: relative;
  color: #fff;
}

#countdown li.angle-one {
  /*background-image: url(../images/coming-soon1.png);*/
  left: 120px;
}

#countdown li.angle-two {
   /*background-image: url(../images/coming-soon2.png);*/
  left: 40px;
}

#countdown li.angle-three {
   /*background-image: url(../images/coming-soon3.png);*/
  right: 40px;
}

#countdown li.angle-four {
   /*background-image: url(../images/coming-soon4.png);*/
  right: 120px;
}

#countdown li > span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}

#countdown li.angle-two > span,
#countdown li.angle-four > span {
  margin-top: 80px;
}


#subscribe {
  background-color: #565656;
  color: #FFFFFF;
  padding: 40px 0 50px;
}

#subscribe h2 {
  color: #fff;
  text-transform: uppercase;
}

#subscribe .fa-envelope-o {
  color: #0884d5;
  margin-right: 5px;
}

#subscribe .form-control {
  background-color: transparent;
  height: 52px;
  color: #fff;
  border:2px solid #00aeef;
}

#newsletter {
  margin-top: 35px;
  position: relative;
}

#newsletter i {
  color: #0884d5;
  font-size: 36px;
  position: absolute;
  right: 12px;
  top: 7px;
}

.newsletter p {
  color: #919191;
  font-size: 12px;
  margin-top: 10px;
}

#coming-soon-footer {
  padding: 45px 0;
  line-height: 15px;
  overflow: hidden;
}

#coming-soon-footer a {
  color: #d89b4e;
}

#coming-soon-footer a:hover {
  color: #b38040
}

/*news css*/


.news{
	width:100%;
	box-sizing:border-box;
	margin:5px 0;
}


.news .info::after{

	content:"";
	clear:both;
	display: block;

        }

.news .info{
    margin:5px 0;
	border-bottom:1px solid #989898;
	padding: 10px 0;
}
			
.news .datetime{
	
    /*margin-right: 20px;*/
    padding-right: 14px;
    border-right: 1px solid #989898; 
}

.news .datetime .datetime-bg{
  padding: 10px;
  background-image: linear-gradient(-225deg, #CBBACC 0%, #2580B3 100%);
}

.news .news-content{
	
    box-sizing: border-box;

	text-align: left;
}

.news a{
	color: #696969;
	font-size: 16px;
	font-weight: 500;
	transition-duration: 0.5s;
}


.news a:hover{
	color: #b4b2c8;
	

}





.news .date {
    text-align: center;
    font-size: 32px;
    color: #fff;
	float: none;
}

.news .date::before{
	content:"";
	text-align: center;
}

.news .year{
	color:#fff;
	float: none;
}

.news .info.notborder{
	
	border-bottom:0px;
	
}



/*Shortcodes CSS*/
.bs-example{
  margin: 0 0 20px;
}

.panel-group{
  border: 1px solid #eee;
}
.panel-default{
  border: 0;
}
.panel-group .panel{
  border-radius: 0;
}
.panel-group .panel+.panel{
  margin-top: 0;
}

.panel-default>.panel-heading{
  background-color: transparent;
  border-top: 1px solid #eee;
}

.panel-group .panel-default:first-child>.panel-heading{
  border-top: 0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top-color: #eee;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  background-color: #b3cae4;
}


.tab-content .nav-pills>li.active>a, .tab-content .nav-pills>li.active>a:hover, .tab-content .nav-pills>li.active>a:focus {
    background-color: #e6e6e6;
	color:#000;
}



.tab-content {
  padding-top: 20px;
}

.imgright{
	float: right;
    width: 50%;
    margin-left: 24px;
}




/*Features*/
.feature-inner{
  text-align: center;
}
.icon-wrapper{
  display: inline-block;
  background-color: #4FCCCD;
  color: #fff;
  padding: 25px;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
  border-radius: 100%;
  margin: 10px 0;
}



/*timeline*/

    .timeline > li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    font-size: 20px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 95%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    margin-left:20px;
    position: relative;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #90cc93;
    position: absolute;
    left: -8px;
    top: 20px;
    border-radius: 100%;
  }
  ul.timeline {
    padding-left: 16px;
	list-style:none;
}
  
  
  
 /*clearfix*/ 
 .clearfix{
	 
	 clear:both;
	 
	 
 }
 
 /*font-style*/
 .fontcolorl{
	 
	 color: #989898;
	 
 }
 
 .pink{
	 
	color: #ff5353;
    font-weight: bold;

	 
 }
 
 
 
 #orange{
	 
	color: #e88e32;
    font-weight: bold;

	 
 }
 
 
 #orange:hover{
	 
	color: #8a5a00;
    font-weight: bold;

	 
 }
 
 
 
 
 
 
 
 
 .blue{
	 
	color: #6080a5;
    font-weight: bold;

	 
 }
 
 
 .location li {
    margin-bottom: 20px;
    
}
 
 
.borderstyle{
	
		border: 1px solid #ff5353;
    border-radius: 2px;
}
 
 .contentimg img.img-responsive {
    margin: 40px 20px;
}
 
 
a.fontcolorl {
    font-size: 18px;
    color: #90a6bf;
    font-weight: bold;
} 

a.fontcolorl:hover {
    
	color: #00aeef;

} 


.margintop{
	
	margin-top:20px;
	
}

.small{
	
	font-size: 8px;
	
}

.justify{

text-align: justify;
text-justify:inter-ideograph;

}


.download-form-title.gray{
	background:#b7b7b7;
	
}

.size-14{
	font-size:16px;
}

.no-margin{
	margin-left: -39px;
    margin-top: -13px;
    line-height: 24px;
    font-weight: 400;
	list-style:none;
}

.border-left {
	
	border: 1px solid #cecdcd;
    margin: 35px;
    min-height: 350px;
}


.fixedHeight{
	
	
	min-height:150px;
	
	
}


a.p_arrow {
    border-radius: 10px;
    border: 1px solid #6f6f6f;
    margin: 0px 4px;
    padding: 2px 10px;
}
a.p_arrow:hover,
a.p_arrow.active {
	
	background: #6f6f6f;
    color: #fff;
	
}

.media.portfolio-item.center {
    width: 350px;
    margin: 0 auto;
    text-align: center;
	padding-top: 10px;
}





/*nmaercard*/
.namecard{
  border-radius: 8px;
  width: 275px;  
  height: 360px;
  padding: 20px;
  margin: 5% 5%;
  background-color: #fcfcfc;
  box-shadow: 5px 3px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.namecard h2{
  top: -15px;
  font-size: 22px;
  letter-spacing: 5px;
  position: relative;
}

.namecard h2 span{
  font-size: 13px;
  top: -10px;
  font-weight: 1000;
  letter-spacing: 1px;
  color: #333;
  position: relative;
}


.namecard h5{
	
	position: relative;
	
}


.namecard .major{
  position: absolute;
  right: 0px;
  margin-top: 5px;
  display: inline-block;
  background-color: #bbb8c3;
  padding: 0.5px;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;  
  font-size:16px;
  font-weight: bold;
  color: #fff;
}

.namecard .major1{
  top:-30px;
}
.namecard .major2{
  top:0px;
}

.namecard .major3{
  top:30px;
}

.namecard .title{
  list-style:none;
  font-size: 16px;
  font-weight: bold;
  top: 10px;
  left: -40px;
  color: #333;
  margin-top: 20px;
    position: relative;
}

.namecard .content{
  font-size: 14px;
  font-weight: 900;
  color: #333;
  position: relative;
}

.namecard .page_title{
  color: #555;
  font-weight: 500;
  position: absolute;
  width: 200px;  height: 150px;
  margin-left: 60%;
  margin-top: -120px;
}

.namecard .title_content{
   font-size: 10px;
}


.namecard .bar{
  width: 20px; height: 6px;
  border-radius: 20px;
  position: absolute;
  background-color: #bbb8c3; 

}

.namecard .bar1{
  width: 8px;
  right: 25px;
  top : 25px;
}

.namecard .bar2{
  width: 30px;
  right: 25px;
  top : 250px;
}

.namecard .bar3{
  width: 10px;
  right: 25px;
  top : 270px;
}

.namecard .bar4{
  right: 25px;
  top : 360px;
}

.namecard .bar5{
  border: solid 1px #bbb8c3;
  background-color: transparent; 
  width: 300px; height: 210px;
  border-radius: 110px;
  right: 80px;
  top : 170px;

}

/*namecard2*/

.namecard2{
    width: 320px;
    height: 450px;
    padding: 20px;
    letter-spacing: 1px;
    font-weight: 100;
    color: rgba(0,0,0,0.6);
    overflow: hidden;
    border-radius: 6px;
    border: solid 1px rgba(0,0,0,0.15);
    background-color: #fcfcfc;
    box-shadow: 5px 3px 20px rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
    margin: 2% 5%;
}
.namecard2 h2{
  font-size:24px;
  font-weight:600;
  line-height:0.8;
  margin-bottom:0;
  letter-spacing:2px;
  margin-top: 115px;
  margin-left: 138px;
  position:relative; 
}
.namecard2 h2 span{
  font-size:15px;
  font-weight:100;
  letter-spacing:0.5px;
  margin-left:2px;
  position:relative; 
}
.namecard2 h4{
	font-size: 18px;
	color: rgba(250,250,250,0.9);
	background-color: #bbb8c3;
	font-weight: 900;
	margin-top: 30px;
	margin-left: -25px;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 7px;
}
.namecard2 .namecardinfo{
  font-size:16px;
  font-weight:700;
  line-height:21px;

}
.namecard2 .circle{
  width:100px; height:100px;
  border-radius:100%;
  position:absolute;
  /*å‰çˆ¶å…ƒç´ è¦æ˜¯relativeä¸ç„¶æœƒå°æ•´å€‹æ–‡ä»¶åç§»*/
}




.namecard2 .circle1{
  left:-50px;
  top:-60px;
  width:240px; 
  height:240px;
  border:solid 3px #bbb8c3;
  overflow: hidden;
}

.namecard2-img{
	
	overflow: hidden;
	
}

.namecard2-img img {
    margin-top: 55px;
	margin-left: 30px;
	width: 80%;
}

.namecard2-img.img2 img {
    margin-top: 27px;
    margin-left: 47px;
    width: 80%;
}

.namecard2 .circle2{
  width: 81px;
  height: 76px;
  right: -59px;
  bottom: 72px;
  background-color:#bbb8c3;
}




.namecardinfo ul{
	
	padding-left: 4px;
	
}

.namecardinfo li.title {
    margin-bottom: 5px;
	font-size:14px;
	border-bottom: 1px solid #d0d0d0;
}

.namecardinfo li.title:last-child {
	border-bottom: 0px;
}

.namecardinfo li.title a {
color: rgba(0,0,0,0.6); 
}

.namecardinfo li.title a:hover {
    color: #4fcccd;
}


/*visisonbox*/

ul.visionbox {
    margin-top: 18px;
    padding: 10px 20px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	list-style:none;
}


/*download*/

.download-form{
	font-size:15px;
	padding:15px 5px;
	border-bottom:1px solid #dcdbdb;
	
}

.download-form:first-child{
	
	
	
}

.download-form:last-child{
	border-bottom:0px;
	
}


.download-form i.fa.fa-file-word-o.fa-lg,  i.fa.fa-file-excel-o.fa-lg,i.fa-link.fa-lg, i.fa.fa-file-pdf-o{
    margin-right: 10px;
}


.download-form-title{
    background: #a3ceb6;
    color: #fff;
    font-weight: bold;
	display:inline-block;
	text-align: center;
	padding:2px 10px;
}


.col-sm-12.col-md-12.download-form.margin-top{
    margin-top: 20px;
}

.news .col-sm-12.col-md-12.download-form:hover{
	background-color: #fbfbfb;
}







/*************************
*******Portfolio Default**
**************************/

.borderw{
	
	border:1px solid #d2d2d2;
	
}

.bottom{
	
	margin-bottom:20px;
	
	
}



.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(179, 202, 228, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -20px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #b3cae4;
  border-color: #b3cae4;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 10px;
  color:#fff;
  font-weight:bold;
}

.portfolio-info h2 {
  font-size: 18px;
  margin: 15px 0 0;
}

.portfolio-filter {
  margin: 40px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.honor .portfolio-filter li a{
	
	padding: 5px 35px;
    margin: 5px 3px;
    border-radius: 4px;
	font-weight:bold;
	
}

.honor .btn-default{
	
    background-color: #f4f4f4;
    color: #686868 !important;
	
}

.honor .portfolio-filter li a:hover, 
.honor .portfolio-filter li a:focus,
.honor .portfolio-filter li a.active {
		background: #91a6c5;
		color: #FFF !important;


}


.honor .badge{
	
	margin-right:10px;
	background-color:#e2c481;
	font-size:14px;
	font-weight:bold;
	
	
}



.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}



.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin-bottom: 48px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #ececec;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px solid #ececec;
}

.categories .navbar-stacked li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 8px 0;
  padding-left: 0;
}

.categories .navbar-stacked li a:hover{
  background: none;
  margin-left: 20px;
  color: #0099AE;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #0099AE;
  padding-left: 20px;
}

.categories .navbar-stacked li.active a:before{
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #0099AE;
  border-width: 8px;
  border-style: solid;
  left: 0;
  top: 13px;
  margin-top: 0;
  z-index: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.categories .navbar-stacked li.active a:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-width: 6px;
  border-style: solid;
  left: 0px;
  top: 15px;
  margin-top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media{
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;    
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ececec;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover{
  border-left: 2px solid #0099AE;
  padding-left: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #0099AE;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/*fa*/
.fa-chevron-circle-right:before {
   margin-right: 5px;
}

