/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
¸ü¶à¾«Æ·Ä£°åÇë·ÃÎÊ£ºhttp://www.bootstrapmb.com

-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	services
#0.7	testimonials
#0.8    offer
#0.9    recent-projects
#1.0    about-us-faq
#1.1    partners
#1.2    partners
#1.3    news-section


---------------------------------------------------------------
	home style 2
----------------------------------------------------------------
#2.0    cta
#2.1    services s2
#2.2    our-team
#2.3    fun-fact
#2.4    cta-newsletter
#2.5    testimoials-s2-slider


---------------------------------------------------------------
	home style 3
----------------------------------------------------------------
#3.0    features
#3.1    services-s3
#3.2    pricing


---------------------------------------------------------------
	faq page
----------------------------------------------------------------
#4.0	faq-pg-section


---------------------------------------------------------------
	service single page
----------------------------------------------------------------
#5.0	service-singel-section


---------------------------------------------------------------
	contact page
----------------------------------------------------------------
#6.0	contact-pg-section


---------------------------------------------------------------
	blog grid page
----------------------------------------------------------------
#7.0	blog-grid section


---------------------------------------------------------------
	blog with sidebar page
----------------------------------------------------------------
#8.0	blog-with-sidebar


---------------------------------------------------------------
	blog details page
----------------------------------------------------------------
#9.0	blog-single-content


---------------------------------------------------------------
	shop grid page
----------------------------------------------------------------
#10.0	products-section


---------------------------------------------------------------
	shop with sidebar page
----------------------------------------------------------------
#11.0	shop-main-content


---------------------------------------------------------------
	shop details page
----------------------------------------------------------------
#12.0	products-section





----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 13px;
}

body {
  font-family: "Î¢ÈíÑÅºÚ";
  font-size: 13px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

p {
  color: #6a6a6a;
  line-height: 1.8em;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #051829;
  margin: 0 0 0.4em;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
}
ul li{list-style:none}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.float-right {
  float: right;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

/*** back to top **/
.back-to-top {
  background-color:#fcc917;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 60px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #036c90;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
    margin-bottom: 35px;
  }
}

.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: -1px;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  content: "";
  background-color: #036c90;
  width: 33px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
    height: 3px;
  }
}

.section-title-white h2 {
  color: #fff;
}

.section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
  text-align: center;
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2,
.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #fff;
}

.section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  margin: 0 0 0.83em;
}

.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
    padding: 0 45px;
  }
}

.section-title-s3, .section-title-s4 {
  margin-bottom: 30px;
}

.section-title-s3 h2, .section-title-s4 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.33em;
  margin: 0.13em 0 0;
  padding-bottom: 0.3em;
  position: relative;
}

@media (max-width: 1199px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.section-title-s3 h2:before, .section-title-s4 h2:before {
  content: "";
  background-color: #036c90;
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title-s3 > span, .section-title-s4 > span {
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title-s4 h2 {
  margin: 0 0 0.83em;
}

.section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
  color: #051829;
}

.section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
  color: #6a6a6a;
}

.section-title-s6 h2, .section-title-s7 h2 {
  text-transform: none;
}

.section-title-s6 h2:before, .section-title-s7 h2:before {
  display: none;
}

.section-title-s7 h2 {
  padding-bottom: 0;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
  background-color: #036c90;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #051829;
  padding: 5px 28px;
  border: 2px solid #036c90;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s5:hover {
  background-color: #020b12;
  color: #fff;
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 15px;
    font-size: 1rem;
    padding: 4px 22px;
  }
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 4px 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background-color: #020b12;
  color: #fff;
}

.theme-btn-s2:hover {
  background-color: #036c90;
  color: #051829;
}

.theme-btn-s3:hover {
  border-color: #051829;
  color: #036c90;
}

.theme-btn-s4 {
  background-color: #051829;
  border-color: #051829;
  color: #036c90;
}

.theme-btn-s4:hover {
  background-color: #036c90;
  border-color: #036c90;
  color: #051829;
}

.theme-btn-s5 {
  background-color: transparent;
  border: 2px solid #036c90;
  color: #fff;
}

.theme-btn-s5:hover {
  background-color: #036c90;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #051829;
  -webkit-box-shadow: 0 0 5px 0 #0b3356;
  -moz-box-shadow: 0 0 5px 0 #0b3356;
  -o-box-shadow: 0 0 5px 0 #0b3356;
  -ms-box-shadow: 0 0 5px 0 #0b3356;
  box-shadow: 0 0 5px 0 #0b3356;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,
 box-shadow ease-in-out .15s,
 -webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form select {
  font-style: normal;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wpcf7-form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
  list-style-type: none;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  text-align: center;
}






/*product*/
.in_title{text-align:center; background:url(../images/in_title_bg.jpg) no-repeat center}
.in_title a{color:#000; font:normal 28px/60px  "Î¢ÈíÑÅºÚ"; }
.in_title a span{display:block; font:normal 18px/60px Arial, Helvetica, sans-serif; color:#777}

.in_prolist{width:100%; margin:0px auto; text-align:center; height:auto; margin-top:30px}
.in_prolist ul{margin:0px auto; text-align:center; display:inline-block; width:auto; overflow:hidden}
.in_prolist ul li{text-align:center; margin:2px; width:130px; float:left; display:inline-block}
.in_prolist ul li a{line-height:46px; width:100%; font-size:15px; color:#fff; text-align:center; background-color:#036c90; display:inline-block}
.in_prolist ul li a:hover{ background-color:#f40000}
.in_pro_list{margin-top:30px}
.in_pro_grid{width:24%; float:left; margin:0.5%}
.in_pro_grid a img{display:block}
.in_pro_grid a p{display:none}
.in_pro_grid a:hover p{display:block; transition: all 2s; cursor:all-scroll; position:absolute; z-index:99999; background:rgba(244,0,0,0.8); bottom:0;color:#fff; text-align:center; width:100%; line-height:60px; font-size:16px}

@media (max-width: 991px) {
	.in_prolist ul{width:100%; }
	.in_prolist ul li{width:16%}


}


@media (max-width: 640px) {
	.in_prolist ul{width:100%; }
	.in_prolist ul li{width:32%; margin:0.65%}
		.in_title a{ font-size:30px}
.in_title a span{ font-size:24px}
}


@media (max-width: 767px) {
  .in_pro_list {
    overflow: hidden;
  }
  .in_pro_grid a img{margin:0 auto}
}

.in_pro_grid {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
.in_pro_grid {
    width:49%; margin:2% 0.5%;
    float: left;
  }
}

@media (max-width: 550px) {
.in_pro_grid {
     width:49%; margin:0.5%;
    float: left;
  }
}

@media (max-width: 550px) {
  .in_prolist img {
    width: 100%;
  }
}



/*equipment*/
.in_title1{text-align:center; background:url(../images/in_title_bg.jpg) no-repeat center}
.in_title1 a{ font:normal 28px/60px "Î¢ÈíÑÅºÚ"; color:#fff}
.in_title1 a span{display:block; font:normal 18px/60px Arial, Helvetica, sans-serif; color:#fff}


@media (max-width: 640px) {
		.in_title1 a{ font-size:30px}
.in_title1 a span{ font-size:24px}
}



/*news*/
.in_news_l{width:58%; float:left; height:auto; overflow:hidden; margin-top:30px}
.in_news_list{width:47%; margin-right:3%; float:left; background-color:#f2f2f2}
.in_news_list a img{width:100%; height:auto}
.in_news_list h3{margin-top:10px; padding:0 20px}
.in_news_list h3 a{font:bold 16px/32px "Î¢ÈíÑÅºÚ"; color:#000}
.in_news_list span{ padding:0 20px; font-size:13px; color:#787878}
.in_news_list p{ padding:0 20px 20px 20px; margin-top:30px;}
.in_news_r{width:42%; float:right; margin-top:30px}
.in_news_r ul li{width:100%; float:left; list-style:none; padding:11px 20px; background-color:#f2f2f2; margin-bottom:10px}
.in_news_r ul li a{font:bold 16px/32px "Î¢ÈíÑÅºÚ"; color:#000}
.in_news_r ul li a span{float:right; color:#787878; font-size:13px; font-weight:normal}
.in_news_r ul li p{margin-top:10px; line-height:26px}


@media (max-width: 991px) {
.in_news_l{width:103%; float:none}
.in_news_list{}
.in_news_r{width:100%; float:none}
}

@media (max-width: 550px) {
.in_news_l{width:100%; float:none}
.in_news_list{ width:100%; margin:15px 0 0 0}

}



/******************************
	#blog grids
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 260px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .page-title {
    height: 220px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #036c90;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #036c90;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}
/*
.preloader {
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/



/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation ul {
  list-style-type: none;
  width:100%;
}

@media (max-width: 991px) {
  .site-header .navigation {
    min-height: 40px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #051829;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
	width:12.5%
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1.1rem;
    color: #fff;
	font-weight:normal
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #051829;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #072037;
  }
  .site-header #navbar > ul > li .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #c3bfbf;
    display: block;
    padding: 11px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    background-color: #036c90;
    color: #fff;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #051829;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #051829;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #051829;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #051829;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**************************************************
	#header style 1
******************************************************/
.topbar-style-1, .topbar-style-2 {
  background-color: #051829;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .topbar-style-1 .site-logo, .topbar-style-2 .site-logo {
    text-align: center;
    border-bottom: 1px solid #082540;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .topbar-style-1 .topbar-contact-info-wrapper, .topbar-style-2 .topbar-contact-info-wrapper {
    text-align: center;
  }
}

.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
  display: inline-block;
  float: right;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
    float: none;
  }
}

.topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
  display: inline-block;
  float: left;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
    margin-top: 15px;
  }
}

.topbar-style-1 .topbar-contact-info > div > i, .topbar-style-2 .topbar-contact-info > div > i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #036c90;
  position: absolute;
  left: 0;
}

.topbar-style-1 .topbar-contact-info p, .topbar-style-2 .topbar-contact-info p {
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  margin: 0 0 0.2em;
}

.topbar-style-1 .details > span, .topbar-style-2 .details > span {
  font-size: 12px;
  font-size: 0.8rem;
  color: #9a9a9a;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation-holder, .header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    padding: 30px 15px;
    position: relative;
  }
  .header-style-1 #navbar > ul > li > a:before, .header-style-2 #navbar > ul > li > a:before, .header-style-3 #navbar > ul > li > a:before, .header-style-4 #navbar > ul > li > a:before, .header-style-5 #navbar > ul > li > a:before, .header-style-6 #navbar > ul > li > a:before {
    content: "";
    background-color: #036c90;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  
}

.header-style-1 #navbar > ul > li > a:hover:before, .header-style-2 #navbar > ul > li > a:hover:before, .header-style-3 #navbar > ul > li > a:hover:before, .header-style-4 #navbar > ul > li > a:hover:before, .header-style-5 #navbar > ul > li > a:hover:before, .header-style-6 #navbar > ul > li > a:hover:before {
  width: 12px;
}

/**************************************
	#header style 2
****************************************/
.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    margin-top: 8px;
    position: relative;
    max-width: 200px;
    z-index: 10;
  }
  .top_con{display:none}
}

@media (max-width: 767px) {
  .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
    margin: 12px 0 0 10px;
    max-width:280px;
  }
}

.header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {

}

@media (max-width: 991px) {
  .header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart, .header-style-4 .cart-contact .mini-cart, .header-style-5 .cart-contact .mini-cart, .header-style-6 .cart-contact .mini-cart {
    float: right;
    margin-right: 65px;
  }
}

.header-style-2 .cart-contact .mini-cart > button, .header-style-3 .cart-contact .mini-cart > button, .header-style-4 .cart-contact .mini-cart > button, .header-style-5 .cart-contact .mini-cart > button, .header-style-6 .cart-contact .mini-cart > button {
  margin-right: 0;
}

.header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
  right: 0;
}

@media (max-width: 991px) {
  .header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
    right: auto;
    left: -140px;
  }
}

.topbar-style-2 .topbar-contact-info {
  float: none;
}

.topbar-style-2 .get-quote {
  float: right;
  margin-top: 12px;
}

@media screen and (min-width: 992px) {
  .topbar-style-2 .get-quote {
    position: relative;
    right: -10px;
  }
}

@media (max-width: 767px) {
  .topbar-style-2 .get-quote {
    float: none;
    text-align: center;
    margin-top: 15px;
    margin: 25px 0 15px;
  }
}

@media (max-width: 991px) {
  .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 35px;
  }
}

@media (max-width: 767px) {
  .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 0;
  }
}

/**************************************
	#header style 3
****************************************/
@media screen and (min-width: 992px) {
  .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .header-style-3 .navigation,
  .header-style-3 .topbar-style-2 {
    background: transparent;
  }
  .header-style-3 .topbar-contact-info p {
    color: #036c90;
  }
  .header-style-3 .topbar-style-2 .details > span {
    color: #9a9a9a;
  }
  .header-style-3 .topbar-style-2 .get-quote {
    position: relative;
    right: -10px;
  }
  .header-style-3 #navbar > ul > li > a {
    color: #fff;
  }
  .header-style-3 #navbar > ul > li > a:hover {
    color: #036c90;
  }
  .header-style-3 .cart-contact .mini-cart > button i:before,
  .header-style-3 .cart-contact .mini-cart > button {
    color: #036c90;
  }
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background: #020b12;
  }
  .header-style-3 .cart-contact .mini-cart > button i:before,
  .header-style-3 .cart-contact .mini-cart > button {
    color: #fff;
  }
}

/**************************************
	#header style 4
****************************************/
@media screen and (min-width: 992px) {
  .header-style-4, .header-style-5 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

@media screen and (min-width: 992px) {
  .header-style-4 .topbar-style-2, .header-style-5 .topbar-style-2 {
    background: transparent;
  }
  .header-style-4 .topbar-style-2 .topbar-contact-info p, .header-style-5 .topbar-style-2 .topbar-contact-info p {
    color: #036c90;
  }
  .header-style-4 .topbar-style-2 .details > span, .header-style-5 .topbar-style-2 .details > span {
    color: #9a9a9a;
  }
  .header-style-4 .navigation, .header-style-5 .navigation {
    background-color: transparent;
  }
  .header-style-4 .navigation .container, .header-style-5 .navigation .container {
    background-color: #fff;
    border-radius: 5px;
  }
  .header-style-4 .cart-contact, .header-style-5 .cart-contact {
    right: 15px;
  }
}

.header-style-4 .social, .header-style-5 .social {
  display: inline-block;
}

@media (max-width: 991px) {
  .header-style-4 .social, .header-style-5 .social {
    display: none;
  }
}

.header-style-4 .social > span, .header-style-5 .social > span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #036c90;
  position: relative;
  top: 9px;
}

.header-style-4 .social-links, .header-style-5 .social-links {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 8px;
}

.header-style-4 .social-links > li + li, .header-style-5 .social-links > li + li {
  margin-left: 15px;
}

.header-style-4 .social-links li a, .header-style-5 .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

/**************************************
	#header style 5
****************************************/
.header-style-5 {
  position: static;
  /*** lower topbar ***/
}

.header-style-5 .social {
  float: right;
}

@media (max-width: 991px) {
  .header-style-5 .social {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-style-5 .social {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

.header-style-5 .topbar {
  background-color: #051829;
}

.header-style-5 .social-links {
  top: 5px;
}

.header-style-5 .social > span {
  top: 0;
}

.header-style-5 .lower-topbar {
  padding: 12px 0;
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar {
    border-bottom: 1px solid #d4d2d2;
  }
}

.header-style-5 .lower-topbar .site-logo {
  margin: 0;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .site-logo {
    /*margin: 0 auto;*/
  }
}

.header-style-5 .lower-topbar .awards {
  float: right;
  overflow: hidden;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards {
    float: none;
    border-top: 1px solid #d4d2d2;
    padding-top: 17px;
    margin: 10px -15px 0;
  }
}

.header-style-5 .lower-topbar .awards > div {
  min-height: 59px;
  padding-left: 58px;
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards > div {
    width: 210px;
    float: none;
    margin: 0 auto 10px;
  }
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards > div {
    padding-left: 60px;
  }
}

.header-style-5 .lower-topbar .awards > div:first-child {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .awards > div:first-child {
    margin-right: auto;
  }
}

.header-style-5 .lower-topbar .awards .icon {
  position: absolute;
  left: 0;
  margin-right:10px;
}

.header-style-5 .lower-topbar .awards .icon .fi:before {
  font-size: 44px;
  font-size: 2.93333rem;
  color: #036c90;
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;

  }
  .header-style-5 .lower-topbar .awards .icon {
  position: absolute;
  left: 0;
  margin-right:20px;
}
}

.header-style-5 .lower-topbar .awards h4 {
  font-size: 16px;
  font-size: 2.2rem;
  margin: 0 0 0 10px;
  font-weight:normal;
  color:#f40000;
  font-family:Arial, Helvetica, sans-serif
}

@media (max-width: 991px) {
  .header-style-5 .lower-topbar .awards h4 {
    font-size: 14px;
    font-size: 2rem;
  }
}

.header-style-5 .lower-topbar .awards p {
  font-size: 12px;
  font-size: 1rem;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 992px) {
  .header-style-5 .navigation,
  .header-style-5 .navigation .container {
    background-color: #015673;
  }
  .header-style-5 #navbar > ul > li > a {
    padding: 15px; text-align:center
  }
  .header-style-5 #navbar > ul > li > a:before {
    display: none;

  }
  .header-style-5 #navbar > ul > li > a:hover {
    color: #fff;
	background-color:#f40000
  }
}

@media screen and (min-width: 992px) {
  .header-style-5 .cart-contact {
    right: 195px;
    top: 15px;
  }
  .header-style-5 .cart-contact .top-cart-content-toggle {
    top: 39px;
  }
}

.header-style-5 .request-quote {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .header-style-5 .request-quote {
    right: auto;
    width: 130px;
    height: 40px;
    line-height: 40px;
    top: 12px;
  }
}

.header-style-5 .request-quote:hover {
  background-color: black;
  color: #fff;
}



/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: auto;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}
.ban1{width:100%; background:url(../images/1.jpg) no-repeat center ; height:618px}
.ban2{width:100%; background:url(../images/2.jpg) no-repeat center ; height:618px}
.ban3{width:100%; background:url(../images/3.jpg) no-repeat center ; height:618px}
.ban1 img{display:none}
.ban2 img{display:none}
.ban3 img{display:none}

@media (max-width: 1200px) {
	.ban1{width:100%; background:none; height:auto; overflow:hidden}
	.ban2{width:100%; background:none; height:auto; overflow:hidden}
	.ban3{width:100%; background:none; height:auto; overflow:hidden}
	.ban1 img{display:block; width:100%; height:auto; overflow:hidden}
	.ban2 img{display:block; width:100%; height:auto; overflow:hidden}
	.ban3 img{display:block; width:100%; height:auto; overflow:hidden}
}

@media (max-width: 991px) {
  .hero {
  height: auto;
  overflow: hidden;
  }
}

@media (max-width: 767px) {
  .hero {
  height: auto;
  overflow: hidden;
  }
}

.hero .slide {
  /*height: auto; */overflow:hidden;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
  height:auto; overflow:hidden
  }
}

@media (max-width: 767px) {
  .hero .slide {
	  height:auto; overflow:hidden
  }
}

.hero .slide .slider-bg {

}

.hero .slide:before {
  content: "";
 /* background-color: rgba(0, 0, 0, 0.4);*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #fdc900;
  width: 45px;
  height: 45px;
  z-index: 9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #e4b500;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-prev {
    left: 50px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 5px;
}

@media screen and (min-width: 1600px) {
  .hero .slick-next {
    right: 50px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 30px;
  display: none !important;
}

@media (max-width: 991px) {
  .hero .slick-dots {
    display: block !important;
  }
}

.hero .slick-dots li,
.hero .slick-dots li button {
  width: 15px;
  height: 15px;
}

@media (max-width: 767px) {
  .hero .slick-dots li,
  .hero .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}

.hero .slick-dots li button {
  background-color: #fdc900;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slick-dots li {
  opacity: 0.5;
}

.hero .slick-dots .slick-active {
  opacity: 1;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  color: #fff;
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption > h2 {
  font-size: 45px;
  font-size: 3rem;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 0.27em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slide-caption > h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

.hero .hero-slider .slide-caption > h2 span {
  color: #fdc900;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 1.58em;
}

@media (max-width: 1199px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media screen and (min-width: 992px) {
  .hero .hero-slider .slick-list .slick-current .slide-caption > p {
    padding-right: 110px;
  }
}

.hero .hero-slider .slide-caption > .btns > a:first-child {
  margin-right: 5px;
}

}







/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  /*** about widget ***/
  /*** service-links-widget ***/
  /*** quick-links-widget ***/
  /*** twitter-feed-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
  background-color: #036c90;

}

.footer_l{width:38%; float:left; background-color:#025f7a; padding:60px 30px}
.footer_l h2 a{font:normal 20px/30px "Î¢ÈíÑÅºÚ"; color:#fff}
.footer_l p{margin-top:40px; line-height:26px; font-size:13px; opacity:0.8}
.footer_l ul{margin-top:60px}
.footer_l ul li{width:24.5%; float:left; margin-right:0.5%; border:1px solid #83a4c1; text-align:center}
.footer_l ul li a{line-height:34px; opacity:0.8;}
.footer_l ul li a:hover{}
.gd{background-color:#83a4c1; }
.gd a{color:#025f7a}

.footer_r{width:62%; float:right; padding:60px 0 0 0}
.footer_r dl{float:left; margin-left:12%}
.footer_r dl dt{margin-bottom:40px}
.footer_r dl dt a{font:normal 20px/30px "Î¢ÈíÑÅºÚ"; color:#fff}
.footer_r dl dd{ color:#fff;}
.footer_r dl dd a{opacity:0.8 }
.footer_r dl dd a:hover{color:#fff}
.footer_rx{background:url(../images/footer_ico.png) no-repeat center left; padding:20px 0 25px 70px; border-bottom:1px solid #3981bd; }
.footer_rx a span{display:block; font:normal 36px/40px Arial, Helvetica, sans-serif; color:#fff; opacity:1}
.footer_lx{line-height:32px; opacity:0.8}

@media (max-width: 1199px) {
	.footer_r dl{float:left; margin-left:8%}

}

@media (max-width: 991px) {
	.footer_l{width:100%}
	.footer_r{width:100%}
	.footer_r dl{float:left; margin-left:11%}

}

@media (max-width: 767px) {

.footer_r dl{float:left; margin-left:11%}
.footer_rx a span{ font-size:30px}

}
@media (max-width: 640px) {

.footer_r dl{margin-left:10.5%}
.footer_rx a span{ font-size:24px}
.footer_rx{padding:20px 0 25px 65px; }

}

@media (max-width: 550px) {
.footer_r dl{margin-left:6%}

}

@media (max-width: 460px) {
	.footer_r dl{margin-left:0}
.f_lx{width:100%; margin-top:30px; padding:30px 10%; 0 10%; border-top:1px solid #3981bd;}
.f_l{ width:40%; padding-left:10%}
}

#mzx {display:none}

@media (max-width: 991px) {
	

#mzx {display: block;width: 40px; height: 40px; bottom: 105px; cursor: pointer; text-indent: -999em; background:url(../images/m_tel.gif) no-repeat; background-size: 40px 40px; position: fixed; right: 15px; border-radius: 3px; z-index:999;
 -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;}

}



.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 40px;
  }
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.site-footer .widget > h3:before,
.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #036c90;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .about-widget .contact-info {
  margin-top: -20px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: -10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  font-size: 24px;
  color: #036c90;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .site-footer .about-widget ul > li + li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

.site-footer .service-links-widget {
  overflow: hidden;
}

.site-footer .service-links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .service-links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #036c90;
  position: absolute;
  left: 0;
  top: -3px;
}

.site-footer .service-links-widget ul li + li {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .site-footer .service-links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .quick-links-widget {
    padding-right: 45px;
  }
}

.site-footer .quick-links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .quick-links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget ul {
  width: 50%;
  float: left;
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #494949;
}

.site-footer .twitter-feed-widget p {
  color: #ccc;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .copyright-info {
  background-color: #03455c;
  padding: 15px 0;
  text-align: center;
}


.site-footer .copyright-info p {
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 10000;
  opacity: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
/*  opacity: 1;*/
  top: 0;
}

.header-style-3 .sticky-header {
  background-color: #0b3356;
}

@media screen and (min-width: 992px) {
  .header-style-3 .sticky-header #navbar > ul > li > a:hover {
    color: #036c90;
  }
}

.header-style-4 .sticky-header, .header-style-5 .sticky-header {
  background-color: #fff;
}

.header-style-5 .sticky-header {
  background-color: #036c90;
}

.header-style-5 .sticky-header .container {
  border-radius: 0;
}



/*--------------------------------------------------------------
#0.9    recent-projects
--------------------------------------------------------------*/
.recent-projects {
  background-color: #051829;
  background:url(../images/in_case_bg.jpg) no-repeat top center #004a8c fixed 
}

@media (max-width: 767px) {
  .recent-projects-grids,
  .projects-grid-view {
    overflow: hidden;
  }
}

.recent-projects-grids .grid,
.projects-grid-view .grid {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right:10px;
  max-width:370px
}

@media (max-width: 767px) {
  .recent-projects-grids .grid,
  .projects-grid-view .grid {
    width: 49%; margin:2% 0.5%;
    float: left;
  }
}

@media (max-width: 550px) {
  .recent-projects-grids .grid,
  .projects-grid-view .grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 550px) {
  .recent-projects-grids .project-img img,
  .projects-grid-view .project-img img {
    width: 100%;
  }
}

.recent-projects-grids .project-info,
.projects-grid-view .project-info {
  background-color: rgba(3, 108, 144, 0.9);
  width: 95%;
  height: 92%;
  border: 2px solid #f40000;
  position: absolute;
  /*left: -10%;*/
  top: 4%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-projects-grids .grid:hover .project-info,
.projects-grid-view .grid:hover .project-info {
  left: 2.5%;
  opacity: 1;
}

.recent-projects-grids .inner-info,
.projects-grid-view .inner-info {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.recent-projects-grids .inner-info > a,
.projects-grid-view .inner-info > a {
  color: #fff;
}

.recent-projects-grids .inner-info h3,
.projects-grid-view .inner-info h3 {
  font-family: "Hind", sans-serif;
  font-size: 22px;
  font-size: 1.46667rem;
  color: #fff;
  margin: 0 0 0.2em;
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -o-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}

@media (max-width: 991px) {
  .recent-projects-grids .inner-info h3,
  .projects-grid-view .inner-info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .recent-projects-grids .inner-info h3,
  .projects-grid-view .inner-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.recent-projects-grids .inner-info .tags,
.projects-grid-view .inner-info .tags {
  color: #036c90;
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -o-transition: all 0.3s 0.5s;
  transition: all 0.3s 0.5s;
}

@media (max-width: 767px) {
  .recent-projects-grids .inner-info .tags,
  .projects-grid-view .inner-info .tags {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.recent-projects-grids .grid:hover .inner-info h3,
.recent-projects-grids .grid:hover .inner-info .tags,
.projects-grid-view .grid:hover .inner-info h3,
.projects-grid-view .grid:hover .inner-info .tags {
  top: 0;
  opacity: 1;
}

@media (max-width: 550px) {
  .recent-projects-grids .mCustomScrollBox,
  .projects-grid-view .mCustomScrollBox {
    position: static;
  }
}

.recent-projects-grids .mCSB_horizontal.mCSB_inside > .mCSB_container,
.projects-grid-view .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 80px;
  margin-top:40px
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 700px;
  }
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: #8ba3ba;
}

.recent-projects-grids .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f40000;
}

@media (max-width: 550px) {
  .recent-projects-grids .mCSB_inside > .mCSB_container,
  .projects-grid-view .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}

.projects-grid-view-section .more-projects {
  margin-top: 30px;
  text-align: center;
}

.projects-grid-view {
  margin: 0 -15px;
}

.projects-grid-view .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
}

@media (max-width: 991px) {
  .projects-grid-view .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .projects-grid-view .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.f_kslj{display:none}
	
    @media screen and (max-width: 992px) {
	.f_kslj{width:100%; background:rgba(0,0,0,0.7); padding:.5em 0; display:block; position:fixed; z-index:9999; bottom:0; height:auto; overflow:hidden}
	.f_kslj ul li{width:33.2%; float:left; list-style:none; text-align:center}
	.f_kslj ul li a{color:#fff; text-align:center; line-height:2.5em}
	.f_kslj ul li a i{display:block; font-size:1.2em}
}
