#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
  background: #0188cc;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
  background: #0188cc;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #888;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);*{border-radius:0 !important;}
#sitemap{line-height:30px;}
#sitemap a, #change-image{color:#0188cc;}
#sitemap a:hover, #change-image:hover{color:#0188cc;}
#logo-header{margin-top:10px;}
.btn-xs{font-size:10px !important;}
.color-grey-txt{color:#888888;}
ol.color-grey-txt{padding-left:25px;}
.font-size-13 p{font-size:12.5px;}
.paddLeft40{padding-left:40px;}
#who_we_are{padding-bottom:24px;}
#quality_service{padding-bottom:43px;}
a.white{color:#ffffff !important;}
.txt-center{text-align:center;}
.marLeft7{margin-left:7px;}
a,
a:focus,
a:hover,
a:active,
button,
button:hover{outline:0 !important;}
a:focus{text-decoration:none;}
hr{margin:30px 0;}
hr.hr-md{margin:20px 0;}
h1{font-size:28px;line-height:35px;}
h2{font-size:24px;line-height:33px;}
h3{font-size:20px;line-height:27px;}
h4{line-height:25px;}
h5{line-height:20px;}
h6{line-height:18px;}
h1, h2, h3, h4, h5, h6{color:#585f69;margin-top:5px;text-shadow:none;font-weight:normal;font-family:'Open Sans', sans-serif;}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i{margin-right:5px;}
.headline{display:block;margin:10px 0 25px 0;border-bottom:1px dotted #ccc;}
.headline h1, .headline h2{font-size:22px;}
.headline h1,
.headline h2,
.headline h3,
.headline h4{margin:0 0 -2px 0;padding-bottom:5px;display:inline-block;border-bottom:2px solid #0188cc;}
.headline-md{margin-bottom:15px;}
.headline-md h2{font-size:21px;}
.heading{text-align:center;}
.heading h2, .head_sp_cl h1{padding:0 12px;position:relative;display:inline-block;line-height:34px !important;}
.heading h2:before,
.heading h2:after,
.head_sp_cl h1:before,
.head_sp_cl h1:after{content:' ';width:70%;position:absolute;border-width:1px;border-color:#bbb;}
.heading h2:before, .head_sp_cl h1:before{right:100%;}
.heading h2:after, .head_sp_cl h1:after{left:100%;}
@media (max-width:768px){.heading h2:before,
.heading h2:after,
.head_sp_cl h1:before,
.head_sp_cl h1:after{width:20%;}
}
.heading-v1 h2:before,
.heading-v1 h2:after,
.head_sp_cl h1:before,
.head_sp_cl h1:after{top:15px;height:6px;border-top-style:solid;border-bottom-style:solid;}
.heading-v2 h2:before,
.heading-v2 h2:after{top:15px;height:6px;border-top-style:dashed;border-bottom-style:dashed;}
.heading-v3 h2:before,
.heading-v3 h2:after{top:15px;height:6px;border-top-style:dotted;border-bottom-style:dotted;}
.heading-v4 h2:before,
.heading-v4 h2:after{top:17px;border-bottom-style:solid;}
.heading-v5 h2:before,
.heading-v5 h2:after{top:17px;border-bottom-style:dashed;}
.heading-v6 h2:before,
.heading-v6 h2:after{top:17px;border-bottom-style:dotted;}
.table thead > tr > th{border-bottom:none;}
@media (max-width:768px){.table th.hidden-sm,
.table td.hidden-sm{display:none !important;}
}
.form-control{box-shadow:none;}
.form-control:focus{border-color:#bbb;box-shadow:0 0 2px #c9c9c9;}
.form-spacing .form-control{margin-bottom:15px;}
.input-group-addon{color:#b3b3b3;font-size:14px;background:#fff;}
.content-boxes-v1{text-align:center;}
.content-boxes-v1 span{display:block;margin-top:5px;}
@media (max-width:992px){.content-boxes-v2,
.content-boxes-v2 .text-justify{text-align:center;}
.content-boxes-v2 span{display:block;margin-top:5px;}
}
.content-boxes-v3 i.icon-custom{top:8px;float:left;position:relative;}
.content-boxes-v3 .content-boxes-in-v3{padding:0 10px;overflow:hidden;}
.content-boxes-v3 .content-boxes-in-v3 h3{font-size:18px;line-height:22px;margin-bottom:3px;text-transform:capitalize;}
.content-boxes-v3 .content-boxes-in-v3 h3 a{color:#555;}
.content-boxes-v3.content-boxes-v3-right{text-align:right;}
.content-boxes-v3.content-boxes-v3-right i.icon-custom{float:right;margin-left:10px;}
@media (max-width:768px){.content-boxes-v3.content-boxes-v3-right{text-align:inherit;}
.content-boxes-v3.content-boxes-v3-right i.icon-custom{float:left;margin-left:0;}
}
.content-boxes-v4 h2{color:#555;font-size:18px;font-weight:bold;text-transform:uppercase;}
.content-boxes-v4 a{color:#777;font-size:11px;font-weight:bold;text-transform:uppercase;}
.content-boxes-v4 i{width:25px;color:#0188cc;font-size:35px;margin-top:10px;}
.content-boxes-in-v4{padding:0 10px;overflow:hidden;}
.content-boxes-v5 i{float:left;color:#999;width:50px;height:50px;padding:11px;font-size:22px;background:#eee;line-height:28px;text-align:center;margin-right:15px;display:inline-block;}
.content-boxes-v5:hover i{color:#fff;background:#0188cc;}
.content-boxes-v6{padding-top:25px;text-align:center;}
.content-boxes-v6 i{color:#fff;width:90px;height:90px;padding:30px;font-size:30px;line-height:30px;position:relative;text-align:center;background:#dedede;margin-bottom:25px;display:inline-block;}
.content-boxes-v6 i:after{top:-8px;left:-8px;right:-8px;bottom:-8px;content:" ";position:absolute;border:1px solid #dedede;border-radius:50% !important;}
.content-boxes-v6:hover i,
.content-boxes-v6:hover i:after{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.content-boxes-v6:hover i{background:#0188cc;}
.content-boxes-v6:hover i:after{border-color:#0188cc;}
.service-block{padding:20px 30px;text-align:center;margin-bottom:20px;}
.service-block p,
.service-block h2{color:#fff;}
.service-block h2 a:hover{text-decoration:none;}
.service-block-light,
.service-block-default{background:#fafafa;border:solid 1px #eee;}
.service-block-default:hover{box-shadow:0 0 8px #eee;}
.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2{color:#555;}
.service-block-u{background:#0188cc;}
.service-block-blue{background:#0188cc;text-align: justify;}
.service-block-red{background:#e74c3c;text-align: justify;}
.service-block-sea{background:#1abc9c;text-align: justify;}
.service-block-grey{background:#95a5a6;}
.service-block-yellow{background:#f1c40f;}
.service-block-orange{background:#e67e22;}
.service-block-green{background:#2ecc71;}
.service-block-purple{background:#9b6bcc;}
.service-block-aqua{background:#27d7e7;}
.service-block-brown{background:#9c8061;}
.service-block-dark-blue{background:#4765a0;}
.service-block-light-green{background:#79d5b3;}
.service-block-dark{background:#555;}
.service-block-light{background:#ecf0f1;}
.funny-boxes{overflow:hidden;padding:15px 20px;margin-bottom:25px;background:#f7f7f7;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.funny-boxes h2 a{color:#555;}
.funny-boxes p a{color:#0188cc;}
.funny-boxes .funny-boxes-img li i{color:#0188cc;font-size:12px;margin-right:5px;}
.funny-boxes .funny-boxes-img img{display:block;margin:5px 10px 10px 0;}
.funny-boxes h2{margin-top:0;font-size:20px;line-height:20px;margin-bottom: 7px;}
.funny-boxes ul.funny-boxes-rating li{display:inline;}
.funny-boxes ul.funny-boxes-rating li i{color:#f8be2c;cursor:pointer;font-size:16px;}
.funny-boxes ul.funny-boxes-rating li i:hover{color:#f8be2c;}
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i{color:#fff;}
.funny-boxes-red{background:#e74c3c;}
.funny-boxes-blue{background:#0188cc;}
.funny-boxes-grey{background:#95a5a6;}
.funny-boxes-sea{background:#1abc9c;}
.funny-boxes-top-blue{border-top:solid 2px #0188cc;}
.funny-boxes-top-blue:hover{border-top-color:#2980b9;}
.funny-boxes-top-yellow{border-top:solid 2px #f1c40f;}
.funny-boxes-top-yellow:hover{border-top-color:#f39c12;}
.funny-boxes-left-orange{border-left:solid 2px #e67e22;}
.funny-boxes-left-orange:hover{border-left-color:#d35400;}
.funny-boxes-left-green{border-left:solid 2px #0188cc;text-align: justify;}
.funny-boxes-left-green:hover{border-left-color:#2980b9;}
.funny-boxes-right-u{border-right:solid 2px #0188cc;}
.funny-boxes-right-u:hover{border-right-color:#2980b9;}
blockquote{padding:5px 15px;border-left-width:2px;}
blockquote p{font-size:14px;font-weight:400;}
blockquote h1,
blockquote h2,
blockquote span{font-size:18px;margin:0 0 8px;line-height:24px;}
blockquote.bq-text-lg p,
blockquote.bq-text-lg small{text-transform:uppercase;}
blockquote.bq-text-lg p{font-size:22px;font-weight:300;line-height:32px;}
blockquote.text-right,
blockquote.hero.text-right{border-left:none;border-right:2px solid #eee;}
blockquote.hero.text-right,
blockquote.hero.text-right:hover{border-color:#555;}
blockquote:hover,
blockquote.text-right:hover{border-color:#0188cc;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
blockquote.bq-dark,
blockquote.bq-dark:hover{border-color:#585f69;}
blockquote.bq-green{border-color:#0188cc;}
blockquote.hero{border:none;padding:18px;font-size:16px;background:#f3f3f3;border-left:solid 2px #666;}
blockquote.hero:hover{background:#eee;border-left-color:#666;}
blockquote.hero.hero-dark,
blockquote.hero.hero-default{border:none;}
blockquote.hero.hero-dark{background:#444;}
blockquote.hero.hero-dark:hover{background:#555;}
blockquote.hero.hero-default{background:#0188cc;}
blockquote.hero.hero-default:hover{background:#2980b9;}
blockquote.hero.hero-dark p,
blockquote.hero.hero-dark h2,
blockquote.hero.hero-dark small,
blockquote.hero.hero-default p,
blockquote.hero.hero-default h2,
blockquote.hero.hero-default small{color:#fff;font-weight:200;}
img.img-bordered{padding:3px;border:solid 1px #eee;}
img.img-circle{border-radius:50% !important;}
img.image-sm{width:50px;height:50px;}
img.image-md{width:100px;height:100px;}
.responsive-video{height:0;padding-top:1px;position:relative;padding-bottom:56.25%;}
.responsive-video iframe{top:0;left:0;width:100%;height:100%;position:absolute;}
.tags-v1 li{margin:0;padding:0;}
.tags-v1 li a{font-size:13px;padding:4px 8px;line-height:32px;border:solid 2px #eee;border-radius:20px !important;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.tags-v1 li a:hover{text-decoration:none;border-color:#e0e0e0;}
.list-row{padding:0;margin-bottom:0;list-style:none;}
.height-100{min-height:100px;}
.height-150{min-height:150px;}
.height-200{min-height:200px;}
.height-250{min-height:250px;}
.height-300{min-height:300px;}
.height-350{min-height:350px;}
.height-400{min-height:400px;}
.height-450{min-height:450px;}
.height-500{min-height:500px !important;}
.no-padding{padding:0;}
.no-margin{margin:0;}
.no-top-space{margin-top:0 !important;padding-top:0 !important;}
.no-bottom-space{margin-bottom:0 !important;padding-bottom:0 !important;}
.content{padding-top:40px;padding-bottom:40px;}
.content-sm{padding-top:60px;padding-bottom:60px;}
.content-md{padding-top:80px;padding-bottom:20px;}
.content-md-first{padding-top:50px;padding-bottom:40px;}
.content-lg{padding-top:100px;padding-bottom:100px;}
.space-lg-hor{padding-left:60px;padding-right:60px;}
.space-xlg-hor{padding-left:100px;padding-right:100px;}
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60{clear:both;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-45{margin-bottom:45px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-55{margin-bottom:55px;}
.margin-bottom-60{margin-bottom:60px;}
@media (max-width:768px){.sm-margin-bottom-10{margin-bottom:10px;}
.sm-margin-bottom-20{margin-bottom:20px;}
.sm-margin-bottom-30{margin-bottom:30px;}
.sm-margin-bottom-40{margin-bottom:40px;}
.sm-margin-bottom-50{margin-bottom:50px;}
.sm-margin-bottom-60{margin-bottom:60px;}
}
@media (max-width:992px){.md-margin-bottom-10{margin-bottom:10px;}
.md-margin-bottom-20{margin-bottom:20px;}
.md-margin-bottom-30{margin-bottom:30px;}
.md-margin-bottom-40{margin-bottom:40px;}
.md-margin-bottom-50{margin-bottom:50px;}
.md-margin-bottom-60{margin-bottom:60px;}
}
.margin-top-20{margin-top:20px;}
.margin-left-5{margin-left:5px;}
.margin-left-10{margin-left:10px;}
.margin-right-5{margin-right:5px;}
.margin-right-10{margin-right:10px;}
.padding-left-5{padding-left:5px;}
.bg-grey{background:#f7f7f7;border-top:solid 1px #eee;border-bottom:solid 1px #eee;}
.no-rounded{border-radius:0 !important;}
.rounded{border-radius:4px !important;}
.rounded-x{border-radius:50% !important;}
.rounded-2x{border-radius:10px !important;}
.rounded-3x{border-radius:15px !important;}
.rounded-4x{border-radius:20px !important;}
.rounded-sm{border-radius:2px !important;}
.rounded-md{border-radius:3px !important;}
.rounded-top{border-radius:4px 4px 0 0 !important;}
.rounded-left{border-radius:4px 0 0 4px !important;}
.rounded-right{border-radius:0 4px 4px 0 !important;}
.rounded-bottom{border-radius:0 0 4px 4px !important;}
.overflow-h{overflow:hidden;}
.overflow-a{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.clear-both{clear:both;}
.text-justify p{text-align:justify;}
.full-width{width:100%;}
.img-width-200{width:200px;}
.img-center img{margin:0 auto;}
.lft-img-margin{margin:0 20px 5px 0;}
.rgt-img-margin{margin:0 0 5px 10px;}
.bg-light{padding:10px 15px;margin-bottom:10px;background:#fcfcfc;border:solid 1px #e5e5e5;}
.bg-light:hover{border:solid 1px #bbb;}
.hover-effect{-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.hover-effect-kenburn{left:10px;margin-left:-10px;position:relative;-webkit-transition:all 0.8s ease-in-out;-moz-transition:all 0.8s ease-in-out;-o-transition:all 0.8s ease-in-out;-ms-transition:all 0.8s ease-in-out;transition:all 0.8s ease-in-out;}
.hover-effect-kenburn:hover{-webkit-transform:scale(2) rotate(5deg);-moz-transform:scale(2) rotate(5deg);-o-transform:scale(2) rotate(5deg);-ms-transform:scale(2) rotate(5deg);transform:scale(2) rotate(5deg);}
.tp-bullets.preview4 .bullet{border-radius:10px !important;}
.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover{color:#fff;border:solid 1px transparent;}
.tp-banner-container a.re-btn-brd{background:none;border:solid 1px #fff;}
.tp-banner-container a.re-btn-brd:hover{color:#555;background:#fff;}
.tp-banner-container .btn-u.btn-brd{font-weight:400;}
.tp-banner-container{position:relative;height:500px;}
.fullscreen-container{width:100%;position:relative;padding:0;}
.revolution-mch-1:after{top:0;left:0;right:0;width:100%;height:100%;content:' ';position:absolute;background:rgba(0,0,0,0.3);}
.revolution-ch1{color:#fff;font-size:50px;font-weight:200;line-height:60px;padding:30px 50px;text-align:center;border:1px solid #fff;text-transform:uppercase;font-family:"Open Sans", sans-serif;}
.revolution-ch2{color:#fff;font-size:30px;max-width:470px;line-height:32px;position:relative;text-align:center;font-weight:normal;text-transform:uppercase;font-family:"Open Sans", sans-serif;}
.revolution-ch2:after{left:50%;width:70px;height:2px;content:' ';bottom:-20px;background:#fff;margin-left:-35px;position:absolute;}
.revolution-ch3{color:#fff;font-size:50px;font-weight:200;line-height:60px;text-align:center;text-transform:uppercase;font-family:"Open Sans", sans-serif;}
.revolution-ch4{color:#fff;font-size:18px;max-width:300px;line-height:30px;text-align:right;position:relative;font-weight:normal;font-family:"Open Sans", sans-serif;}
.revolution-ch5{color:#fff;font-size:50px;font-weight:200;line-height:60px;text-align:center;text-transform:uppercase;font-family:"Open Sans", sans-serif;}
#topcontrol{color:#fff;z-index:99;width:30px;height:30px;font-size:18px;background:#222;position:relative;right:14px !important;bottom:11px !important;border-radius:3px !important;padding-left:5px;padding-top:2px;}
#topcontrol:hover{color:#fff;background:#0188cc;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.portfolio-box{margin-bottom:100px;}
@media (min-width:991px) and (max-width:1199px){.portfolio-box{margin-bottom:60px;}
}
@media (min-width:768px) and (max-width:992px){.portfolio-box{margin-bottom:0;}
}
@media (max-width:768px){.portfolio-box{margin-bottom:60px;}
}
.portfolio-box a.zoomer{background:#fff;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;}
.portfolio-box a.zoomer:after{top:0;left:0;right:0;width:100%;height:100%;content:" ";position:absolute;}
.portfolio-box a.zoomer:hover:after{background:rgba(0,0,0,0.5);}
.portfolio-box a.zoomer img{width:100%;overflow:hidden;transition:all 500ms ease 0s;}
.portfolio-box a.zoomer:hover img{transform:scale(1.1) rotate(0.1deg);}
.portfolio-box .portfolio-box-in{left:0;top:50%;z-index:1;width:100%;min-height:50px;margin-top:-25px;visibility:hidden;text-align:center;position:absolute;}
.portfolio-box a.zoomer:hover .portfolio-box-in{visibility:visible;}
.portfolio-box a.zoomer:after,
.portfolio-box a.zoomer:hover:after,
.portfolio-box a.zoomer:hover .portfolio-box-in i{transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.portfolio-box .portfolio-box-in i{color:#fff;width:50px;height:50px;padding:16px;font-size:20px;text-align:center;background:#72c02c;display:inline-block;}
.portfolio-box small.project-tag{display:block;font-size:12px;margin-bottom:5px;}
.portfolio-box small.project-tag,
.portfolio-box small.project-tag a{color:#999;}
.portfolio-box small.project-tag i{margin-right:5px;}
.portfolio-box small.project-tag a:hover{color:#72c02c;}
.portfolio-box-v1{margin:0;}
.portfolio-box-v1 [class^="col-"]{padding:0;overflow:hidden;}
.portfolio-box-v1 li{background:#333;position:relative;-webkit-backface-visibility:hidden;}
.portfolio-box-v1 li:after{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;}
.portfolio-box-v1 li:hover:after{background:rgba(0,0,0,0.7);}
.portfolio-box-v1 li:after,
.portfolio-box-v1 li:hover:after{transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.portfolio-box-v1 li img{width:100%;overflow:hidden;transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.portfolio-box-v1 li:hover img{-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);}
.portfolio-box-v1 .portfolio-box-v1-in{left:0;top:50%;z-index:1;width:100%;visibility:hidden;min-height:150px;margin-top:-75px;text-align:center;position:absolute;font-family:"Open Sans";}
.portfolio-box-v1 li:hover .portfolio-box-v1-in{visibility:visible;}
.portfolio-box-v1 .portfolio-box-v1-in h2{font-size:22px;margin-top:20px;position:relative;margin-bottom:20px;text-transform:uppercase;}
.portfolio-box-v1 .portfolio-box-v1-in h2:after{left:50%;height:1px;width:40px;content:" ";bottom:-10px;background:#fff;margin-left:-20px;position:absolute;}
.portfolio-box-v1 .portfolio-box-v1-in p,
.portfolio-box-v1 .portfolio-box-v1-in h2{color:#fff;}
.portfolio-box-v1 .portfolio-box-v1-in p{font-size:16px;margin-bottom:20px;}
.portfolio-box-v1 .portfolio-box-v1-in a.btn-u{font-weight:normal;-webkit-backface-visibility:hidden;}
.portfolio-box-v2{margin:0 0 60px;}
.portfolio-box-v2 [class^="col-"]{padding:0;overflow:hidden;}
.portfolio-box-v2 li{background:#333;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;}
.portfolio-box-v2 li:after{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;}
.portfolio-box-v2 li:hover:after{background:rgba(255,255,255,0.6);}
.portfolio-box-v2 li:after,
.portfolio-box-v2 li:hover:after{transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.portfolio-box-v2 li img{width:100%;overflow:hidden;transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.portfolio-box-v2 li:hover img{-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);}
.portfolio-box-v2 .portfolio-box-v2-in{left:0;top:50%;z-index:1;width:100%;visibility:hidden;min-height:60px;margin-top:-30px;text-align:center;position:absolute;font-family:"Open Sans";}
.portfolio-box-v2 li:hover .portfolio-box-v2-in{visibility:visible;}
.portfolio-box-v2 .portfolio-box-v2-in i{color:#fff;width:60px;height:60px;padding:20px;font-size:22px;cursor:pointer;margin-right:5px;text-align:center;display:inline-block;background:rgba(114,192,44,0.8);}
.portfolio-box-v2 .portfolio-box-v2-in i:hover{background:#72c02c;}
.header-v5{z-index:99;position:relative;border-bottom:solid 2px #eee;}
.header-v5 .navbar{margin:0;}
@media (max-width:991px){.header-v5 .navbar{margin-top:10px;}
}
.header-v5 .navbar-default{border:none;background:none;}
@media (max-width:991px){.header-v5 .navbar-header{margin-bottom:7px;}
}
@media (min-width:993px) and (max-width:999px){.header-v5 .navbar-header{margin-top:15px;}
}
.header-v5 .navbar-brand{z-index:1;padding:15px 10px 10px 15px;}
@media (max-width:998px){.header-v5 .navbar-brand{margin-top:-15px;}
}
.header-v5 .navbar-default .navbar-toggle{color:#333;border:none;font-size:19px;margin-top:10px;}
.header-v5 .navbar-default .navbar-toggle .icon-bar{background:#222;}
.header-v5 .navbar-default .navbar-toggle:hover,
.header-v5 .navbar-default .navbar-toggle:focus{background:inherit;}
.header-v5 .navbar-collapse{position:relative;}
@media (min-width:992px){.header-v5 .navbar-nav{float:right;margin:0 auto;display:table;table-layout:fixed;}
}
.header-v5 .navbar-default .navbar-nav > li > a{color:#687074;font-size:16px;font-weight:400;text-transform:uppercase;}
.header-v5 .navbar-default .navbar-nav > .active > a{color:#18ba9b;}
@media (max-width:991px){.header-v5 .navbar-header{float:none;}
.header-v5 .navbar-toggle{display:block;}
.header-v5 .navbar-collapse.collapse{display:none !important;}
.header-v5 .navbar-collapse.collapse.in{display:block !important;overflow-y:auto !important;}
.header-v5 .navbar-nav{margin:0;float:none !important;}
.header-v5 .navbar-nav > li{float:none;}
.header-v5 .navbar-nav > li > a{padding-top:30px;padding-bottom:40px;}
.header-v5 .navbar-nav .open .dropdown-menu{border:0;float:none;width:auto;margin-top:0;position:static;box-shadow:none;background-color:transparent;}
.header-v5 .navbar-nav .open .dropdown-menu > li > a,
.header-v5 .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;}
.header-v5 .navbar-nav .open .dropdown-menu > li > a{line-height:20px;}
.header-v5 .navbar-nav .open .dropdown-menu > li > a:hover,
.header-v5 .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none;}
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777;}
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent;}
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7;}
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent;}
.header-v5 .navbar-default .dropdown-menu.no-bottom-space{padding-bottom:0;}
.header-v5 .navbar-collapse,
.header-v5 .navbar-collapse .container{padding-left:0 !important;padding-right:0 !important;}
.header-v5 .navbar-default .navbar-nav > li > a{font-size:14px;padding:9px 10px;}
.header-v5 .navbar-default .navbar-nav > li a{border-bottom:solid 1px #eee;}
.header-v5 .navbar-default .navbar-nav > li > a:focus{background:none;}
.header-v5 .navbar-default .navbar-nav > li > a:hover{color:#18ba9b;}
.header-v5 .navbar-default .navbar-nav > .active > a,
.header-v5 .navbar-default .navbar-nav > .active > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a:focus{background-color:#fff !important;}
.header-v5 .dropdown .dropdown-submenu > a{font-size:13px;color:#333 !important;text-transform:uppercase;}
}
@media (min-width:992px){.header-v5 .navbar-collapse{padding:0;}
.header-v5 .navbar-default .navbar-nav > li > a{line-height:29px;padding:23px 18px 24px;}
.header-v5 .navbar-default .navbar-nav > li > a:last-child{padding-right:15px;}
.header-v5 .navbar-default .navbar-nav > li > a,
.header-v5 .navbar-default .navbar-nav > li > a:focus{border-top:solid 2px transparent;}
.header-v5 .navbar-default .navbar-nav > li > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a{border-top:solid 2px #18ba9b;}
.header-v5 .navbar-default .navbar-nav > li > a,
.header-v5 .navbar-default .navbar-nav > li > a:hover,
.header-v5 .navbar-default .navbar-nav > li > a:focus,
.header-v5 .navbar-default .navbar-nav > .active > a,
.header-v5 .navbar-default .navbar-nav > .active > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a:focus{background:none;}
.header-v5 .navbar-default .navbar-nav > .open > a,
.header-v5 .navbar-default .navbar-nav > .open > a:hover,
.header-v5 .navbar-default .navbar-nav > .open > a:focus{color:#18ba9b;}
.header-v5 .navbar-default .navbar-nav > li:hover > a{color:#18ba9b;}
.header-v5 .dropdown-menu{padding:0;border:none;min-width:200px;border-radius:0;z-index:9999 !important;border-top:solid 2px #18ba9b;-webkit-box-shadow:0 2px 2px 0px rgba(90,90,90,0.075);-moz-box-shadow:0 2px 2px 0px rgba(90,90,90,0.075);box-shadow:0 5px 5px 0px rgba(90,90,90,0.075);}
.header-v5 .dropdown-menu li a{color:#687074;font-size:14px;font-weight:400;padding:8px 15px;border-bottom:solid 1px #dedede;}
.header-v5 .dropdown-menu > li > a{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;}
.header-v5 .dropdown-menu .active > a,
.header-v5 .dropdown-menu li > a:hover{color:#fff;background:#18ba9b;filter:none !important;}
.header-v5 .dropdown-menu li > a:focus{color:inherit;background:none;filter:none !important;}
.header-v5 .navbar-nav > li.dropdown:hover > .dropdown-menu{display:block;}
.header-v5 .open > .dropdown-menu{display:none;}
.header-v5 .dropdown-menu li.dropdown-submenu:hover > a{color:#fff;background:#18ba9b;}
}
.header-v5 .dropdown-submenu{position:relative;}
.header-v5 .dropdown > a:after,
.header-v5 .dropdown-submenu > a:after{top:8px;right:9px;font-size:11px;content:"\f105";position:absolute;font-weight:normal;display:inline-block;font-family:FontAwesome;}
@media (max-width:991px){.header-v5 .dropdown-submenu > a:after{content:" ";}
.header-v5 .dropdown > a:after{top:9px;right:15px;content:"\f107";}
}
@media (min-width:992px){.header-v5 .dropdown > a:after{content:" ";}
}
.header-v5 .dropdown-submenu > .dropdown-menu{top:3px;left:100%;margin-top:-5px;margin-left:0px;}
.header-v5 .dropdown-submenu > .dropdown-menu.submenu-left{left:-100%;}
.header-v5 .dropdown-submenu:hover > .dropdown-menu{display:block;}
@media (max-width:991px){.header-v5 .dropdown-submenu > .dropdown-menu{display:block;margin-left:15px;}
}
.header-v5 .dropdown-submenu.pull-left{float:none;}
.header-v5 .dropdown-submenu.pull-left > .dropdown-menu{left:-100%;margin-left:10px;}
.header-v5 .dropdown-menu li [class^="fa-"],
.header-v5 .dropdown-menu li [class*=" fa-"]{left:-3px;width:1.25em;margin-right:1px;position:relative;text-align:center;display:inline-block;}
.header-v5 .dropdown-menu li [class^="fa-"].fa-lg,
.header-v5 .dropdown-menu li [class*=" fa-"].fa-lg{width:1.5625em;}
.header-fixed .header-v5.header-fixed-shrink{top:-61px;left:0;width:100%;z-index:9999;position:fixed;height:150px;margin-top:-2px;border-bottom:none;box-shadow:0 0 3px #bbb;background:rgba(255,255,255, 0.96);-webkit-transition:background 0.4s;-moz-transition:background 0.4s;transition:background 0.4s;}
.header-fixed .header-v5.header-fixed-shrink .topbar{display:none;}
.header-fixed .header-v5.no-topbar{height:78px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink{height:95px;margin-top:-35px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-brand{top:46px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists{margin-top:26px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge.badge-lists > li{padding-bottom:17px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .shop-badge .badge-open{top:69px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu{margin-top:-1px;}
.header-fixed .header-v5.header-fixed-shrink .navbar-brand{top:15px;z-index:1;position:relative;padding:0 10px 10px;}
.header-fixed .header-v5.header-fixed-shrink .navbar-brand img{width:90%;}
.header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > .dropdown-menu{margin-top:-8px;}
.header-fixed .header-v5.header-fixed-shrink .shop-badge.badge-lists{margin-top:-3px;}
.header-fixed .header-v5.header-fixed-shrink .shop-badge .badge-open{top:70px;}
@media (max-width:991px){.header-fixed .header-v5,
.header-fixed .header-v5.header-fixed-shrink,
.header-fixed .header-v5.no-topbar,
.header-fixed .header-v5.no-topbar.header-fixed-shrink{height:inherit;position:relative;}
}
@media (min-width:992px){.header-fixed .header-v5.header-fixed-shrink .navbar-nav > li > a{font-size:15px;margin-top:2px;padding:17px 18px 26px;}
.header-fixed .header-v5.no-topbar.header-fixed-shrink .navbar-nav > li > a{margin-top:35px;padding:14px 17px 16px;}
}
.header-v5 .mega-menu .nav,
.header-v5 .mega-menu .dropup,
.header-v5 .mega-menu .dropdown,
.header-v5 .mega-menu .collapse{position:static;}
.header-v5 .mega-menu .navbar-inner,
.header-v5 .mega-menu .container{position:relative;}
.header-v5 .mega-menu .dropdown-menu{left:auto;}
.header-v5 .mega-menu .dropdown-menu > li{display:block;}
.header-v5 .mega-menu .dropdown-submenu .dropdown-menu{left:100%;}
.header-v5 .mega-menu .nav.pull-right .dropdown-menu{right:0;}
.header-v5 .mega-menu .mega-menu-content{*zoom:1;padding:20px 10px;}
.header-v5 .mega-menu .mega-menu-content:before,
.header-v5 .mega-menu .mega-menu-content:after{content:"";display:table;line-height:0;}
.header-v5 .mega-menu .mega-menu-content:after{clear:both;}
.header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v5 .mega-menu.navbar .nav > li > .dropdown-menu:before{display:none;}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu{left:0;right:0;overflow:hidden;}
@media (min-width:992px){.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu{margin-left:10px;margin-right:15px;}
}
@media (max-width:991px){.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu{width:auto;}
.header-v5 .mega-menu .mega-menu-content{padding-right:0;}
.header-v5 .mega-menu .mega-menu-content [class^="col-"]{padding-right:25px;}
.header-v5 .mega-menu .dropdown-menu > li > ul{display:block;}
}
@media (min-width:768px){.header-v5 .mega-menu .mega-menu-content .container{width:708px;}
}
@media (min-width:992px){.header-v5 .mega-menu .mega-menu-content .container{width:910px;}
}
@media (min-width:1200px){.header-v5 .mega-menu .mega-menu-content .container{width:1110px;}
}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li{padding-bottom:5px;}
.header-v5 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a{padding:0;border-bottom:none;}
.header-v5 img.product-offers:hover{opacity:0.9;}
.header-v5 h3.mega-menu-heading{color:#555;font-size:18px;font-weight:400;margin-bottom:5px;padding-bottom:5px;text-transform:uppercase;border-bottom:1px solid #dedede;}
.header-v5 h3.mega-menu-heading.margin-bottom-10{margin-bottom:10px !important;}
#logo-footer{margin-bottom:15px;width:200px;}
.footer-v1 .footer{padding:40px 0;background:#272727;}
.footer-v1 .footer p{color:#eee;line-height: 24px;text-align: justify;}
.footer-v1 .footer h2{color:#eee;font-size:18px;font-weight:200;}
.footer-v1 .link-list li{border-top:solid 1px #353535;}
.footer-v1 address,
.footer-v1 .link-list a,
.footer-v1 .link-list i{color:#eee;}
.footer-v1 address{line-height:49px;}
.footer-v1 .footer .map-img{background:url(../../img/map-img.html) 5px 60px no-repeat;}
.footer-v1 .copyright{background:#222;border-top:none;padding:10px 0 5px;}
.footer-v1 .copyright p{color:#eee;margin-top:14px;}
.footer-v1 .copyright a{margin:0 2px;}
.footer-v1 .footer-socials{margin-top:12px;text-align:right;}
.footer-v1 .footer-socials li a{color:#777;font-size:16px;}
@media (max-width:991px){.footer-v1 .copyright,
.footer-v1 .footer-socials{text-align:left;}
}
.footer-v1 a, a{color:#0188cc;}
.footer-v1 a:hover, a:hover{color:#0188cc;text-decoration:none;}
.header-v5 .navbar-default .navbar-nav > li > a:hover,
.header-v5 .navbar-default .navbar-nav > .active > a{border-top:2px solid #0188cc;}
.header-v5 .navbar-default .navbar-nav > .active > a{color:#0188cc;}
.header-v5 .navbar-default .navbar-nav > li:hover > a{color:#0188cc;}
.header-v5 .navbar-default .navbar-nav > .open > a,
.header-v5 .navbar-default .navbar-nav > .open > a:hover,
.header-v5 .navbar-default .navbar-nav > .open > a:focus{color:#0188cc;}
.header-v5 .dropdown-menu li > a:hover{background:#0188cc;}
.header-v5 .dropdown-menu .active > a,
.header-v5 .dropdown-menu li > a:hover{background:#0188cc;}
.header-v5 .dropdown-menu{border-color:#0188cc;}
.header-v5 .dropdown-menu li.dropdown-submenu:hover > a{background:#0188cc;}
.header-v5 .dropdown-menu .style-list li > a:hover{background:none;}
.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover{color:#0188cc;}
*{font-family:'Open Sans', sans-serif;}
#slide_1_txt{font-size:15px;padding:0.5em;background-color:#ffffff;text-align:center;}
.z_ind_6{z-index:6;}
.center-block{margin:0 auto;}
.font_12{font-size:12px;}
.ht_eq{height:730px;}
h1, h2, h3, h4, h5, h6{color:#687074;}
p{color:#888;font-size:14px;line-height:22px;}
a{color:#0188cc;text-decoration:none;}
a:hover{color:#18ba9b;text-decoration:underline;}
ul.list-inline{margin-left:0;}
li:first-child{padding-left:0;}
.heading h2{color:#687074;font-size:24px;text-transform:uppercase;}
.heading h2:before,
.heading h2:after{width:100%;}
@media (max-width:991px){.heading h2:before,
.heading h2:after{width:65%;}
}
@media (max-width:768px){.heading h2:before,
.heading h2:after{width:35%;}
}
@media (max-width:600px){.heading h2{font-size:19px;}
.heading h2:before,
.heading h2:after{width:15%;}
}
.illustration-v1{display:block;overflow:hidden;min-height:170px;position:relative;background-size:cover;background-position:center center;}
.illustration-v1:before{top:0;left:0;right:0;width:100%;height:100%;content:" ";position:absolute;background:rgba(42,42,42,0.3);}
.illustration-v1:hover{text-decoration:none;}
.illustration-v1 .illustration-bg{width:100%;display:table;min-height:170px;background-clip:padding-box;}
.illustration-v1 .illustration-ads{width:100%;height:170px;overflow:hidden;text-align:center;display:table-cell;vertical-align:middle;padding:15px 20px 20px;background-clip:padding-box;}
.illustration-v1.illustration-img1{width:100%;overflow:hidden;background-image:url(../img/choose_steelshoppee.jpg);transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.illustration-v1.illustration-img1:hover{-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);}
.illustration-v1 .ad-details-v1 h3, .illustration-v1 .ad-details-v1 p{color:#fff;font-size:30px;line-height:30px;position:relative;font-weight:normal;}
.illustration-v1 .ad-details-v1 p{margin-top:30px;font-size:25px;}
.illustration-v1 .ad-details-v1 h3:after{left:50%;z-index:1;width:30px;height:3px;content:" ";bottom:-17px;background:#fff;margin-left:-15px;position:absolute;}
.illustration-v1 .ad-details-v1 .btn-brd{font-weight:400;border-width:2px;}
.illustration-v1 .ad-details-v1 .btn-brd:hover{border-width:2px;}
.illustration-v1 .ad-details-v1 .btn-u{padding:5px 30px;}
.illustration-v1.illustration-img2{width:100%;overflow:hidden;background-image:url(../img/ask_for_quotation.jpg);transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.illustration-v1.illustration-img2:hover{-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);}
.illustration-v1 .ad-details-v2 span.item-time{color:#fff;padding:0 10px;font-size:18px;font-weight:400;position:relative;display:inline-block;text-transform:uppercase;}
.illustration-v1 .ad-details-v2 span.item-time:before,
.illustration-v1 .ad-details-v2 span.item-time:after{top:15px;width:40%;height:2px;content:" ";background:#fff;position:absolute;}
.illustration-v1 .ad-details-v2 span.item-time:before{left:100%;}
.illustration-v1 .ad-details-v2 span.item-time:after{right:100%;}
.illustration-v1 .ad-details-v2 span.item-name{color:#fff;display:block;font-size:40px;line-height:60px;position:relative;font-weight:normal;text-transform:uppercase;}
.thumb-headline h2{color:#eee;font-size:16px;}
.footer-logo{margin:17px 0 20px;}
.latest-list li{padding:8px 0;border-top:1px solid #353535;}
.latest-list li:first-child{padding-top:0;border-top:none;}
.latest-list li a{color:#eee;}
.latest-list small{color:#999;display:block;}
.link-list li{border-top:solid 1px #353535;}
.link-list li:first-child{border-top:none !important;}
.link-list a{color:#eee;font-size:11px;padding:6px 0px;display:inline-block;text-transform:uppercase;}
.link-list li i{color:#bbb;float:right;margin-top:10px;}
.latest-tweets .latest-tweets-inner p{color:#555;font-size:13px;}
.latest-tweets .latest-tweets-inner a{text-decoration:none;}
.latest-tweets .latest-tweets-inner a:hover{text-decoration:underline;}
.latest-tweets .latest-tweets-inner i.fa{top:2px;float:left;color:#bbb;color:#55acee;font-size:18px;margin-right:5px;position:relative;}
.latest-tweets .latest-tweets-inner small{color:#777;display:block;}
.social-icons{margin-top:5px;}
.social-icons li{margin:0;}
.social-icons li a{margin:0 3px;}
.breadcrumbs{overflow:hidden;padding:70px;height:200px;border-bottom:solid 1px #eee;background:url(../img/breadcrumbs.html) repeat;}
.breadcrumbs h1{color:#fff;font-size:22px;margin-top:8px;}
.breadcrumb{top:10px;padding-right:0;background:none;position:relative;}
.breadcrumb a{color:#fff;}
.breadcrumb li.active,
.breadcrumb li a:hover{color:#0188cc;text-decoration:none;}
@media (max-width:550px){.breadcrumbs h1.pull-left,
.breadcrumbs ul.pull-right{width:100%;text-align:center;}
.breadcrumbs h1.pull-left{margin-bottom:0;}
.breadcrumbs .breadcrumb{top:0;margin-bottom:10px;}
}
.who li{margin-bottom:6px;font-size:15px;line-height:22px;}
.who li i{color:#666666;font-size:17px;min-width:15px;margin-right:8px;text-align:center;position:relative;}
.who li:hover i,
.who li:hover a{color:#777;}
.who li:hover a:hover{text-decoration:none;}
.map{width:100%;height:350px;border-top:solid 1px #eee;border-bottom:solid 1px #eee;}
.map-box{height:250px;}
.map-box-space{margin-top:15px;}
.map-box-space1{margin-top:7px;}
#contact_frm{color:#666666;}
.red{color:red;}
label.common_frm_label{font-weight:normal;}
.error-v1{padding-bottom:30px;text-align:center;}
.error-v1 p{color:#555;font-size:16px;}
.error-v1 span{color:#555;display:block;font-size:35px;font-weight:200;}
.error-v1 span.error-v1-title{color:#777;font-size:180px;line-height:200px;padding-bottom:20px;}
@media (max-width:500px){.error-v1 p{font-size:12px;}
.error-v1 span{font-size:25px;}
.error-v1 span.error-v1-title{font-size:140px;}
}

.star_ul li{
	background: url('../img/star.jpg') no-repeat left top;
	padding-left: 20px;
}
.star_separator
{
	background: url('../img/star_row.jpg') no-repeat -1px top;
	height: 30px;
}
.tick_ul li
{
	background: url('../img/star.jpg') no-repeat left top;
	padding-left: 20px;	
}


.single_product_row{
  color:#000000;
  line-height: 25px;
}

.single_product_row p{
	color:#333333;
  	line-height: 25px;	
}

.single_product_row h2{
  margin-top: 25px;
}

.single_product_row ul{
	margin-bottom: 20px;
}

.itemname_head{
	display: block;
	font-size: 30px;
	margin:10px 0px 20px 0px;
	color:#555555;
}