@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 85px;
  background: #fff;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 26px;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 40px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
@media (max-width: 480px) {
.section-header .section-title {
  font-size: 34px;
}
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title.bigfont {
  font-size: 32px;
  color: #45aed6;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  border-bottom: 1px solid #45aed6;
}
.column-title > span {
  color: #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #45aed6;
}
ul.nostyle i {
  color: #45aed6;
  margin-right: 7px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.itemarea {
	width: 100%;
	float: left;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.font1 {
	font-size: 16px;
	color: #45aed6;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 22px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 10px 15px 9px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 30px;
    border-top: 3px solid #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}


#main-slider {
  overflow: hidden;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33;
  color: #fff;
  padding: 70px 0 60px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 30px;
}

#video-info {
	width: 75%;
	margin: 0 auto;
	overflow:hidden;
	background-color: #000;
	min-height:100px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
#video-info {
	width: 100%;
}
}


#features {
  padding: 80px 0;
}
#features .brand {
	width: 100%;
	float: left;
}
#features .brand ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#features .brand li { 
	display:block;
	width:50%;
	float: left;
	list-style:none;
	text-decoration: none;
	padding: 5px 1%;
	margin: 0;
}
#features .brand li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #e6e6e6;
	position: relative;
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );*/
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#features .brand ul li .productimg {
	width: 100%;
	height: 90px;
	outline: none;
	display: inline-block;
	float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
#features .brand ul {
	width: 100%;
}

}
@media (max-width: 767px) {
#features .margintop30 {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
}
@media (max-width: 480px) {
#features .brand ul {
	width: 100%;
}
}


#services {
  padding: 80px 0 75px;
}
#services .features {
  width: 100%;
  display: inline-block;
}
.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#services .blog-post {
  border: 1px solid #eee;
  padding: 15px;
  margin: 0 0 25px;
  width: 100%;
  float: left;
}
#services .blog-post:last-child {
  margin: 0;
}
#services .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#services .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#services .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#services .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#services .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
  color: #64686d;
}
#services .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#services .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#services .blog-post.blog-large .entry-content {
  display: block;
  margin-top: 5px;
  color: #333;
}
#services .blog-post.blog-media {
  margin-bottom: 30px;
}
#services .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#services .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#services .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#services .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#services .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#services .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#services .blog-post.blog-large .scontent1 {
  display: block;
  margin-top: 5px;
  color: #333;
}
#services .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#services .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#services .blog-post .entry-meta > span > a {
  color: #999;
}
#services .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}

#services .products {
    width: 100%;
	float: left;
}
#services .products ul {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0;
	padding:0;
	border-top: 1px dashed #e0e0e0;
}
#services .products ul li {
	display: block;
	width: 49%;
	float: left;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 10px 2% 10px 0;
}
#services .products ul li:last-child {
	margin: 10px 0 10px 0;
}
#services .products .news-det {
	display: inline-block;
	width: calc(100% - 270px);
	margin: 5px 0 0 20px;
}
#services .products .news-det h3 {
	font-size: 18px;
	line-height: 28px;
	color: #45aed6;
	margin: 5px 0;
	padding: 0;
}
#services .products .news-det .news-txt {
	margin: 5px 0;
	padding: 0;
	line-height: 24px;
}
#services .products .news-img {
	float: left;
	width: 250px;
}
#services .products .newsimg {
	width: 100%;
	height: 220px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
#services .products .news-det {
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
}
}
@media (max-width: 767px) {
#services .products .news-det {
	display: inline-block;
	width: 100%;
	margin: 5px 0 0 0;
}
#services .products .news-img {
	float: left;
	width: 100%;
}
}
@media (min-width: 481px) {
#services .margintop30 {
  margin: 0 ;
}
#services  ul.nostyle {
  margin-bottom: 0px;
}
}
@media (max-width: 480px) {
#services .margintop30 {
  margin: 30px 0 0 ;
}
#services  ul.nostyle {
  margin-bottom: 0px;
}
#services .products ul li {
	width: 100%;
	margin: 10px 0 10px 0;
}
#services .products .news-img {
	float: left;
	width: 100%;
}
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#about {
	width: 100%;
	display: inline-block;
  padding: 80px 0 0;
}
#about .about-logo {
  float: left;
  width: 42%;
  margin: 8px 25px 5px 0;
}
#about .about-logo img {
  width: 100%;
}
.about-certifbg {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	min-height: 300px;
	margin: 30px 0 0;
	background: #2b3445 url(../certif-bg.jpg) no-repeat center top;
	background-size: 100% auto;
}
.about-certifbg h3 {
	color: #fff;
	font-size: 28px;
}
.about-certifbg ul {margin: 0;padding: 0; float: left; width: 100%;}
.about-certifbg li {
	list-style-type: none;
	float: left;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 30px 10px 0;
}
.about-certifbg li A:link {color:#a0e2fc;text-decoration:none}
.about-certifbg li A:visited {color:#a0e2fc;text-decoration:none}
.about-certifbg li A:hover {color:#f8e655;text-decoration:none}
.about-certifbg li img {
	margin: 0 0 2px;
}
.about-w{
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
}
.about-w1{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #fff;
	margin: 20px 0 0;
}
.about-w2{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	margin: 7px 0 0;
}
.about-w2 A:link {color:#a0e2fc;text-decoration:none}
.about-w2 A:visited {color:#a0e2fc;text-decoration:none}
.about-w2 A:hover {color:#f8e655;text-decoration:none}
@media (min-width: 768px) and (max-width: 991px) {
.about-certifbg {
	padding: 30px 0 40px;
	background-size: auto 100%;
}
}
@media (max-width: 767px) {
.about-certifbg {
	padding: 30px 0 30px;
	background-size: auto 100%;
}
#about .about-logo {
  float: left;
  width: 100%;
  margin: 8px 0 15px 0;
}
}

#work-process {
  padding: 80px 0 50px;
  background: #eee url(../bg1.jpg) no-repeat 0 0;
  color: #333;
}
#work-process h2 {
  color: #000;
}
#work-process h3 {
  color: #333;
  margin-bottom: 0;
}
#work-process .panel-group {
  width: 50%;
  float: left;
}
#work-process .photo {
  width: 48%;
  float: right;
}
#work-process ul.word {
  width: 100%;
  float: left;
  margin: 6px 0 0;
  padding: 2px 13px;
  background: #fff;
  border-radius:3px;
  box-shadow:0 1px 1px rgba(0,0,0,.05)
}
#work-process ul.word li {
  width: 100%;
  float: left;
  margin: 5px 0; 
  padding: 0 0 0 18px;
  line-height: 23px;
  background: url(../line1.gif) no-repeat 3px 12px;
}
#con-process {
  padding: 10px 0 0;
  background: #eee url(../bg1.jpg) no-repeat 0 0;
  color: #333;
}
#con-process .container {
  padding: 60px 15px 60px 320px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#con-process .get-content {
  display: inline-block;
}
#con-process h2 {
  font-size: 36px;
  color: #333;
  margin: 0 0 15px;
}
#con-process h2 a {
  color: #45aed6;
  text-decoration: underline;
}
#con-process h2 a:hover {
  color: #0072bc;
  text-decoration: none;
}
@media (max-width: 600px) {
#con-process .container {
  padding: 20px 15px 20px 200px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 180px auto;
}
}
@media (max-width: 480px) {
#con-process h2 {
  margin: 0 0 5px;
}
#con-process .container {
  padding: 20px 15px 20px 130px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: -35px top;
  background-size: 180px auto;
}
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 18px;
  font-weight: normal;
  color: #2c8eb3;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
	color: #333;
	line-height: 23px;
	padding: 10px 15px 12px;
}

#get-in-touch {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch .container {
  padding: 80px 15px 80px 320px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#get-in-touch .get-content {
  display: inline-block;
}
#get-in-touch h2 {
  color: #fff;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
#work-process .panel-group {
  width: 47%;
  float: left;
}
#work-process .photo {
  width: 50%;
  float: right;
}
}
@media (max-width: 600px) {
#get-in-touch .container {
  padding: 20px 15px 20px 200px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 180px auto;
}
#work-process .panel-group {
  width: 100%;
  float: left;
}
#work-process .photo {
  width: 100%;
  float: left;
}
}
@media (max-width: 480px) {
#get-in-touch h2 {
  margin: 0 0 5px;
}
#get-in-touch .container {
  padding: 20px 15px 20px 130px;
  background-image: url(../people.png);
  background-repeat: no-repeat;
  background-position: -35px top;
  background-size: 180px auto;
}
#work-process .panel-group {
  width: 100%;
  float: left;
}
#work-process .photo {
  width: 100%;
  float: left;
}
}


#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

/*************************
*******certificate CSS****
**************************/
#profile-iso {
	width: 100%;
	float: left;
}
#profile-iso .certif1 {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 10px 0;
}
#profile-iso .certif1:last-child {
	margin: 0;
}
#profile-iso .certif1 ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	width: 25%;
	float: left;
	padding: 5px 1%;
}
#profile-iso .certif1 ul li {
	display: block;
	list-style: none;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
#profile-iso .certif1 ul li.certif-name {
	color: #333;
	margin-top: 7px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.4em;
}
#profile-iso .certif1 ul li.gallery-overlay {
	display: block;
	height: 350px;
	position: relative;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}
#profile-iso .certif1 ul li.gallery-overlay:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:360px;
    margin:auto;
}
@media (min-width: 768px) and (max-width: 991px) {
#profile-iso .certif1 ul {
	width: 50%;
	padding: 5px 1% 20px;
}
}
@media (max-width: 767px) {
#profile-iso .certif1 ul {
	width: 50%;
	padding: 5px 1% 20px;
}
#profile-iso .certif1 ul li.gallery-overlay {
	height: 300px;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	max-height:290px;
}
}
@media (max-width: 480px) {

#profile-iso .certif1 ul {
	width: 100%;
	padding: 5px 1% 20px;
}
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  background: #252a57;
  text-align: center;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
