
/* Blog post */

.blog-post {
  position: relative;
  text-align: center;
  margin: 0px 0px 40px 0px;
  overflow: hidden; 
  width: 100%;      
}


.blog-post-image {
  position:relative;
  overflow:hidden;
}


.blog-post-text {
  background-color:#FFF;
  padding:0px 0px 0px 0px;
  text-align:center;
  width:100%;
}

.blog-post-blockquote {
  background-color:#EBEFF2;
  padding:40px 50px;
  color: #404449;
  font-size: 16px;
  font-weight: 600;
  
  text-transform:uppercase;  
}

.blog-post-date {
  background-color:#282A2E;
  padding:20px 10px;
  text-transform:uppercase;
  color:#98A0A8;
}

.blog-post-date i {
  color:#98A0A8;
  margin-right:20px;
  font-size:16px;
}

a.blog-post-title {
  padding:30px 10px 15px 10px;
  color: #404449;
  font-size: 16px;
  font-weight: 600;
  
  display:inline-block;
}

.blog-post-exc {
  text-align:center;
  padding:0px 10px;
}

.blog-post-image img {
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.blog-post:hover img {
  opacity:0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

/* Team */

.team {
  position: relative;
  text-align: center;
  margin: 0px 0px 40px 0px;   
}


.team-image {
  position:relative;
  overflow:hidden;
}

.team-text {
  background-color:#F5F6FA;
  padding:40px 10px 30px 10px;
  text-align:center;
}

a.team-name {
  color: #404449;
  font-size: 16px;
  font-weight: 600;
  
  display:block;
  text-align:center;
  margin-bottom:15px;
}

.team-function {
  
  font-weight: 600;
  
  text-align:center;
  margin-bottom:0px;
}


.team:hover .overlay {
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.team:hover .overlay-text {
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);   
}



.team img {
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

.team:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

/* Services */

.services {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;  
}

.services-icon {
  display: inline-block;
  width:100%;

}

.services-icon i {
  margin:0px auto;
  position: relative;
  display: inline-block;  
  text-align: center;
  font-size: 48px;    
  color:#282A2E;
  float:left;
  margin-right:10px; 
}


.services-text {
  margin-left:95px;
  overflow:hidden;
}

.services-icon h4 {
  text-align:left; 
  margin: 15px 0px 20px 95px;
}

.services p {
  margin: 0px 0px 0px 0px;
  text-align:left; 
}

/* Services 2 */

.services-2 {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;  
}

.services-2 .services-icon {
  display: inline-block;
  width:100%;
  text-align: center;
}

.services-2 .services-icon i {
  position: relative;
  display: inline-block;  
  text-align: center;
  font-size: 48px;    
  color:#282A2E;
  float:none;
  margin-right: 0px; 
}


.services-2 .services-text {
  margin-left:0px;
  overflow:hidden;
}

.services-2 .services-icon h4 {
  text-align:center; 
  margin: 20px 0px 20px 0px;
}

.services-2 .services p {
  margin: 0px 0px 0px 0px;
  text-align:center; 
}

/* boxes */

.box, .box-2 {
  position:relative;
  color: #98A0A8;
  line-height: 22px;
  margin-bottom:20px; 
}

.box .box-content, .box-2 .box-content  {
  padding:30px;
  border: 1px solid;
  border-color: #D0D5D9;
  background-color: transparent;
  padding: 30px;
  text-align: left;  
  font-weight: 400;
  
   
}

.box .box-title {
  text-align:center;
  font-weight: 600;
  
  padding:20px;
  border:1px solid;
  border-top:0px solid;
  border-color: #D0D5D9;
  background-color:#F5F6FA;
  color: #98A0A8;    
}

.box-2 .box-title {
  text-align:center;
  font-weight: 600;
  
  padding:20px;
  border:1px solid;
  border-top:0px solid;
  border-color: #D0D5D9;
  background-color:#282A2E;
  color:#FFF;    
}


/* buttons */

:not(.ms-container) .btn, #submit {
  display: inline-block!important;
  padding: 15px 20px!important;
  margin-bottom: 0px!important;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px!important
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform:uppercase;
  font-weight: 400;
  

}
:not(.ms-container) .btn-default, :not(.ms-container) .btn-lg, :not(.ms-container) .btn-sm, :not(.ms-container) .btn-xs, :not(.ms-container) .btn  {
  border-radius: 0px!important;
}
:not(.ms-container) .btn-lg {
  padding: 20px 25px!important;
  font-size: 14px!important;
}
 
:not(.ms-container) .btn-sm {
  padding: 11px 15px!important;
  font-size: 14px;
}
 
:not(.ms-container) .btn-xs {
  padding: 7px 12px!important;
  font-size: 14px;
}  

.btn i {
  margin:0px 5px;
  font-size:1.2em;
}

.btn-primary {
  color: #ffffff;
  background-color: #282A2E;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
}


.btn-default, #submit {
  color: #D0D5D9;
  background-color: #ffffff;
  border-color: #D0D5D9;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, #submit:hover {
  color: #282A2E;
  border-color: #282A2E;
  background-color: #ffffff;
} 

.btn-info {
  color: #ffffff;
  background-color: #3286E9;
  border-color: #3286E9;
} 
 
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #b4b9bd;
  border-color: #b4b9bd;
} 
 
.btn-warning {
  color: #ffffff;
  background-color: #98A0A8;
  border-color: #98A0A8;
} 

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #ffffff;
}

.btn-inverted {
  color: #ffffff;
} 

.btn-inverted:hover, .btn-inverted:focus, .btn-inverted:active, .btn-inverted.active, .open .dropdown-toggle.btn-inverted {
  color: #ffffff;
  background-color: #98A0A8;
  border-color: #98A0A8;
}


.btn-danger{
  color: #ffffff;
} 

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #282A2E;
  border-color: #282A2E;
}

.input-group-btn .btn {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px;
  border-radius: 0px;
  border:1px solid #C1C8CE;
  border-left:1px solid #282A2E;
  background-color:#282A2E;
}



/* Accordion */

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-group {
  margin-bottom:20px;
  position:relative;
}

.panel-group .panel {
  margin-bottom: -6px;
  border-radius: 0px;
  overflow: hidden;
}

.panel-default>.panel-heading {
  color: #98A0A8;
  background-color: #F5F6FA;
  border-color: #D0D5D9;
  padding: 0px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
	line-height: 20px;
  color: #98A0A8;
  font-weight: 600;
    
}
.panel-default {
  border-color: #D0D5D9;
}

.panel-body {
  padding: 25px 30px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-left: 1px solid #D0D5D9;
  border-right: 1px solid #D0D5D9;
  border-bottom: 1px solid #D0D5D9;
  border-top: 0px solid #D0D5D9;
}

.panel-title>a {
	font-size: 14px;
	line-height: 1.428571429;
  border-left: 1px solid #D0D5D9;
  border-right: 1px solid #D0D5D9;
  border-top: 1px solid #D0D5D9;
  background-color:#FFF;
  padding: 20px 30px;
  display:block;
  color:#282A2E; 

}

.panel-default>.panel-heading .panel-title>a.collapsed {
	font-size: 14px;
	line-height: 1.428571429;
  color: #98A0A8;
  background-color:#F5F6FA;
  border-bottom:1px #D0D5D9 solid;
}


/* Accordion 2 */

.panel-group-2 {
  margin-bottom:0px;
  padding-bottom:20px;
  position:relative;
  float: left;
}

.panel-group-2 .panel {
  margin-bottom:0px;
  padding-bottom:20px;
  border-radius: 0px;
  background-color: transparent;
}

.panel-default-2>.panel-heading-2 {
  color: #98A0A8;
  background-color: transparent;
  border-color: #D0D5D9;
  padding: 0px 0 20px 0;
  display: inline-block;
}

.panel-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
	line-height: 17px;
  color: #98A0A8;
  font-weight: 600;
  
  display: inline-block;
  position: relative;
  top: 9px;        
}

.panel-title-2>a {
  font-size: 14px;
  line-height: 17px;
  background-color:transparent;
  padding: 0px;
  display:inline-block;
  color:#FFF;
 
}

.panel-heading-2> i {
	font-size: 40px;
  width:40px;
  height:40px;
  line-height:40px;
  background-color:transparent;
  padding: 0px;
  margin-right:20px;
  color:#FFF;
  float:left;
}

.panel-default-2>.panel-heading-2 .panel-title-2>a.collapsed {
  color: #FFF;
  background-color:transparent;
}


/* Tabs */

.nav-tabs>li>a {
  margin-right: -1px;
  line-height: 1.428571429;
  border: 1px solid #D0D5D9;
  border-radius: 0px 0px 0 0;
  padding: 20px 35px;
  color: #98A0A8;
  font-size: 14px;
  background-color: #F5F6FA;
  font-weight: 600;
    
  
}

.nav-tabs li a i {
  margin-right:5px;
}




.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background-color: #FFF;
  border: 1px solid #D0D5D9;
  border-bottom: 1px solid #FFF;
  cursor: default;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  color: #282A2E;
}

 
 
.nav-tabs {
  border-bottom: 1px solid #D0D5D9;
}


.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
 background-color: transparent;
}


.nav-tabs>li>a:hover {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-color: #dadada;
  border: 1px solid #D0D5D9;

  background-color:#FFF;
}



.tab-content>.active, .pill-content>.active {
  display: block;
  padding: 35px 30px;
  border: 1px solid #D0D5D9;
  border-top:0px solid;
  cursor: default;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;  
}

.tab-content {
  margin-bottom:20px;
}



/* Blockquote */

blockquote {
  padding: 0px 0px 0px 30px;
  margin: 0 0 15px;
  font-size: 14px; 
  border-left: 1px solid #D0D5D9;
}


/*  Lists  */
.list-a {
  padding:0px;
  margin:0px;
  margin-bottom:15px;
}

.list-a li {
  position:relative;

  list-style:none;
  padding-left:30px;
  text-align: justify;
  line-height: 35px;
}

.list-a i {
  position:absolute;
  top:0px;
  left:0px;
  font-size:14px;
  line-height:35px;
}

.list-b {
  padding:0px;
  margin:0px;
  margin-bottom:15px;
}

.list-b li, .widget li {
  position:relative;
  list-style:none;
  padding-left:0px;
  text-align: justify;
  line-height: 22px;
  text-transform:uppercase;
  padding:10px 0px;
}


/* Flickr feed list */

.list-c {
  padding:0px;
  margin:0px;
  margin-bottom:15px;
}

.list-c li {
  float:left;
  position:relative;
  list-style:none;
  padding:0px;
  margin-right:10px;
  margin-top:10px;
  overflow:hidden;
  
}

.list-c li img{
  width:80px;
  height:80px;
  background-size: cover;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;   
}


.list-c li:hover img {
  opacity:0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

/* Pagination */

.pagination, .pagination-2 {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}

.pagination > li, .pagination-2 > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 17px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #98a0a8;
  background-color: #ffffff;
  border: 1px solid #D0D5D9;
  margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #282A2E;
  background-color: #FFF;
  border-color: #D0D5D9;
  cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #FFF;
  border-color: #D0D5D9;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}


/* Pagination 2 */

.pagination-2 > li > a, .pagination-2 > li > span {
  position: relative;
  float: left;
  padding: 10px 17px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #98a0a8;
  background-color: #ffffff;
  border: 0px solid #D0D5D9;
  margin-left: -1px;
}

.pagination-2 > .active > a, .pagination-2 > .active > span, .pagination-2 > .active > a:hover, .pagination-2 > .active > span:hover, .pagination-2 > .active > a:focus, .pagination-2 > .active > span:focus {
  z-index: 2;
  color: #282A2E;
  background-color: #FFF;
  border-color: #D0D5D9;
  cursor: default;
}

.pagination-2 > li > a:hover, .pagination-2 > li > span:hover, .pagination-2 > li > a:focus, .pagination-2 > li > span:focus {
  background-color: #FFF;
  border-color: #D0D5D9;
}

.pagination-2 > li:first-child > a, .pagination-2 > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-2 > li:last-child > a, .pagination-2 > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}





/* Social icons */

.social-1{
  padding-left: 0;
  margin: 0;
  border-radius: 0px;
}

.social-1> li {
  display: inline;
  margin-bottom:0px;
  float:left;
  margin-right:-1px;
  padding-bottom: 5px;
}

.social-1 li a i{
  width:40px;
  height:40px;
  line-height:40px;  
  border:1px solid;
  border-color:#D0D5D9; 
  position: relative;
  display: inline-block;  
  margin:0px;
  text-align: center;
  font-size: 16px;
  color:#98A0A8;      
}

.social-1 li a:hover  i {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border:1px solid;
  border-color:#282A2E; 
  background:#282A2E;
  color: #98A0A8;
}



.social-2{
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0px;
  margin-top: 15px;
}

.social-2> li {
  display: inline;
  margin-bottom:5px;
  float:left;
  margin-right:2px;
}

.social-2 li a i{
  width:40px;
  height:40px;
  line-height:40px;  
  border:1px solid;
  border-color:transparent; 
  position: relative;
  display: inline-block;  
  margin:0px;
  text-align: center;
  font-size: 16px;
  color:#98A0A8;
  background-color:transparent;      
}

.social-2 li a:hover  i {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border:1px solid;
  border-color:#D0D5D9;   
  color: #98A0A8;
}


.social-3{
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0px;
  margin-top: 0px;
}

.social-3> li {
  display: inline;
  margin-bottom:0px;
  float:left;
  margin-right:0px;
}

.social-3 li a i{
  width:40px;
  height:40px;
  line-height:40px;  
  border:0px solid;
  border-color:transparent; 
  position: relative;
  display: inline-block;  
  margin:0px;
  text-align: center;
  font-size: 16px;
  color:#98A0A8;
  background-color:#FFF;      
}

.social-3 li a:hover  i {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color:#282A2E;  
  color: #98A0A8;
}


/*  Table  */

table {
  width:100%;
  border-collapse:collapse;
  border:0px;
}

table, th, td {
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

th, td {
  padding:25px 30px !important;
}

th {
  color:#ffffff;
  background:#282A2E;
  font-weight:400;
  border:1px solid #282A2E !important;
}

td {
  color:#98A0A8;
  background:#ffffff;  
  border:1px solid #D0D5D9 !important;
  padding:25px 30px;
}

table a:hover{
  text-decoration:none;
} 

#wp-calendar th, #wp-calendar td {
  padding: 13px 15px!important;
}

.table-striped th {
  color: #98A0A8;
  background: #FFF;
  font-weight: 400;
  border: 1px solid #D0D5D9 !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F5F6FA;
} 


/* Client say 1 */

.client-say-1, .client-say-2, .client-say-3 {
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
} 

.client-say-1-text {
  position:relative;
  margin-left:110px;
  overflow:hidden;
} 

.client-say-1-icon {
  position:relative;
}

.client-say-1-icon i{
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-right: 0px;
  border-radius: 50%;
  border: 1px solid #D0D5D9;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #606060;
}

.client-say-1-icon img{
  max-width: 84px;
  max-height: 84px;
  width:84px;
  height:84px;;
  position: relative;
  margin-right:26px;
  border-radius: 50%;
  float:left;
}




.client-say-2-text {
  position:relative;
  margin-bottom:15px;
  overflow: hidden;
} 
.client-say-2-icon {
  display:table;
  width: 100%;
}

.client-say-2-icon i{
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-right:26px;
  border-radius: 50%;
  border: 1px solid #D0D5D9;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #606060;
}

.client-say-2-icon img{
  max-width: 84px;
  max-height: 84px;
  width:84px;
  height:84px;;
  position: relative;
  margin-right:26px;
  border-radius: 50%;
  float:left;
}

.client-say-2-icon h5 {
  margin: 15px 0px 0px 0px;
  text-align: left;
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
}



.client-say-3-text {
  position:relative;
  margin-bottom:15px;
  overflow: hidden;
  text-align:center;  
} 
.client-say-3-icon {
  width: 100%;
  position:relative;
  text-align:center;
  margin-bottom:20px;
}

.client-say-3-icon i{
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin:0px auto;
  border-radius: 50%;
  border: 1px solid #D0D5D9;
  text-align: center;
  font-size: 26px;
  color: #606060;
}

.client-say-3-icon img{
  max-width: 84px;
  max-height: 84px;
  width:84px;
  height:84px;;
  position: relative;
  margin:0px auto;
  border-radius: 50%;
  text-align: center;
}

.client-say-3-icon h5 {
  text-align: center;
  margin-top:15px;
  width: 100%;
}



.partners {
  display:table;
  list-style:none;
  padding: 0px;
  margin-bottom:0px;
  width: 100%;
  
}

.partners li{
  display:table-cell;
  text-align: center;
  padding:10px 10px;
  width:19%;
} 

.partners li img{
  width:100%;
}



/* Progress bar */

.skill p {
  margin-bottom:5px;
  font-weight: 600;
  
  text-transform: uppercase;
  color: #98A0A8;
}

.progress {
  overflow: visible;
  height: 10px;
  margin-bottom: 10px;
  background-color: #E8E9ED;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);   
}

.progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  height: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #282A2E;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

.progress-bar-span { 
  opacity:0;
  position:absolute;
  top:-8px;
  background-color:#ECF1F4;
  padding:3px 10px;
  color:#98A0A8;
  border-radius: 2px;
  font-weight: 600;
  font-size:14px;
  
   right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
}

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* Promo Box */

.promo-box-1 {
  background-color: #F5F6FA;
  padding: 40px 0px;
  position: relative;
  line-height: 22px;
}

.div-table{
  display:table !important;
  width:100%;
}

.div-table-cell{
  display:table-cell !important;
  vertical-align:middle;
  padding:0px 30px;
}

.promo-box-1 h4 {
  margin-bottom:5px;
}

.promo-box-1 p {
  margin-bottom:0px;
}

.promo-box-1 .btn {
  margin-bottom:0px;
}

.promo-box-2 {
  padding: 50px 20px;
  position: relative;
  line-height: 22px;
  text-align:center;
}

.promo-box-2 h3 {
  color:#FFF;
  text-align:center;
  margin-bottom:30px;
}

.promo-box-2 h3:before {
  content: "";
  margin-right:0px;
  position: relative;
}

.btn-promo-box-2 {
  color: #ffffff;
  background-color: transparent;
  border:1px solid;
  border-color: #FFF;
}

.btn-promo-box-2:hover, .btn-promo-box-2:focus, .btn-promo-box-2:active, .btn-promo-box-2.active {
  background-color: #ffffff;
  border-color: #FFF;
}


/* parallax */

.parallax{
  width:100%; 
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  text-align:center;
}

.parallax .parallax-text-container-1 {
  width: 100%;
  margin: 0;
  padding:130px 40px;
}

.parallax-text-container-1 .parallax-text-item {
  text-align:center;
}

.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}

.parallax h3 {
  color:#FFF;
  margin-bottom:25px
}

.parallax p {
  color:#FFF;
  margin-bottom:40px;
}

.parallax h3:before {
  content: "";
  margin-right:0px;
  position: relative;
}

.btn-parallax {
  color: #ffffff;
  background-color: transparent;
  border:1px solid;
  border-color: #FFF;
}

.btn-parallax:hover, .btn-parallax:focus, .btn-parallax:active, .btn-parallax.active {
  color: #ffffff;
}


/* testimonal */

.testimonal {
  text-align:center;
}

.testimonal h3, .testimonal h5, .testimonal p {
  text-align:center;
}

.testimonal h3 {
  color:#FFF;
  margin-bottom: 30px!important;
  text-transform:uppercase;
}

.testimonal  h3:before {
  content: "";
  margin-right:0px;
  position: relative;
}

.testimonal h5 {
  text-transform:uppercase;
  margin-bottom:50px!important;
}

.testimonal p {
  margin-bottom: 25px;
}


/* Cubic style images */

.cubic-style {
  padding:0px;
  margin:0px;
  margin-bottom:0px;
  overflow:hidden;
}

.cubic-style li {
  position:relative;
  float:left;
  width:50%;
  list-style:none;
  padding-left:0px;
  overflow:hidden;
  text-align:center;
}

.cubic-style li:hover .overlay {
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;  
}

.cubic-style li:hover .overlay-text {
  text-align:center;
  opacity:1;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);   
}



.cubic-style li img {
  overflow:hidden;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}

.cubic-style li:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out; 
}


/* form controls */


input::-webkit-input-placeholder {  
      color: #98A0A8;  
    }  

 input:-moz-placeholder {
   color: #98A0A8;  
}

 input::-moz-placeholder {  
   color: #98A0A8;  
}

 input:-ms-input-placeholder {  
   color: #98A0A8;  
}

.form-group {
  margin-bottom: 18px;
}


.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 40px;
  color: #98A0A8;
  font-weight: 400;
    
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid;
  border-color: #C1C8CE;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-transform:uppercase;
}

.form-control:focus, .form-control:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0.6);
  
  border:1px solid;
}

label {
  display: inline-block;
  margin: 0px 0px 5px 0px;
  color: #98A0A8;
  font-weight: 600;
  
  font-size: 14px;
  text-transform:uppercase;  
}

textarea.form-control {
  height: auto;
  min-height: 106px;
}


/* tooltip */
.tooltip-inner {
  max-width: 200px;
  padding: 10px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #282A2E;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #282A2E;
}