.button {
  background: #65a6fd;
  padding: 5px 20px;
  margin-top: 15px;
  color: #ffffff;
  border-top: 2px solid #65a6fd;
  border-left: 2px solid #65a6fd;
  border-bottom: 2px solid #333;
  border-right: 2px solid #65a6fd;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.button:hover {
  background: none;
  border: 2px solid #333;
  color: #333;
}
.title-line {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  font-size: 16px;
  text-shadow: none;
}
a {
  color: #99c3fb;
}
a:hover {
  color: #65A6FD !important;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:focus {
  outline: medium none;
  color: #65A6FD !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*text-transform: uppercase;*/
  color: #333;
  font-family: 'Droid Serif', serif;
}
ul,
ol {
  padding: 0 !important;
  margin-bottom: 0;
}
p {
  margin-bottom: 0 !important;
  font-weight: 300;
}

/**** Header ******/
header {
  /*background: #333;
  height: 60px;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 30px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
header.navbar-fixed-top {
  background: #333;
  height: 60px;
  padding: 0;
}
header .navbar-collapse.collapse {
  padding: 0;
}
/*header .logo h1,
header.smaller .logo h1 {
  margin: 4px 0 0px -3px;
}
header.smaller .logo h1 img {
  width: 40%;
}
header.smaller nav ul li {
  padding: 18px 20px;
}
header.smaller nav ul li a {
  color: #ffffff;
}
header nav ul li a:focus,
header.smaller nav ul li a:focus {
 color: #65a6fd !important;
}
header.smaller .lang {
  padding: 12px 0;
}
header.smaller .lang li {
  padding: 0 10px;
}*/
#header .navbar-brand{
  padding: 5px 0 15px;
}
#header .navbar-header h1{
  margin:0;
  display: inline-block;
  float: left;
}
.inner-banner {
  height: 430px;
  overflow: hidden;
}
/*header nav ul li {
  float: left;
  list-style: outside none none;
  padding: 18px 15px;
}
header nav ul li:last-child {
  padding-right: 0;
}*/
header nav ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 18px 15px !important;
}
/*header nav ul li a.active{
  text-decoration: underline;
}*/
.nav > li > a:hover,.nav > li.active > a, .nav > li > a:focus, .navbar ul li.current-menu-item a {
  color: #65a6fd;
  text-decoration: none;
  background-color: transparent;
}
header .lang {
  display: inline-block;
  /*padding: 22px 0;*/
}
header .lang li {
  display: inline-block;
  list-style: outside none none;
  padding: 18px 10px;
}
header .lang li:last-child {
  padding-right: 0;
}
span.page_name {
  color: #fff;
  float: left;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 24px;
  padding-left: 10px;
  text-transform: capitalize;
  border-left: 1px solid #ccc;
  font-family: 'Droid Serif', serif;
}
/**** banner ******/
#banner {
  position: relative;
  /*height: 100vh;*/
  width: 100%;
  z-index: 1;
  /*background: url("../images/banner-bg.jpg") repeat;*/
  background: #DEDEDE;
  /*padding: 60px 0 0;*/
}
#banner .banner-cover {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background: url(../images/banner-cover-top.png) no-repeat top left, url(../images/banner-cover-bottom.png) no-repeat bottom right;*/
}

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}

#banner .banner-cover img {
  width: 100%;
}
#banner #carousel-generic {
  height: 100%;
}
#banner .banner_text {
    /*left: 50%;
    margin-left: -400px;*/
    position: absolute;
    top: 30%;
    max-width: 800px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    /*text-align: justify;*/
}
#banner.inner-banner .banner_text {
    top: 40%;
    text-align: left;
}
.banner_text span a {
    color: #fff;
}
#banner #carousel-generic .carousel-indicators {
  bottom: 10px !important;
	/*margin-bottom: 0 !important;
	right: 30px !important;
	text-align: right;
	width: auto !important;*/
}
#banner #carousel-generic .carousel-indicators li {
  background: #333;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  /*width: 80px !important;*/
  margin: 0;
}
#banner #carousel-generic .carousel-indicators li.active {
  background: #437cc7 !important;
  /*width: 80px !important;*/
  border:1px solid #437cc7 !important;
  width: 10px !important;
  height: 10px !important;
}
#banner #carousel-generic .carousel-inner {
  background: #fcfcfc;
  /*border-radius: 20px;*/
  height: 100%;
}
#banner #carousel-generic .carousel-inner .item {
  height: 100%;
  /*margin-top: 50px;*/
}
#banner #carousel-generic .carousel-inner .item img, #banner .item img, #banner img {
  width: 100%;
}
#banner #carousel-generic .carousel-inner .carousel-caption, #banner .carousel-caption{
  left: 4%;
  text-align: left;
  top: 30%;
  width: 530px;
  /*bottom: 0px;
  left: 37%;
  right: 0;
  text-align: right;
  background: url(../images/banner-cover-bottom.png) no-repeat bottom right;
  padding-right: 30px;
  padding-top: 150px;
  padding-left: 250px;
  padding-bottom: 50px;*/
}
#banner #carousel-generic .carousel-inner .carousel-caption h2,
#banner .carousel-caption h2, #banner .banner_text h2 {
  font-size: 30px;
  /*padding-left: 30%;*/
  line-height: 40px;
  text-shadow: none;
  font-weight: 300;
  color: #fff;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif
}
#banner .carousel-caption > span, #banner .banner_text span {
  font-style: italic;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
}
#banner #carousel-generic .carousel-inner .carousel-caption h2 strong,
#banner .carousel-caption h2 strong, #banner .banner_text h2 strong{
  font-weight: 800;
}
#banner #carousel-generic .carousel-inner .carousel-caption p,
#banner .carousel-caption p, #banner .banner_text p {
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}
.photo-bottom-shadow > img {
  width: 100%;
}
#boxes-wrapper {
  padding: 30px 0 0;
}
#boxes-wrapper .col-md-8.col-sm-8, #boxes-wrapper .col-md-4.col-sm-4 {
 /* padding: 0 20px;*/
}
#boxes-wrapper .col-md-4.col-sm-4 {
  /*padding-left: 0;*/
}
.content-box {
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    /*display: table;
    height: 430px;
    vertical-align: middle;
    margin-bottom: 35px;*/
}
.overlay {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 50px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  z-index: 1;
  background: rgba(3, 145, 216, 0.8);
  color: #fff;
  opacity: 0;
  /*display: table-cell;
  vertical-align: middle;*/
}
.content-box img{
  max-width: 100%;
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 
  -ms-filter: grayscale(100%); 
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
.content-box figcaption.bd-title.bd-centered-content {
    position: absolute;
    top: 45px;
    color: #333;
    text-transform: uppercase;
    left: 0px;
    background: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 0 20px 20px 0;
}
.content-box:hover img{
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;

  -webkit-transform : rotate(5deg) scale(1.2); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(5deg) scale(1.2); /* IE 9 */
    transform         : rotate(5deg) scale(1.2); /* Firefox 16+, IE 10+, Opera */

  /*transform: rotate(10deg);*/
}
.content-box:hover figcaption.bd-title.bd-centered-content{
  display: none;
}
.content-box:hover .overlay{
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  opacity: 1;
}
.content-box3 .overlay, .content-box4 .overlay {
  /*padding: 40px;*/
}
.content-box3{
  margin-bottom: 35px;
}
.content-box5, .content-box6{
  margin-bottom: 0;
}
.bd-title.bd-centered-content {
  color: #fff;
  /*font-family: "Tangerine",cursive;*/
  font-size: 20px;
  margin-top: 0;
  /*font-weight: bold;*/
}
.overlay .bd-btn, .case-study .bd-btn {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}
.overlay .bd-btn:hover, .case-study .bd-btn:hover{
  color: #fff !important;
}
.overlay .bd-btn:hover .fa, .case-study .bd-btn:hover .fa{
  margin-left: 10px;
}
/*.content-box1{
  background: url(../images/strategy.jpg) no-repeat 0 0 / cover;
}
.content-box2{
  background: url(../images/consulting.jpg) no-repeat 0 0 / cover;
}
.content-box3{
  background: url(../images/consulting.jpg) no-repeat 0 0 / cover;
}
.content-box4{
  background: url(../images/strategy.jpg) no-repeat 0 0 / cover;
}*/
.our-products {
  /*background: #333;*/
  padding: 40px 60px;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 40px;
}
.our-products span{
  color: #fff;
}
.our-products li {
  display: inline;
  list-style: none;
  /*padding: 0 40px;*/
}
.our-products li a {
  padding: 30px 40px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  /*border-radius: 20px;*/
}
.our-products li a:hover{
  text-decoration: none;
  background: #000;
}
.brief-desc {
  background: #dddfdf none repeat scroll 0 0;
  border: 10px solid #51575f;
  color: #51575f;
  margin-top: 20px;
  padding: 10px 40px 20px;
  text-align: center;
}
.brief-desc p {
  /*color: #fff;
  font-weight: normal;*/
  line-height: 20px;
  font-size: 15px;
}
.brief-desc ul {
  margin-bottom: 10px;
  width: 100%;
}
.brief-desc ul li {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  text-transform: uppercase;
}
.brief-desc-we {
  font-size: 20px !important;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.brief-desc-we::before {
  border-bottom: 2px solid #51575f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  width: 500px;
}

/**** facts & figures ******/
#facts-figures, .consulting-different{
  background: url(../images/facts-figures.jpg) no-repeat 0 0 /cover;
  padding: 180px 0;
  text-align: center;
  color: #fff;
}

#facts-figures h3{
  color: #fff;
  margin-bottom: 70px !important;
}
.count-number {
  border-bottom: 1px solid #fff;
  margin: 0 40px;
  font-weight: 800;
  font-size:60px; 
}
.count-title {
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
}

/**** Services ******/
#services{
  text-align: center;
  padding: 100px 0;
}
#services.parallax-1 {
  background-image: url('../images/service-bg.png');
  min-height: 600px;
}
#services h3,
#facts-figures h3,
#portfolio h4 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
}
/*#services h3:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
}*/
#services .services i {
  background: #333;
  border-radius: 40px;
  color: #ffffff;
  font-size: 36px !important;
  border: 2px solid #ffffff;
  padding: 18px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#services .services i:hover {
  background: none;
  color: #333;
  transform: rotate(360deg) scale(1.1);
  border: 2px solid #333;
}
#services .services strong {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
#services .services p {
  font-size: 14px;
}
#services .services a {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  /*&.button{
			.button;
		}*/
}
/**** Parallex ******/
.parallax {
  /*background-position: 50% 0;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  z-index: 0;
  padding: 0;
}
.parallax.parallax-1 {
  background-image: url(../images/banner1.jpg);
}
.parallax.parallax-2 {
  background-image: url(../images/banner4.jpg);
}
.parallax.parallax-3 {
  background-image: url(../images/banner3.jpg);
}
.parallax.parallax-4 {
  background-image: url(../images/banner5.jpg);
}
.parallax.parallax-5 {
  background-image: url(../images/banner3.jpg);
}
.parallax.parallax-6 {
  background-image: url(../images/banner6.jpg);
}
/**** testimonials ******/
#testimonial {
  text-align: center;
  padding: 100px 0;
  background: #eaeaea;
  min-height: 600px;
}
#testimonial h3 {
  font-size: 30px;
  position: relative;
  font-weight: 800;
  margin-bottom: 60px;
  margin-top: 0;
  color: #333;
  -webkit-text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
/*#testimonial h3:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
}*/
#testimonial .carousel {
  /*display: table;*/
  height: 190px;
}
#testimonial .carousel .carousel-inner {
  /*display: table-cell;
			vertical-align: middle;
			width: 100%;*/
}
#testimonial .carousel .carousel-inner .item .carousel-caption {
  position: static;
  padding: 0 300px;
}
#testimonial .carousel .carousel-inner .item .carousel-caption p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
  color: #333;
  -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
#testimonial .carousel-caption {
  text-shadow: none !important;
}
#testimonial .carousel .carousel-inner .item .carousel-caption span {
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #333;
}
#testimonial .carousel .carousel-inner .item .carousel-caption a {
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}
#testimonial .carousel-control {
  opacity: 1;
}
#testimonial .carousel-control:hover {
  opacity: .8;
}
#testimonial .carousel-control.left,
#testimonial .carousel-control.right {
  background: #333;
  height: 50px;
  top: 100% !important;
  width: 50px;
}
#testimonial .carousel-control.left {
  bottom: -10px;
  left: 45%;
}
#testimonial .carousel-control.right {
  bottom: -10px;
  right: 45%;
}
#testimonial .carousel-control .glyphicon-chevron-left {
  margin: -15px 0 0 -14px;
}
/**** about-us and contributors ******/
#about-us {
  padding: 120px 0;
  /*text-align: center;*/
}
#about-us .about-us {
  /*padding: 0 210px;*/
  /*text-align: center;*/
}
#about-us .about-us h4 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 50px;
  margin-top: 0;
  position: relative;
}
#about-us .about-us a {
  color: #0391d8;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
/*#about-us .about-us h4:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
  left: 0;
}*/
#about-us .about-us img {
  width: 100%;
  border-radius: 20px;
  /*margin-bottom: 20px;*/
}
#about-us .about-us p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  /*padding: 0 140px;*/
}
#about-us .about-us ul {
  padding-left: 20px !important;
}
#about-us .about-us ul li {
  list-style: square inside;
  font-size: 13px;
}
#about-us .contributors h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  margin-top: 0;
  position: relative;
}
/*#about-us .contributors h4:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
  left: 0;
}*/
#about-us .contributors ul li {
  list-style: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: .6s all;
  -webkit-transition: .6s all;
  -o-transition: .6s all;
}
#about-us .contributors ul li.blue {
  background: #333;
}
#about-us .contributors ul li.blue:hover {
  background: #747474;
}
#about-us .contributors ul li.light-gray {
  background: #747474;
}
#about-us .contributors ul li.light-gray:hover {
  background: #333;
}
#about-us .contributors ul li .fa.fa-plus {
  font-size: 14px;
  margin-right: 15px;
}
#about-us .contributors a.button {
  background: #65a6fd;
  padding: 5px 20px;
  margin-top: 15px;
  color: #ffffff;
  border-top: 2px solid #65a6fd;
  border-left: 2px solid #65a6fd;
  border-bottom: 2px solid #333;
  border-right: 2px solid #65a6fd;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#about-us .contributors a.button:hover {
  background: none;
  border: 2px solid #333;
  color: #333;
}

/**** portfolio ******/
#portfolio {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 100px 0;
  text-align: center;
}

#portfolio .col-md-5.col-sm-5.col-xs-12, #portfolio .col-md-2.col-sm-2.col-xs-12{
  padding: 0;
}

#portfolio .row > p {
  display: block;
  padding: 0 300px 50px;
}
#portfolio .overlay{
  padding: 150px 20px;
}
#portfolio .content-box figcaption.bd-title.bd-centered-content{
  text-transform: capitalize;
}
#portfolio .overlay .bd-btn, .case-study .bd-btn {
    padding: 12px 20px;
    background: #fff;
    color: #333;
    margin-top: 20px;
}
#portfolio .overlay .bd-btn:hover, .case-study .bd-btn:hover{
  color: #333 !important;
}
#filters{
  margin:50px 0 !important;
}
#filters li {
  display: inline-block;
  float: none !important;
}

/**** Clients ******/
#clients {
   /*padding: 60px 0;
 background: #f8f8f8 none repeat scroll 0 0;*/
}
#clients h4 {
  font-size: 35px;
  font-weight: 300;
  margin: 30px 0;
  text-align: center;
}
.client-list > li {
  display: table;
  float: left;
  height: 140px;
  list-style: outside none none;
  width: 25%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.client-list > li:hover {
  background: #eaeaea;
}
.client-list > li:hover img{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;

  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);

  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  -ms-filter: grayscale(0%); 
  -moz-filter: grayscale(0%); 
  filter: grayscale(0%);
}
.client-list a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
}
.client-list li a img{
  max-width: 50%;
  height: auto;
  /*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
  /*-ms-filter: grayscale(100%); 
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);*/
  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client-list li:hover a img{
  
}



/**** Footer ******/
footer {
  color: #ffffff;
  position: relative;
  /*margin-top: 100px;*/
}
/*footer:before {
  content: "";
  position: absolute;
  background: url("../images/footerBg.png") repeat-x;
  width: 100%;
  height: 112px;
  top: -110px;
}*/
#footer .container-fluid,
footer .footer-top .col-md-3,
footer .footer-top .col-md-9{
  padding: 0;
}
#footer .row{
  margin:0;
}
footer p {
  font-size: 14px;
}
.footer-logo {
  display: block;
  margin-bottom: 40px;
}
footer ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
footer a{
  color: #fff;
}
.contact-num.tel, .contact-email.email, .gmap {
  font-size: 13px;
  display: block;
}
.footer-top-right, .footer-top-left{
  /*height: 380px;*/
}
.footer-top-right {
  padding: 50px 20px;
  background: #333;
}
.footer-top-right li {
  float: left;
  list-style: outside none none;
  width: 50%;
  padding: 10px 0;
}
.footer-top-left{
  background: #333;
  padding: 50px 20px;
}
address a:hover{
  /*color: #333 !important;*/
}
.gmap {
  display: block;
  margin-top: 20px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 20px;
}
.gmap:hover{
  background: #65a6fd;
  border-color: #65a6fd;
  color: #fff !important;
}
.certificate {
  margin-top: -40px;
  padding-bottom: 50px;
  text-align: center;
}
.certificate a{
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.certificate a:focus,
.certificate a:active,
.certificate a:hover{
  color: #fff;
}

footer .footer-top h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
  position: relative;
  margin-left: 15px;
}
.country-name {
  display: block;
  margin-bottom: 20px;
}
.date {
  font-size: 13px;
  margin-top: 10px;
}
.date.time {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
/*footer .footer-top h5:after {
  background: #333;
  bottom: -10px;
  content: "";
  height: 4px;
  margin-right: -90px;
  position: absolute;
  right: 50%;
  width: 180px;
  left: 0;
  background: #747474;
  width: 100px !important;
}*/
.map{
     border: 0;
    width: 280px;
    height: 150px;
    margin-left: 20px;
    margin-top: 45px;
    float: left;
}
.map iframe{
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

/*footer .footer-top .contact-info {
  padding: 30px;
}*/
footer .footer-top address {
  font-size: 14px;
  /*border-right: 6px solid #fff;*/
  margin: 0 !important;
  float: left;
  width: 34%;
}
.contact-box {
  background: #eaeaea;
  border: 8px solid #fff;
  color: #333;
}
.contact-info a {
  color: #333;
}
.contact-info a.google-map {
  background: #333;
  color: #fff;
  display: block;
  font-size: 13px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.social ul li a {
  font-size: 25px;
  display: inline-block;
  line-height: 10px;
}
.social ul li a i.fa{
  font-size:20px;
}
.social ul li a i.fa.facebook:hover{
  color: #3C5B9A;
}
.social ul li a i.fa.twitter:hover{
  color: #2DAAE2;
}
.footer-top {
  background: #333 none repeat scroll 0 0;
  padding-bottom: 20px;
}
footer .footer-top .blog img {
  width: 100%;
  margin-bottom: 15px;
}
footer .footer-top .join-us img {
  width: 100%;
  margin-bottom: 15px;
}
.footer-top-right > ul {
  border-right: 1px solid #868686;
  display: inline-block;
}
footer .footer-bottom {
  background: #242424;
  padding: 20px 0;
  /*text-align: center;*/
}
footer .footer-bottom p.copyright {
  color: #ffffff;
  font-size: 13px;
}


/**product**/
.product{
padding: 90px 0 115px;
}
.product h3{
    text-align: right;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
    padding-right: 15px;
}
/*.product h3:after{
 
      background: #333;
    bottom: -10px;
    content: "";
    height: 4px;
    margin-right: -90px;
    position: absolute;
    
    width: 189px;
    left: 69%;
}*/
.product li.active {
  color: #f00;
}

/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #333;
  outline: none;
}
/*.tab-pane p {
  color: #333;
  line-height: 26px;
  text-align: right;
}*/
.panel{ 
  background:none !important; 
  border:none !important; 
  margin-bottom:0px !important;
}
.panel-body{
  padding:9px 27px !important;
}
.panel-success>.panel-heading{
  background:none !important; 
  border:none !important
}
.nav-tabs>li>a{
  color: #fff;
  font-weight: 300;
  background:none !important; 
  border:none !important;
}
.nav.nav-tabs li {
  /*border: 1px solid #dcdcdc;*/
  display: inline-block;
  float: none;
  margin: 0 10px;
  background: #333;
}
.nav.nav-tabs li:hover,
.nav.nav-tabs li.active{
  background: #0391d8 none repeat scroll 0 0;
}
.nav-tabs li.active a,
.nav.nav-tabs li:hover a {
     color: #fff !important;
     transition: all 0.2s ease 0s;
     -webkit-transition: all 0.2s ease 0s;
     -o-transition: all 0.2s ease 0s;
     /*box-shadow: 0 0 0 5px #333 inset;*/
     border-width: 2px !important;
}
.nav.nav-tabs.pull-right > li:last-child a,
.tab-content .tab-pane .col-md-7 {
  /*padding-right: 0;*/
}
.nav-tabs{
 border-bottom:none !important;
 text-align: center;
 margin-bottom: 40px;
}
div#tab1success p{
  color:#333;
  margin-bottom:17px;
}
.product img{
  width: 100%;
}
.tab-content {
  display: inline-block;
  padding-top: 15px;
}
/*.tab-content p{
  padding: 0px 75px;
}*/
.contact-box img {
  width: 100%;
}

/*
 * Services section
 */

.service-grid{
  margin-bottom: 70px;
}
.service-item{
  height: 250px;
  margin: 20px 0 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.service-item-inner{
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #151515;
  background: #fff;
  vertical-align: middle;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.service-wrap{
  width: 100%;
  height: 100%;
  display: table-cell;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 70px;
  vertical-align: middle;
  overflow: hidden;
}
.service-icon{
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  color: #151515;
  z-index: 1;
}
.service-title{
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #151515;
  z-index: 1;
}
.service-more{
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1;
  
  cursor: pointer;
}
.js-fade .service-more{
  cursor: default;
}
.service-more:before{
  content: " ";
  display: block;
  width: 100%;
  max-width: 170px;
  height: 1px;
  margin: -15px auto 15px;
  background: #151515;
}

.fa{
  margin-right: 2px;
  font-size: 15px;
}
.sm-more{
  position: relative;
  top: -2px;
}

.service-more:hover .fa,
.service-more:hover .sm-more{
  color: #555;
}


/* Service item hover state */

.service-item-inner,
.service-icon,
.service-title,
.service-more,
.service-more:before,
.fa,
.sm-more{
  -webkit-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000); 
    -o-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
    -ms-transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000); 
    transition: all 0.55s cubic-bezier(0.300, 0.000, 0.580, 1.000);
}

.js-fade{
  cursor: default;
}
.js-fade .service-item-inner{
  border-color: #999;
}
.js-fade .service-icon,
.js-fade .service-title,
.js-fade .service-more{
  color: #999;
}
.js-fade .service-more:before{
  background: #999;
}

/* Service full description  */

.service-opened{
  cursor: default;
  z-index: 10;
}
.service-full{
  display: none;
  padding: 20px;
  font-size: 12px;
  color: #444;
}
.service-opened .service-full{
  
}
.sf-list{
  margin: 0 -20px 20px;
  text-transform: uppercase;
  padding: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sf-list li{
  padding: 7px 20px;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.sf-list li:first-child{
  border-top: 1px solid #f0f0f0;
}
.sf-list li:nth-child(even){
  background: #fefefe;
}
.sf-description{
  font-size: 12px;
  letter-spacing: 1px;
}
.service-close-link{
  display: none;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

/*Digital*/
.infographic {
  padding: 140px 0;
}
.infographic p {
  color: #444;
  font-size: 26px;
  font-weight: 500;
}
.digital-categories-list .col-md-6.col-sm-6{
  padding: 0;
}
.digital-categories-list figure, .digital-categories-list-content {
  height: 530px;
}
.digital-categories-list-content {
  padding: 0 70px !important;
  display: table;
  background: #fdfdfd;
}
.list-content {
  display: table-cell;
  vertical-align: middle;
}
.list-content h3 {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 0;
}
.page-bottom {
  background: #087eb9;
  color: #fff;
  padding: 150px 0;
}
.page-bottom h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-bottom p {
  color: #f0f0f0;
}
.page-bottom figure img{
  width: 100%;
}
.technology-list{
  text-align: center;
  margin-top: 60px;
}
.technology-list > li {
    height: 120px;
    width: 13%;
}
.technology-list > li:hover {
    background: none;
}
.tech-bottom{
  background: #fff;
}
.tech-bottom h4, .tech-bottom p{
  color: #333;
}
.function-as{
  background: url(../images/bg1.jpg) no-repeat 0 0 / cover;
  padding: 110px 0;
  text-align: center;
}
.function-as strong {
  color: #fff;
  display: table-cell;
  font-size: 50px;
  text-align: right;
  vertical-align: middle;
}
.func-text {
  padding-right: 110px;
}
.function-as ul{
  position: relative;
}
.function-as ul::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 220px;
  left: -80px;
  position: absolute;
  width: 3px;
}
.function-as ul::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -130px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.function-as ul li {
  background: #0391d8 none repeat scroll 0 0;
  border:2px solid #0391d8;
  display: block;
  margin: 10px 20px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.function-as ul li:hover{
  background: #fff;
  border-color: #fff;
  color: #333;

}
.function-as ul li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: -100px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.about-info p {
  
}
.about-info ul{
  padding-left: 60px !important;
  margin-top: 30px;
}
.about-info ul li {
  font-size: 25px;
}
.about-info figure img{
  width: 100%;
  margin-top: 30px;
}

/****** People ******/
#our-people {
  padding: 0 0 80px 0;
  text-align: center;
}
#our-people h3{
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 300;
}
#our-people h2 span{
  color: #9cc33b;
}
#our-people p {
  padding-bottom: 70px;
}
.people-block{
  padding: 0;
  position: relative;
}
.people-block > img {
  width: 100%;
}
.overblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 145, 216, .9);
  padding: 80px 30px;
  color: #fff;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  text-align: left;
}
.people-block:hover .overblock{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.overblock h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.overblock p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

/****** Contact ******/
#contact-content {
  background: #ebebeb none repeat scroll 0 0;
}
.apply-form{
  background: #ffffff;
}
.contact-form {
  display: inline-block;
  padding: 90px 0;
}
.contact-form h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  margin-top: 0;
}
.contact-form p {
  color: #fff;
}
#contact-form, .wpcf7-form {
  margin-top: 60px;
}
#contact-form .form-control, .wpcf7-form .form-control {
  height: 54px;
  color: #555;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding-left: 25px;
  padding-right: 15px;
}
#contact-form  select#selectType, .wpcf7-form select#selectType{
    height: 54px;
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
}
#contact-form input, .wpcf7-form input{
  font-size: 13px;
}
#contact-form textarea.form-control, .wpcf7-form textarea.form-control {
  height: 250px !important;
  padding-top: 25px;
  padding-bottom: 15px;
}
#fileType input[type="text"], #fileType1 input[type="text"] {
  height: 54px;
  width: 100%;
}

.select-wrapper {
    position: relative;
    background: #fff;
}
.select-wrapper:after {
    content: url('../img/select-down.png');
    font-family: 'FontAwesome';
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 5;
}
.select-wrapper select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#fileType, #fileType1 {
  position: relative;
  background: #fff;
  height: 54px;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding-left: 15px;
}

#fileType #file, #fileType1 #file1 {
    display: none;
}

#fileType label, #fileType1 label {
  /*vertical-align: middle;
  display: table-cell;*/
  font-weight: normal;
  font-size: 13px;
  color: #95989a;
}

.file-button {
  float: right;
  margin-right: 10px;
}

#contact-form .btn-rect, .wpcf7-form .btn-rect {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  padding: 10px 30px;
  text-transform: uppercase;
}
#contact-form .btn-rect:hover, .wpcf7-form .btn-rect:hover{
  background: #fcfcfc;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #00e800;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
}
.contact-right{
  padding: 0;
}
.contact-info {
  display: table;
  width: 100%;
  height: 470px; 
}
.contact-details {
  display: table-cell;
  padding: 0 40px;
  /*text-align: center;*/
  vertical-align: middle;
}
.contact-details address{
  color: #333;
}
.contact-details strong {
    font-size: 30px;
    color: #707070;
}
.contact-details p, .contact-details a{
  color: #707070;
}
.contact-details .date{
  color: #707070;
}
.contact-details .btn-rect {
  background: #828282 none repeat scroll 0 0;
  /*border: 1px solid #fff;*/
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.contact-details .btn-rect:hover, .contact-details .btn-rect:focus{
  background: #fff;
  color: #95989a;
}
.career-info p {
  font-size: 19px;
  font-weight: 300;
}
.career-info ul{
  margin-top: 50px;
}
.career-info ul li {
  border-bottom: 1px solid #ccc;
  text-align: center;
  list-style: none;
}
.career-info ul li:first-child{
  border-top: 1px solid #ccc;
}
.career-info ul li:hover{
  background: #0391d8 none repeat scroll 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.career-info ul li:hover a, .career-info ul a:hover{
  color: #fff !important;
}
.career-info ul li a{
  padding: 30px 0;
  display: block;
  font-size: 22px;
}
.career-details {
  padding: 90px 0;
}
.career-details-container h3 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 0;
}
.career-details-container strong, .career-details-container b {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.career-details-container > p {
  padding: 10px 0;
}
.career-details-container li {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}
.career-details-container > ul {
  padding-left: 40px !important;
}
.infographic.consulting-info ul{
  padding-left: 60px !important;
}
.infographic.consulting-info li{
  font-size: 26px;
}
.consulting-different{
  padding: 120px 0;
  text-align: left;
}
.consulting-different h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 60px;
}
.consulting-different ul{
  margin-top: 50px;
}
.consulting-different ul li {
  display: inline-block;
  list-style: outside none none;
  width: 16%;
  /*text-align: center;*/
}
.consulting-different ul li .fa {
  background: #0391d8 none repeat scroll 0 0;
  border: 2px solid #0391d8;
  display: table-cell;
  font-size: 26px;
  height: 50px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  cursor: pointer;
}
.consulting-different ul li:hover .fa{
  background: none;
  color: #0391d8;
}
.consulting-different ul li strong {
  display: block;
  padding: 10px 0;
  font-size: 13px;
}
.strategy-figure figure img{
  width: 100%;
}
.infographic.strategy-info {
  padding-bottom: 140px;
}
.strategy-figure {
  /*margin-bottom: 150px;*/
}
.strategy-figure .col-md-6.col-sm-12{
  padding: 0;
}
.highlight {
  font-size: 50px;
  font-weight: 600;
}
.infographic.strategy-info1 {
  padding: 140px 0;
}

.case-study{
  height: 720px !important;
}
.case-study .overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  opacity: 1;
  z-index: 0;
}
.case-study .bd-btn {
  background: #65a6fd none repeat scroll 0 0;
  border-radius: 40px;
  color: #fff;
  padding: 12px 30px;
}
.policy {
  padding: 90px 0;
}
.policy p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.list-content ul {
    padding-left: 40px !important;
    margin-top: 20px;
}
.list-content ul li{
  line-height: 28px;
  font-weight: 600;
  /*padding-bottom: 15px;*/
}
.list-content p strong{
  font-weight: 600;
}
.list-content li i{
  font-size: 12px;
  font-weight: 400;
}
#rotate{
  width: 160px;
  color:#65a6fd;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.enviro-list-content ul li{
  font-weight: normal;
}
span.wpcf7-not-valid-tip{
  font-size: 13px;
}
div.wpcf7-validation-errors {
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
}


section.digital-categories-list{
  padding-bottom: 100px;
}
.digital-categories-list-content .list-content {
  padding-top: 20px;
 /* padding-bottom: 10px;*/
}

.wpcf7-response-output.wpcf7-display-none{
      margin: 30px 0px;
}

/*style for 404 error page*/
div#error{
  height: 100vh;
  width: 100%;
  display: table;
  background-image: url("../images/00e590cb52d28cfd4482415199564fd6.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
div#error:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 0;
}
div#error .error-content{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  position: relative;
  z-index: 1;
}
div#error .error-content h1{
  font-size: 61px;
  color: #fff;
}