@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800');

body{
	font-family: 'Heebo', sans-serif;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header .navbar {
  border: none !important;
  background: transparent;
  margin-bottom: 0;
}
header .navbar .top-line {
  padding: 23px 0;
  background: #232323;
  overflow: hidden;
}
header .navbar .top-line ul.top-menu {
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 5px;
}
header .navbar .top-line ul.top-menu li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  border-right: 1px solid #808080;
  line-height: 14px;
}
header .navbar .top-line ul.top-menu li:last-child {
  border-right: none;
}
header .navbar .top-line a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #808080;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
header .navbar .top-line a i {
  color: #808080;
  margin-right: 6px;
}
header .navbar .top-line a span {
  color: #ffffff;
}
header .navbar .top-line a:hover {
  opacity: 0.7;
}
header .navbar .top-line ul.top-list {
  margin: 0;
  padding: 0;
  float: right;
}
header .navbar .top-line ul.top-list li {
  display: inline-block;
  margin-left: 12px;
  padding-right: 15px;
  border-right: 1px solid #808080;
  line-height: 14px;
}
header .navbar .top-line ul.top-list li form {
  margin: 0;
  display: inline-block;
  margin-right: -30px;
}
header .navbar .top-line ul.top-list li form input[type="search"] {
  color: #aeaeae;
  font-size: 12px;
  font-family: 'Heebo', sans-serif;
  padding: 6px 20px 6px 30px;
  border: none;
  background: #353434;
  width: 120px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  line-height: 20px;
}
header .navbar .top-line ul.top-list li form button {
  background: transparent;
  border: none;
  float: left;
  margin-top: -26px;
  margin-left: 6px;
  position: relative;
  z-index: 2;
}
header .navbar .top-line ul.top-list li form button i {
  color: #aeaeae;
  font-size: 13px;
  line-height: 20px;
}
header .navbar .top-line ul.top-list li:last-child {
  border-right: none;
  padding-right: 0;
}
header .navbar .navbar-collapse {
  text-align: center;
}
header .navbar .navbar-collapse .navbar-nav {
  float: none;
display: inline-block;
margin: 20px 15px;
margin-top: 0;
}
header .navbar .navbar-collapse .navbar-nav > li {
  margin-left: 2px;
}
header .navbar .navbar-collapse .navbar-nav li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #4f4f4f;
  font-family: 'Heebo', sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  padding: 14px 5px;
  border-top: 2px solid transparent;
}
header .navbar .navbar-collapse .navbar-nav li.logo a {
  padding: 5px 20px;
  border: none !important;
}
header .navbar .navbar-collapse .navbar-nav li a.active,
header .navbar .navbar-collapse .navbar-nav li a:hover {
  border-top: 2px solid #ffa801;
  color: #000000;
}
header .navbar .navbar-collapse .navbar-nav li.drop {
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  text-align: left;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(94, 157, 200, 0.93);
  margin: 0;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  top: -3px;
  left: 100%;
  margin-left: 1px;
  border-bottom: none;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  display: block;
  color: #9fc9e1;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #4883ab;
  margin: 0;
  border: none;
}
.nav li {
margin-top: 25px;
}
li.logo {
margin-top: 0;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a:hover {
  color: #ffffff;
  background: #3f7ba3;
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
header .navbar .navbar-collapse .navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}
header .navbar .navbar-collapse .navbar-nav li:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.upper {
text-transform: uppercase;
}
h5 {
font-size: 14px;
}
.text p {
font-size: 13px;
font-family: 'Heebo', sans-serif;
}
div.text {
text-align: left;
}
.col-services .row .icon {
float: left;
margin-right: 20px;
}
.col-services .icon {
display: table;
}
.col-services .icon i.icn {
color: #3f8dbf;
}
.col-services .icon i.icn {
color: #3f8dbf;
line-height: 1;
font-size: 50px;
text-transform: uppercase;
-webkit-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
}
.text i {
color: #5A9DD1;
font-size: 32px;
display: inline-block;
margin-right: 10px;
}
.text img {
height: 181px;
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#slider {

}
.tp-caption.large_text {
  color: #343434;
  font-size: 50px;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 63px;
}
.tp-caption.large_text span {
  color: #0c3c5d;
}
.tp-caption.large_text span.white-col {
  color: #fff;
}
.tp-caption.modern_medium_light span.line-color {
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #4883ab;
}
.tp-caption.big_white {
  background: none;
  color: #343434;
  font-size: 25px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  text-align: center;
}
.tp-caption.big_white span {
  color: #1b5983;
}
.tp-caption.big_white span.white-col {
  color: #fff;
  line-height: 33px;
}
.tp-caption.modern_small_text_dark a.button-optional {
  margin-right: 10px;
}
.tp-caption.modern_small_text_dark p.price-product {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #0c64a0;
  text-align: center;
  line-height: 150px;
  font-size: 42px;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  color: #fff;
}
.tp-caption.modern_small_text_dark p.price-product span {
  font-size: 30px;
  display: inline-block;
  margin-top: -50px;
}
.tp-caption.modern_small_text_dark a.button-optional.with-white {
  border: 1px solid #fff;
  color: #fff;
}
.tp-caption.modern_small_text_dark a.button-optional.with-white:hover {
  background: #fff;
  color: #4883ab;
}
.tp-leftarrow.default,
.tp-rightarrow.default {
  background: #ffa801;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  opacity: 0.3;
}
.tp-leftarrow.default:before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 17px;
  line-height: 50px;
  color: #fff;
}
.tp-rightarrow.default:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 17px;
  line-height: 50px;
  color: #fff;
}
.section-content {
  padding: 110px 0 0px 0;
}
div#example_video_1 {
min-width: 520px;
min-height: 300px;
margin-top: 45px;
margin-left: auto;
margin-right: auto;
}
.copper-template {
  text-align: center;
}
.copper-template .copper-template-content img {
  max-width: 100%;
}

.title-section {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.title-section h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 24px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: #a5a5a5;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
}
.title-section p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 30px;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white h1:after {
  background: #ffffff;
}
.title-section.white p {
  color: #ffffff;
}
.background-pattern {
  background: url('../upload/back.jpg');
}
.portfolio-section .portfolio-container {
  text-align: center;
}
.portfolio-section .portfolio-container a.button-optional {
  margin-top: 60px;
}
a.button-optional, .button-optional {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 13px 24px;
  font-size: 16px;
  color: #4883ab;
  font-family: 'Heebo', sans-serif;
  border: 1px solid #4883ab;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.mailer .button-optional {
padding: 9px 24px;
background: white;
margin-left: 103px;
margin-top: 10px;
}
a.button-optional:hover, .button-optional:hover {
  background: #4883ab;
  color: #ffffff;
}
.portfolio-box .project-post {
  width: 31.33%;
  overflow: hidden;
}
.portfolio-box .project-post img {
  width: 100%;
}
.portfolio-box .project-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 120px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.portfolio-box .project-post .hover-box .hover-content {
  background: rgba(94, 157, 200, 0.93);
  height: 100%;
  padding-top: 60px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.portfolio-box .project-post .hover-box .hover-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 35px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.portfolio-box .project-post .hover-box .hover-content a i {
  color: #ffffff;
  font-size: 28px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  line-height: 70px;
}
.portfolio-box .project-post .hover-box .hover-content a:hover {
  background: #ffffff;
}
.portfolio-box .project-post .hover-box .hover-content a:hover i {
  color: #4883ab;
}
.portfolio-box .project-post .hover-box .hover-content a.zoom {
  margin-left: 6px;
}
.portfolio-box .project-post .hover-box .hover-content h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffffff;
  padding-bottom: 15px;
  position: relative;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.portfolio-box .project-post .hover-box .hover-content h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ffffff;
  bottom: -1px;
  left: 50%;
  margin-left: -25px;
}
.portfolio-box .project-post .hover-box .hover-content span {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  display: inline-block;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
@-webkit-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-o-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
.portfolio-box .project-post:hover .hover-box {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.portfolio-box .project-post:hover .hover-box a,
.portfolio-box .project-post:hover .hover-box h2,
.portfolio-box .project-post:hover .hover-box span {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hovertrans;
  -moz-animation-name: hovertrans;
  -ms-animation-name: hovertrans;
  -o-animation-name: hovertrans;
  animation-name: hovertrans;
}
.statistic-section.parallax-back {
  background: url('../upload/back4.jpg');
}
.statistic-section .statistic-post .statistic-counter,
.statistic-section2 .statistic-post .statistic-counter {
  max-width: 200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 58px 15px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.statistic-section .statistic-post .statistic-counter p,
.statistic-section2 .statistic-post .statistic-counter p {
  color: #000000;
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.statistic-section .statistic-post .statistic-counter p span.timer,
.statistic-section2 .statistic-post .statistic-counter p span.timer {
  display: inline-block;
  color: #000000;
  font-size: 60px;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 6px;
}
.team-box {
  text-align: center;
}
.team-box .team-member {
  padding-bottom: 110px;
  margin-bottom: 40px;
}
.team-box .team-member .inner-team {
  position: relative;
}
.team-box .team-member .inner-team img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.team-box .team-member .inner-team .hover-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-box .team-member .inner-team .hover-team .member-content {
  position: absolute;
  width: 100%;
  height: 60%;
  max-height: 60px;
  overflow: hidden;
  bottom: -110px;
  left: 0;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.team-box .team-member .inner-team .hover-team .member-content h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: initial;
  color: #343434;
  font-weight: 400;
  margin: 0 0 4px;
}
.team-box .team-member .inner-team .hover-team .member-content span {
  display: inline-block;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 20px;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social {
  margin: 0;
  padding: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  margin-bottom: 25px;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social li a i {
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social li a:hover {
  background: #ffffff;
}
.team-box .team-member .inner-team .hover-team .member-content ul.team-social li a:hover i {
  color: #4883ab;
}
.team-box .team-member .inner-team .hover-team .member-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  line-height: 24px;
  margin: 0 0 20px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  color: #ffffff;
  max-width: 220px;
  margin: 0 auto;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.team-box .team-member:hover .hover-team {
  background: rgba(94, 157, 200, 0.93);
}
.team-box .team-member:hover .hover-team .member-content {
  max-height: 60%;
  bottom: 0px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
@-webkit-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-o-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
.team-box .team-member:hover .hover-team .member-content h2 {
  color: #ffffff;
}
.team-box .team-member:hover .hover-team .member-content span {
  color: #ffffff;
}
.team-box .team-member:hover .hover-team .member-content ul,
.team-box .team-member:hover .hover-team .member-content p {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hovertrans;
  -moz-animation-name: hovertrans;
  -ms-animation-name: hovertrans;
  -o-animation-name: hovertrans;
  animation-name: hovertrans;
}
a.button-optional2 {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 13px 24px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #4883ab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.button-optional2:hover {
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -o-transform: scale(1.11);
}
.services-section .services-post {
  padding: 10px;
  margin-bottom: 40px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section .services-post .post-head {
  overflow: hidden;
  margin-bottom: 14px;
}
.services-section .services-post .post-head a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #4883ab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
}
.services-section .services-post .post-head a i {
  line-height: 60px;
  font-size: 22px;
  color: #4883ab;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section .services-post .post-head h4 {
  color: #606060;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0 0 10px;
  margin-left: 80px;
  margin-top: 10px;
  line-height: 20px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section .services-post p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 6px;
  padding: 0 12px;
}
.services-section .services-post:hover {
  background: #fff;
  box-shadow: 0 0 13px #d6d6d6;
  -webkit-box-shadow: 0 0 13px #d6d6d6;
  -moz-box-shadow: 0 0 13px #d6d6d6;
  -o-box-shadow: 0 0 13px #d6d6d6;
}
.services-section .services-post:hover .post-head a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  background: #4883ab;
}
.services-section .services-post:hover .post-head a i {
  color: #ffffff;
}
.services-section .services-post:hover .post-head h4 {
  color: #4883ab;
  font-weight: 700;
}
.quotes-section.parallax-back {
  background: url('../upload/back1.jpg');
}
.quotes-section {
  text-align: center;
}
.quotes-section .testimonial {
  margin-top: -30px;
}
.quotes-section .testimonial ul {
  margin: 0;
  padding: 0;
}
.quotes-section .testimonial ul li {
  list-style: none;
}
.quotes-section .testimonial ul li p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 23px;
  line-height: 36px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.quotes-section .testimonial ul li h3 {
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  line-height: 25px;
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.quotes-section .testimonial ul li h3:before {
  content: '~';
  font-size: 18px;
  color: #343434;
  line-height: 15px;
  margin-right: 4px;
}
.quotes-section .testimonial ul li h3:after {
  content: '~';
  font-size: 18px;
  color: #343434;
  line-height: 15px;
  margin-left: 4px;
}
#contact-form input[type="text"],
.aply-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.aply-form textarea,
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 13px 20px;
  color: #808080;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  outline: none;
  background: #f2f2f2;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form input[type="text"]:focus,
.aply-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.aply-form textarea:focus,
.comment-form textarea:focus {
  background: #e6e6e6;
  border: 1px solid #d4d4d3;
  font-weight: 400;
}
#contact-form textarea,
.aply-form textarea,
.comment-form textarea {
  height: 190px;
}
#contact-form .submit-area,
.aply-form .submit-area,
.comment-form .submit-area {
  text-align: center;
  padding-top: 40px;
}
#contact-form .submit-area button,
.aply-form .submit-area button,
.comment-form .submit-area button {
  display: inline-block;
  border: 1px solid #4883ab;
  color: #4883ab;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  padding: 15px 26px;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#contact-form .submit-area button i,
.aply-form .submit-area button i,
.comment-form .submit-area button i {
  margin-right: 6px;
}
#contact-form .submit-area button:hover,
.aply-form .submit-area button:hover,
.comment-form .submit-area button:hover {
  color: #ffffff;
  background: #4883ab;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#msg-error,
#msg-success {
  background: #f2f2f2;
  text-align: center;
  padding: 52px;
  margin-bottom: 5px;
  display: none;
}
#msg-error h1,
#msg-success h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: inherit;
  margin-bottom: 25px;
}
#msg-error p,
#msg-success p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
.last-row {
  text-align: center;
  background: #4883ab;
  padding: 40px 0;
}
.last-row p {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  margin: 0;
}
.last-row p span {
  font-weight: 700;
}
.last-row p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  margin-left: 20px;
  padding: 8px 25px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.last-row p a:hover {
  background: #ffffff;
  color: #4883ab;
}
.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
.photogallery img {
width: 100%;
}
/*-------------------------------------------------*/
/* =  Home 2
/*-------------------------------------------------*/
.copper-template-content2 h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  color: #4883ab;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: inherit;
}
.copper-template-content2 p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
}
.copper-template-content2 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.copper-template-content2 ul li {
  list-style: none;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 12px;
  font-size: 16px;
  position: relative;
}
.copper-template-content2 ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #4883ab;
  margin-right: 10px;
}
.copper-template-content2 img {
  max-width: 100%;
  margin-bottom: -110px;
}
.quotes2.parallax-back {
  background: url('../upload/back2.jpg');
}
.quotes2 .testimonial {
  margin-top: -20px;
}
.quotes2 .testimonial ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid rgba(255, 255, 255, 0.35);
}
.quotes2 .testimonial ul li p {
  color: #ffffff;
}
.quotes2 .testimonial ul li h3 {
  color: #ffffff;
}
.quotes2 .testimonial ul li h3:before {
  color: #ffffff;
}
.quotes2 .testimonial ul li h3:after {
  color: #ffffff;
}
.quotes2 .quovolve {
  min-height: 257px !important;
}
.quotes2 .quovolve li {
  min-height: 257px !important;
}
/*-------------------------------------------------*/
/* =  home3
/*-------------------------------------------------*/
.section-content.client-section ul.client-list {
  margin-bottom: 0;
}
.recent-box {
  text-align: center;
}
.recent-box .recent-post {
  margin-bottom: 30px;
}
.recent-box .recent-post .recent-gal {
  overflow: hidden;
  position: relative;
}
.recent-box .recent-post .recent-gal img {
  width: 100%;
}
.recent-box .recent-post .recent-gal .post-date {
  width: 187px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -93px;
  padding: 15px 10px;
  background: #4883ab;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 2;
}
.recent-box .recent-post .recent-gal .post-date p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.recent-box .recent-post .recent-gal .post-date p span {
  font-weight: 600;
}
.recent-box .recent-post .recent-gal a.comment-post {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 13px 5px;
  background: #4883ab;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
  z-index: 2;
}
.recent-box .recent-post .recent-gal a.comment-post i {
  font-size: 20px;
  margin-right: 5px;
}
.recent-box .recent-post .recent-gal .hover-post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(94, 157, 200, 0.93);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.recent-box .recent-post .recent-gal .hover-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
.recent-box .recent-post .recent-content {
  background: #f1f1f1;
  padding: 20px 30px;
}
.recent-box .recent-post .recent-content h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: inherit;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.recent-box .recent-post .recent-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #343434;
}
.recent-box .recent-post .recent-content h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -1px;
  left: 50%;
  margin-left: -25px;
  background: #606060;
}
.recent-box .recent-post .recent-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  margin: 0;
}
.recent-box .recent-post:hover .recent-gal .post-date {
  background: #ffffff;
}
.recent-box .recent-post:hover .recent-gal .post-date p {
  color: #4883ab;
}
.recent-box .recent-post:hover .recent-gal a.comment-post {
  background: #ffffff;
  color: #4883ab;
}
.recent-box .recent-post:hover .recent-gal .hover-post {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.recent-box .recent-post:hover .recent-gal .hover-post a {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: hovertrans;
  -moz-animation-name: hovertrans;
  -ms-animation-name: hovertrans;
  -o-animation-name: hovertrans;
  animation-name: hovertrans;
}
@-webkit-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-o-keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertrans {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
.recent-box .recent-post:hover .recent-content {
  background: #ffffff;
}
.recent-box .recent-post:hover .recent-content p {
  color: #343434;
}
.recent-box a.button-optional2 {
  margin-top: 30px;
}
.services-section2 {
  background: url('../upload/back3.jpg');
}
.services-section2 .services-box {
  text-align: center;
}
.services-section2 .services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-bottom: 25px;
}
.services-section2 .services-box .services-post a i {
  color: #ffffff;
  line-height: 130px;
  font-size: 53px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section2 .services-box .services-post h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 8px;
}
.services-section2 .services-box .services-post p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}
.services-section2 .services-box .services-post:hover a {
  background: #4883ab;
  border: 5px solid #c5c5c5;
}
.services-section2 .services-box .services-post:hover a i {
  line-height: 120px;
}
/*-------------------------------------------------*/
/* =  home4
/*-------------------------------------------------*/
.services-section3 .services-box {
  text-align: center;
}
.services-section3 .services-box .services-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #4883ab;
  margin-bottom: 25px;
}
.services-section3 .services-box .services-post a i {
  color: #4883ab;
  line-height: 130px;
  font-size: 53px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section3 .services-box .services-post h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: inherit;
  color: #141414;
  margin-bottom: 8px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.services-section3 .services-box .services-post p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #141414;
  margin-bottom: 0;
  font-size: 16px;
}
.services-section3 .services-box .services-post:hover a {
  background: #4883ab;
  border: 5px solid #c5c5c5;
}
.services-section3 .services-box .services-post:hover a i {
  line-height: 120px;
  color: #ffffff;
}
.services-section3 .services-box .services-post:hover h2 {
  color: #4883ab;
}
.video-section {
  position: relative;
}
.video-section #customElement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.video-section #customElement:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.video-section .container {
  position: relative;
  z-index: 2;
}
.serv-acord-section h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 22px;
  color: #4883ab;
  margin-bottom: 20px;
}
.serv-acord-section p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
}
.serv-acord-section .collapse-box h2 {
  margin-bottom: 20px;
}
.video-content {
  text-align: center;
}
.video-content h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 41px;
  color: #ffffff;
  line-height: 52px;
  max-width: 950px;
  margin: 0 auto 40px;
}
.video-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 55px;
}
.video-content a.button-optional {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.team-post {
  text-align: left;
}
.team-post h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 22px;
  color: #4883ab;
  margin-bottom: 20px;
}
.team-post p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
}
.team-post a {
  margin-top: 15px;
}
.statistic-section2 .statistic-post .statistic-counter {
  width: 200px;
  height: 200px;
  background: #ffffff;
  padding: 55px 15px;
  border: 2px solid #4883ab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.statistic-section2 .statistic-post .statistic-counter p {
  color: #808080;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.statistic-section2 .statistic-post .statistic-counter p span.timer {
  color: #4883ab;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.statistic-section2 .statistic-post:hover .statistic-counter {
  background: #4883ab;
  border: 5px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.statistic-section2 .statistic-post:hover .statistic-counter p {
  color: #ffffff;
}
.statistic-section2 .statistic-post:hover .statistic-counter p span.timer {
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  home5
/*-------------------------------------------------*/
.quotes3 .testimonial {
  margin-top: -20px;
}
.quotes3 .testimonial ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid rgba(255, 255, 255, 0.35);
}
.quotes3 .quovolve {
  min-height: 257px !important;
}
.quotes3 .quovolve li {
  min-height: 257px !important;
}
.vertical-tabs-box .nav-tabs,
.horizontal-tabs-box .nav-tabs {
  float: left;
  width: 200px;
  border: none;
}
.vertical-tabs-box .nav-tabs li,
.horizontal-tabs-box .nav-tabs li {
  display: block;
  float: none;
  border: none;
  margin: 0 0 1px;
}
.vertical-tabs-box .nav-tabs li a,
.horizontal-tabs-box .nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  display: block;
  border: none !important;
  padding: 14px 20px;
  color: #808080;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #f5f5f5;
}
.vertical-tabs-box .nav-tabs li.active a,
.horizontal-tabs-box .nav-tabs li.active a {
  color: #ffffff;
  background: #4883ab;
  font-weight: 700;
  position: relative;
}
.vertical-tabs-box .nav-tabs li.active a:after,
.horizontal-tabs-box .nav-tabs li.active a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 7px solid #4883ab;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 16px;
  right: -13px;
}
.vertical-tabs-box .tab-content,
.horizontal-tabs-box .tab-content {
  margin-left: 198px;
  border: 1px solid #d1e0ea;
}
.vertical-tabs-box .tab-content .tab-pane,
.horizontal-tabs-box .tab-content .tab-pane {
  padding: 25px 35px;
  overflow: hidden;
}
.vertical-tabs-box .tab-content .tab-pane img,
.horizontal-tabs-box .tab-content .tab-pane img {
  float: right;
  max-width: 315px;
  margin-left: 30px;
}
.vertical-tabs-box .tab-content .tab-pane h2,
.horizontal-tabs-box .tab-content .tab-pane h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: inherit;
  color: #4883ab;
  margin-bottom: 20px;
}
.vertical-tabs-box .tab-content .tab-pane p,
.horizontal-tabs-box .tab-content .tab-pane p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
}
.vertical-tabs-box .tab-content .tab-pane p span,
.horizontal-tabs-box .tab-content .tab-pane p span {
  color: #343434;
  font-style: italic;
  display: block;
  margin: 20px 0;
}
.horizontal-tabs-box .nav-tabs {
  float: none;
  width: auto;
}
.horizontal-tabs-box .nav-tabs li {
  display: inline-block;
  float: left;
  margin: 0;
}
.horizontal-tabs-box .nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.horizontal-tabs-box .nav-tabs li.active a:after {
  border-left-color: transparent;
  border-top-color: #4883ab;
  top: inherit;
  right: inherit;
  bottom: -13px;
  left: 28px;
}
.horizontal-tabs-box .tab-content {
  margin-left: 0px;
}
/*-------------------------------------------------*/
/* =  blog fullwidth
/*-------------------------------------------------*/
.blog-post {
  margin-bottom: 70px;
}
.blog-post img {
  width: 100%;
}
.blog-post iframe {
  width: 100%;
  height: 400px;
  margin: 0;
  margin-bottom: -5px;
}
.blog-post .blog-post-content {
  overflow: hidden;
}
.blog-post .blog-post-content .blog-date {
  float: left;
  padding: 26px 4px;
  width: 155px;
  height: 120px;
  text-align: center;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #f4f4f4;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.blog-post .blog-post-content .blog-date p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 18px;
  color: #343434;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
.blog-post .blog-post-content .blog-date p span {
  display: block;
  font-weight: 400;
  font-size: 50px;
  line-height: 45px;
}
.blog-post .blog-post-content .blog-date:hover {
  background: #4883ab;
}
.blog-post .blog-post-content .blog-date:hover p {
  color: #ffffff;
}
.blog-post .blog-post-content .post-content {
  margin-left: 200px;
}
.blog-post .blog-post-content .post-content .post-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
  padding-right: 170px;
}
.blog-post .blog-post-content .post-content .post-title h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 300;
  color: #343434;
  -webkit-font-smoothing: antialiased;
  text-transform: inherit;
  margin-bottom: 6px;
}
.blog-post .blog-post-content .post-content .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #343434;
}
.blog-post .blog-post-content .post-content .post-title h2 a:hover {
  color: #4883ab;
}
.blog-post .blog-post-content .post-content .post-title ul {
  margin: 0;
  padding: 0;
}
.blog-post .blog-post-content .post-content .post-title ul li {
  display: inline-block;
}
.blog-post .blog-post-content .post-content .post-title ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
}
.blog-post .blog-post-content .post-content .post-title ul li a:hover {
  color: #4883ab;
}
.blog-post .blog-post-content .post-content .post-title ul li:after {
  content: '|';
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0 3px 0 7px;
}
.blog-post .blog-post-content .post-content .post-title ul li:last-child:after {
  content: '';
}
.blog-post .blog-post-content .post-content .post-title a.button-optional {
  position: absolute;
  right: 0;
  top: 4px;
}
.blog-post .blog-post-content .post-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  margin-bottom: 0;
}
ul.pagination-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination-list li {
  display: inline-block;
  margin-left: 6px;
}
ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 6px 14px;
  color: #4883ab;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  border: 1px solid #4883ab;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.pagination-list li a.active {
  color: #ffffff;
  background: #4883ab;
}
ul.pagination-list li a:hover {
  color: #ffffff;
  background: rgba(94, 157, 200, 0.93);
}

/*-------------------------------------------------*/
/* =  About page 1
/*-------------------------------------------------*/
.team-box .team-member.with-detail {
  padding-bottom: 12px;
  margin-bottom: 50px;
  overflow: hidden;
  cursor: pointer;
}
.team-box .team-member.with-detail .inner-team .hover-team {
  background: transparent;
}
.team-box .team-member.with-detail .inner-team .hover-team .member-content {
  height: auto;
  max-height: auto;
  padding: 30px 0 5px;
  background: rgba(94, 157, 200, 0.93);
  bottom: -115px;
  overflow: visible;
}
.team-box .team-member.with-detail .inner-team .hover-team .member-content:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid rgba(94, 157, 200, 0.93);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -12px;
  bottom: 0;
  margin-bottom: -24px;
}
.team-box .team-member.with-detail:hover .inner-team .hover-team .member-content {
  bottom: 0;
}
.personal-details {
  display: none;
}
.personal-details h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  margin-bottom: 50px;
  text-align: center;
}
.personal-details .personal-box-content .personal-head {
  overflow: hidden;
  padding: 25px 0;
  margin-bottom: 40px;
  border-top: 1px solid #dcdbdb;
  border-bottom: 1px solid #dcdbdb;
}
.personal-details .personal-box-content .personal-head .name-occupation {
  max-width: 50%;
  float: left;
}
.personal-details .personal-box-content .personal-head .name-occupation h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: inherit;
  margin-bottom: 5px;
  color: #4883ab;
}
.personal-details .personal-box-content .personal-head .name-occupation span {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
  font-size: 16px;
}
.personal-details .personal-box-content .personal-head .socio-box {
  max-width: 220px;
  float: right;
  text-align: right;
}
.personal-details .personal-box-content .personal-head .socio-box ul {
  margin: 0;
  padding: 0;
  margin-top: 6px;
}
.personal-details .personal-box-content .personal-head .socio-box ul li {
  list-style: none;
  display: inline-block;
  margin-left: 7px;
}
.personal-details .personal-box-content .personal-head .socio-box ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 35px;
  height: 35px;
  border: 1px solid #4883ab;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.personal-details .personal-box-content .personal-head .socio-box ul li a i {
  color: #4883ab;
  font-size: 16px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  line-height: 35px;
}
.personal-details .personal-box-content .personal-head .socio-box ul li a:hover {
  background: #4883ab;
}
.personal-details .personal-box-content .personal-head .socio-box ul li a:hover i {
  color: #fff;
}
.personal-details .personal-box-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 27px;
}
.personal-details .skills-box .meter {
  background: #f2f1f1;
}
.personal-details.active {
  display: block;
}
/*-------------------------------------------------*/
/* =  About page 2
/*-------------------------------------------------*/
.about-blockquote {
  border-bottom: 1px solid #dcdbdb;
}
.about-blockquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.about-blockquote blockquote p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 78px;
  color: #4883ab;
  margin: 0;
}
.about-box h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  color: #4883ab;
  margin-bottom: 25px;
}
.about-box p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 30px;
}
.about-box p.italic {
  font-style: italic;
}
.about-box .about-services {
  padding-left: 30px;
}
.about-box .about-services ul.services-list {
  margin: 0;
  padding: 0;
}
.about-box .about-services ul.services-list li {
  list-style: none;
  margin-bottom: 35px;
}
.about-box .about-services ul.services-list li span {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.about-box .about-services ul.services-list li:last-child {
  margin-bottom: 0;
}
.about-box .about-services ul.services-list li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 16px;
  color: #4883ab;
  margin-right: 20px;
}
/*-------------------------------------------------*/
/* =  about page 3
/*-------------------------------------------------*/
.about-box .about-box-content2 blockquote {
  border: none;
  padding: 0;
  margin: 0 0 36px;
}
.about-box .about-box-content2 blockquote p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 47px;
  color: #4883ab;
  margin: 0;
}
.about-box .about-box-content2 h2 {
  text-transform: inherit;
  margin-bottom: 15px;
}
.about-box .about-box-content2 h2 i {
  margin-right: 10px;
}
.about-box .about-box-content2 .about-caption {
  margin-bottom: 40px;
}
.about-services .panel-title > a {
  padding: 10px 0px 10px 50px;
}
.about-services .panel-title > a:after {
  position: absolute;
  content: '+';
  font-family: 'Heebo', sans-serif;
  border: 1px solid #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 22px;
  color: #808080;
  top: 6px;
  right: inherit;
  left: 0;
}
.about-services .panel-group .panel + .panel {
  margin-top: 1px;
}
.about-services .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.about-services .panel-body {
  padding: 10px 0 0px 50px;
  background: transparent;
}
.about-services .panel-body p {
  font-size: 16px;
  line-height: 28px;
}
.about-services .panel-body p:last-child {
  margin-bottom: 0;
}
.about-services .panel-default {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.about-services .panel-heading.active {
  background: transparent !important;
}
.about-services .panel-heading.active a {
  color: #4883ab;
  font-weight: 700;
}
.about-services .panel-heading.active a:after {
  position: absolute;
  content: '-';
  font-family: 'Heebo', sans-serif;
  border: 1px solid #4883ab;
  background: #4883ab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 22px;
  color: #fff;
  top: 6px;
  right: inherit;
  left: 0;
}
.about-services .panel-group .panel {
  margin-bottom: 15px;
}
/*-------------------------------------------------*/
/* =  About me 1 page
/*-------------------------------------------------*/
.avatar-image {
  text-align: center;
}
.avatar-image img {
  max-width: 100%;
}
.personal-data .personal-head {
  overflow: hidden;
  padding: 25px 0;
  margin-bottom: 24px;
  border-top: 1px solid #dcdbdb;
  border-bottom: 1px solid #dcdbdb;
}
.personal-data .personal-head img {
  float: right;
}
.personal-data .personal-head h2 {
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: inherit;
  margin-bottom: 5px;
  color: #4883ab;
}
.personal-data .personal-head span {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin: 0;
  font-size: 16px;
}
.personal-data .personal-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdbdb;
  margin-bottom: 16px;
}
.personal-data .personal-content p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}
.personal-data .personal-info p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  margin-bottom: 12px;
}
.personal-data .personal-info p span {
  color: #343434;
}
.skills-section p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #343434;
  margin-bottom: 12px;
}
.skills-section .personal-skills {
  overflow: hidden;
}
.skills-section .personal-skills > p {
  max-width: 90px;
  float: left;
}
.skills-section .personal-skills .skills-box {
  margin-left: 115px;
}
.skills-box .meter {
  height: 34px;
  position: relative;
  background: #fff;
  margin-bottom: 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.skills-box .meter p {
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: relative;
  background: #4883ab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #fff;
  padding: 5px 9px;
}
.skills-box .meter p span {
  float: right;
  font-weight: 700;
}
.find-in-socialmedia ul {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.find-in-socialmedia ul li {
  list-style: none;
  display: inline-block;
  margin-right: -2px;
}
.find-in-socialmedia ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  padding: 10px 18px;
  background: #fff;
  text-align: center;
}
.find-in-socialmedia ul li a i {
  color: #4883ab;
  font-size: 20px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  line-height: 24px;
}
.find-in-socialmedia ul li a:hover {
  background: #4883ab;
}
.find-in-socialmedia ul li a:hover i {
  color: #fff;
}
.find-in-socialmedia ul li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.find-in-socialmedia ul li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.find-in-socialmedia ul.get-cv li a {
  width: 56px;
}
.find-in-socialmedia ul.social-list li a {
  width: 52px;
}
/*-------------------------------------------------*/
/* =  About me 2 page
/*-------------------------------------------------*/
.skills-section .personal-skills > p {
  max-width: 100%;
  float: none;
  font-size: 20px;
  color: #343434;
  margin-bottom: 20px;
  font-weight: 400;
}
.skills-section .personal-skills .skills-box {
  margin-left: 0px;
}
.skills-section .personal-skills .skills-box .meter {
  margin-bottom: 34px;
}
.personal-data > img {
  float: right;
  max-width: 270px;
}
.personal-data .personal-box-content {
  border-bottom: 1px solid #dcdbdb;
  padding-right: 300px;
  margin-bottom: 18px;
}
.personal-data .personal-box-content .personal-head {
  overflow: hidden;
}
.personal-data .personal-box-content .personal-head .name-occupation {
  max-width: 40%;
  float: left;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia {
  max-width: 70%;
  float: right;
  overflow: hidden;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #343434;
  margin-bottom: 12px;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia .cv-box {
  width: 220px;
  float: left;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia .socio-box {
  max-width: 220px;
  float: right;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia ul {
  margin-bottom: 0px;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia ul li {
  margin-right: -4px;
  border-left: 1px solid #e7e5e5;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia ul li a {
  background: #f6f6f6;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia ul li a:hover {
  background: #4883ab;
}
.personal-data .personal-box-content .personal-head .find-in-socialmedia ul li:first-child {
  border-left: none;
}
.personal-data .personal-box-content .personal-content {
  border-bottom: none;
}
.personal-data .signature-box img {
  float: right;
}

/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/
.page-banner {
  padding: 50px 0;
  background: url('../images/pattern.png');
  border-top: 1px solid #dcdbdb;
  border-bottom: 1px solid #dcdbdb;
  overflow: hidden;
}
.page-banner h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  float: left;
  font-size: 25px;
  text-transform: inherit;
  margin: 0;
}
.page-banner ul {
  margin: 0;
  padding: 0;
  float: right;
}
.page-banner ul li {
  list-style: none;
  display: inline-block;
  margin-left: -2px;
}
.page-banner ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
}
.page-banner ul li a:hover {
  color: #4883ab;
}
.page-banner ul li:after {
  content: ' >';
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
}
.page-banner ul li:last-child:after {
  content: '';
}
img.defaultimg {
height: 650px !important;
width: 1350px !important;
}
div.tp-leftarrow.tparrows.default, div.tp-rightarrow.tparrows.default {
top: 220px !important;
} {
top: 220px !important;
}
div.tp-bullets.simplebullets.round {
top: 610px !important;
}
#slider {
height: 650px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer .up-footer {
  background: #2f3133;
  padding: 50px 0;
}
footer .up-footer .text-widget img {
  margin-bottom: 20px;
  max-width: 100%;
}
footer .up-footer p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #9b9b9b;
}
footer .up-footer .text-widget a.read-more {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .up-footer .text-widget a.read-more:hover {
  opacity: 0.7;
}
footer .up-footer h3 {
  font-size: 18px;
  font-family: 'Heebo', sans-serif;
  line-height: 25px;
  margin: 0 0 25px;
  color: #ffffff;
}
footer .up-footer ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .recent-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #9b9b9b;
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  line-height: 24px;
}
footer .up-footer .recent-widget ul li a:hover {
  opacity: 0.6;
}
footer .up-footer .recent-widget ul li:before {
  content: '\f0da';
  color: #9b9b9b;
  font-size: 14px;
  font-family: 'FontAwesome';
  margin-right: 6px;
}
footer .up-footer .tags-widget ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}
footer .up-footer .tags-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  padding: 8px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #232323;
}
footer .up-footer .tags-widget ul li a:hover {
  background: #ffffff;
  color: #2f3133;
}
footer .up-footer .flickr-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
footer .up-footer .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
footer .up-footer .flickr-widget ul li a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  max-width: 80px;
}
footer .up-footer .flickr-widget ul li a:hover {
  opacity: 0.8;
}
footer .footer-line {
  background: #232323;
  overflow: hidden;
}
footer .footer-line p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  float: left;
  color: #606060;
  font-weight: 400;
  margin: 25px 0 15px;
}
footer .footer-line p span {
  color: #343434;
}
footer .footer-line p span.span-one {
  color: #707070;
  font-weight: 700;
}
footer .footer-line ul.footer-social-icons {
  float: right;
  margin: 0;
  padding: 0;
}
footer .footer-line ul.footer-social-icons li {
  display: inline-block;
  margin-left: -4px;
}
footer .footer-line ul.footer-social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  width: 68px;
  height: 68px;
  text-align: center;
  background: transparent;
  border-right: 1px solid #2f3133;
}
footer .footer-line ul.footer-social-icons li a i {
  font-size: 20px;
  line-height: 68px;
  color: #ffffff;
}
footer .footer-line ul.footer-social-icons li a:hover {
  background: #2f3133;
}
footer .footer-line ul.footer-social-icons li:first-child {
  margin-left: 0;
}
footer .footer-line ul.footer-social-icons li:first-child a {
  border-left: 1px solid #2f3133;
}
/*-------------------------------------------------*/
/* =  Log in popup
/*-------------------------------------------------*/
#log-in-popup {
  max-width: 490px;
  margin: auto;
}
#log-in-popup .out-form {
  background: #2f3133;
  padding: 40px 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 18px #121212;
  -webkit-box-shadow: 0 0 18px #121212;
  -moz-box-shadow: 0 0 18px #121212;
  -o-box-shadow: 0 0 18px #121212;
}
#log-in-popup .out-form h1 {
  color: #4883ab;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
  font-size: 25px;
  padding-bottom: 28px;
  margin-bottom: 25px;
  border-bottom: 1px solid #37393b;
}
#log-in-popup .out-form label {
  color: #fff;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
}
#log-in-popup .out-form input[type="text"],
#log-in-popup .out-form input[type="password"] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  line-height: 20px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none;
}
#log-in-popup .out-form input[type="text"]:focus,
#log-in-popup .out-form input[type="password"]:focus {
  border: 1px solid #4883ab;
}
#log-in-popup .out-form input[type="checkbox"] {
  margin-right: 10px;
  padding-top: 4px;
  display: inline-block;
}
#log-in-popup .out-form span {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #c1c0c0;
}
#log-in-popup .out-form input[type="submit"] {
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: #4883ab;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
  border: none;
  outline: none;
  margin-bottom: 30px;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
}
#log-in-popup .out-form input[type="submit"]:hover {
  opacity: 0.7;
}
#log-in-popup .out-form p {
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #c1c0c0;
  margin-bottom: 0px;
  margin-left: 28px;
  clear: both;
}
#log-in-popup .out-form a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -webkit-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  font-size: 14px;
  color: #808080;
  font-family: 'Heebo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  margin: 0 0 20px;
  color: #4883ab;
  margin: 0;
  margin-left: 28px;
}
h3 {
text-align: left;
}
.page-banner ul li a{
	text-transform:uppercase;
}
.col-md-12 ul, ol {
margin-top: 0;
margin-bottom: 10px;
font-family: arial;
float: left;
text-align: left;
list-style:none;
padding-left: 10px;
}
.row h4 {
text-align: left;
}
.partners .row h4 {
text-align: center;
background: #ffa801;
color: white;
padding: 10px 0;
width: 300px;
margin: 5px auto;
}
.partners img {
max-height: 100px;
}
.fancybox img {
width: 208px;
height: 180px;
float: left;
margin-right: 24px;
margin-bottom: 10px;
}
.item input, .item select {
    height: 35px !important;
    width: 350px !important;
}
.screen_ li {
font-family: verdana, sans serif;
font-size: 12px !important;
}
.item span {
    font-size: 11px;
}
div#topcontrol {
display: none;
}
#wrap h2 {
text-align: left;
}
div.line-separator {
margin-top: -3px !important;
margin-left: 1px !important;
}

.or-spacer {
  margin-top: 20px;
  margin-left: 100px;
  width: 400px;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
height: 20px;
left: 64%;
position: relative;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.contact h4 {
float: left;
}
.fa-facebook:before, .fa-twitter:before {
width: 21px;
display: inline-block;
color: #ffa801;
text-align: center;
}
.social-icons li {
list-style: none;
float: left;
margin-right: 15px;
}
ul.social-icons {
float: right;
}
.social-icons i span {
font-size: 12px;
color: black;
font-family: 'Heebo', sans-serif;
}

ul.social-icons {
float: right;
margin-right: -20px;
margin-top: 5px;
}
.twitter-timeline.twitter-timeline-rendered {
    height: 300px !important;
    width: 430px !important;
}
.mailer .item span {
font-size: 12px;
min-width: 100px !important;
display: inline-block;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (min-width: 1199px) {
	#wrap {
padding: 50px;
width: 800px !important;
}
section#nomination {
width: 800px ;
display: table;
margin-left: 90px;
}
.clar, .line-separator{
width:94% !important;

}
#nomi_nav li a {
display: block;
font-size: 13px !important;
}

.col-sm-4.photo-gallery {
    width: 280px;
}
.col-sm-4.twitter {
    width: 490px;
}
.col-sm-4.event {
    width: 398px;
}
.navbar div.container.long-nav {
width: 1300px;
}
}
@media (max-width: 1919px) {
  .portfolio-box.four-col .project-post .hover-box {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .portfolio-box .project-post {
    width: 50%;
  }
  .portfolio-box .project-post .hover-box {
    padding: 0;
  }
  .team-box .team-member:hover .hover-team .member-content {
    max-height: 70%;
    height: 70%;
  }
  header .navbar .navbar-collapse .navbar-nav > li {
    margin-left: 15px;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down {
    width: 176px;
  }
  ul.client-list li {
    padding: 0 5px;
  }
  ul.strategy-list li .strategy-title p {
    font-size: 12px;
  }
  .masonry-blog {
    width: 970px;
  }
  .masonry-blog .blog-post {
    width: 293px;
  }
  .masonry-blog.with-sidebar {
    width: 728px;
  }
  .masonry-blog.with-sidebar .blog-post {
    width: 334px;
  }
  .portfolio-box.one-col .project-post .project-gal,
  .portfolio-box.one-col .project-post .project-content {
    width: 100%;
    float: none;
  }
  .portfolio-box.two-col-vers2,
  .portfolio-box.three-col-vers3,
  .portfolio-box.four-col-vers2 {
    width: 970px;
  }
  .portfolio-box.two-col-vers2 .project-post,
  .portfolio-box.three-col-vers3 .project-post,
  .portfolio-box.four-col-vers2 .project-post {
    width: 455px;
  }
  .portfolio-box.four-col .project-post {
    width: 33.32%;
  }
}
@media (max-width: 991px) {
	.contact .row > p, .contact h3 {
    text-align: center !important;
}
	.banner {
    width: 100%;
}
  header .navbar .navbar-collapse .navbar-nav > li {
    margin-left: 5px;
  }
  header .navbar .navbar-collapse .navbar-nav > li > a {
    padding: 14px 7px;
    font-size: 14px;
  }
  header .navbar .navbar-collapse .navbar-nav li.logo a {
    padding: 5px;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down {
    width: 132px;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a {
    padding: 10px 7px;
    font-size: 13px;
  }
  a.button-optional {
    padding: 10px;
    font-size: 14px;
  }
  .tp-caption.modern_medium_light span.line-color {
    width: 70px;
  }
  header .navbar .top-line {
    text-align: center;
  }
  header .navbar .top-line ul.top-menu {
    float: none;
    margin-bottom: 15px;
  }
  header .navbar .top-line ul.top-list {
    float: none;
  }
  header .navbar .top-line ul.top-list li {
    margin-left: -12px;
  }
  header .navbar .top-line ul.top-list li form button {
    margin-left: 25px;
  }
  .portfolio-box .project-post {
    width: 49.99%;
  }
  .portfolio-box .project-post .hover-box .hover-content {
    padding-top: 40px;
  }
  .portfolio-box .project-post .hover-box .hover-content a {
    margin-bottom: 18px;
  }
  .statistic-post {
    margin-bottom: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  footer {
    text-align: center;
  }
  footer .footer-line p {
    float: none;
  }
  footer .footer-line ul.footer-social-icons {
    float: none;
  }
  footer .footer-line ul.footer-social-icons li a {
    border: none !important;
  }
  .copper-template-content2 img {
    margin-top: 30px;
  }
  .services-post {
    margin-bottom: 30px;
  }
  .collapse-box {
    margin-bottom: 50px;
  }
  .team-post {
    margin-bottom: 30px;
  }
  .vertical-tabs-box .tab-content .tab-pane img,
  .horizontal-tabs-box .tab-content .tab-pane img {
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .horizontal-tabs-box .nav-tabs li a {
    padding: 10px 8px;
    font-size: 13px;
  }
  .vertical-tabs-box .nav-tabs {
    width: 130px;
  }
  .vertical-tabs-box .nav-tabs li a {
    padding: 10px;
    font-size: 13px;
  }
  .vertical-tabs-box .tab-content {
    margin-left: 128px;
  }
  .personal-data .personal-box-content .personal-head .find-in-socialmedia {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .personal-data .personal-box-content .personal-head .find-in-socialmedia .cv-box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .personal-data .personal-box-content .personal-head .find-in-socialmedia .socio-box {
    float: none;
    width: 100%;
  }
  .personal-data .personal-box-content .personal-head .name-occupation {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  ul.strategy-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .services-section .more-aboutus img {
    margin-bottom: 30px;
  }
  .careers-box .article .article-content {
    padding: 0;
  }
  .shop-sidebar {
    margin-top: 50px;
  }
  ul.pagination-list {
    margin-bottom: 50px;
  }
  .masonry-blog,
  .masonry-blog.with-sidebar {
    width: 750px;
  }
  .masonry-blog .blog-post,
  .masonry-blog.with-sidebar .blog-post {
    width: 345px;
  }
  ul.filter li {
    margin-bottom: 3px;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content {
    padding-top: 20px;
  }
  .portfolio-box.two-col .project-post {
    width: 100%;
  }
  .portfolio-box.two-col-vers2,
  .portfolio-box.three-col-vers3,
  .portfolio-box.four-col-vers2 {
    width: 750px;
  }
  .portfolio-box.two-col-vers2 .project-post,
  .portfolio-box.three-col-vers3 .project-post,
  .portfolio-box.four-col-vers2 .project-post {
    width: 345px;
  }
  .portfolio-box.four-col .project-post {
    width: 49.98%;
  }
  .partners .row h4 {
text-align: center;
}
.line-separator {

width: 100% !important;
}
}
@media (max-width: 767px) {
	
  .tp-leftarrow.default,
  .tp-rightarrow.default {
    display: none !important;
    opacity: 0 !important;
  }
  .navbar-collapse {
    background: #fff;
    text-align: left;
  }
  .navbar-default .navbar-toggle {
    border-color: #888;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down,
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
    text-align: center;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li,
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 li {
    border: none;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li a,
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none !important;
    color: #343434 !important;
    font-size: 14px;
    padding: 4px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    margin: 10px;
  }
  header .navbar .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
    padding: 5px;
    border: none!important;
  }
  header .navbar .navbar-collapse .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    font-size: 13px;
  }
  .portfolio-box .project-post {
    width: 100%;
  }
  #slider {
    margin-top: -50px;
  }
  .team-box .team-member:hover .hover-team .member-content {
    max-height: 80%;
    height: 80%;
  }
  .personal-data > img {
    float: none;
    max-width: 100%;
  }
  .personal-data .personal-box-content {
    padding-right: 0;
  }
  .personal-data .signature-box img {
    float: none;
    margin-top: 20px;
  }
  .careers-box .article {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .left-block {
    margin-bottom: 20px;
    float: none;
  }
  .top-bar .right-block {
    float: none;
  }
  .select-filter p,
  .select-filter label,
  .top-bar .right-block span {
    font-size: 13px;
    margin-right: 0;
  }
  .product-visibility {
    margin-bottom: 40px;
  }
  .fullwidth .blog-post .blog-post-content .post-content {
    margin-left: 0;
    clear: both;
  }
  .blog-post .blog-post-content .post-content .post-title {
    padding-right: 110px;
  }
  .blog2 .blog-post .blog-galery {
    width: 100%;
    float: none;
  }
  .blog2 .blog-post .blog-post-content {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .masonry-blog,
  .masonry-blog.with-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .masonry-blog .blog-post,
  .masonry-blog.with-sidebar .blog-post {
    width: 100%;
    margin: 15px 0;
  }
  .comment-section ul.depth {
    margin-left: 0;
  }
  .single-post .blog-post .blog-post-content .post-content .post-title {
    padding-right: 0;
    padding-top: 20px;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content {
    padding-top: 30px;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content a {
    width: 35px;
    height: 35px;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content a i {
    font-size: 14px;
    line-height: 30px;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content h2 {
    font-size: 15px;
  }
  .portfolio-box.two-col-vers2,
  .portfolio-box.three-col-vers3,
  .portfolio-box.four-col-vers2 {
    width: 100%;
    margin-left: 0;
  }
  .portfolio-box.two-col-vers2 .project-post,
  .portfolio-box.three-col-vers3 .project-post,
  .portfolio-box.four-col-vers2 .project-post {
    width: 100%;
    margin: 15px 0;
  }
  .portfolio-box.four-col .project-post {
    width: 100%;
  }
#wrap {
	width:440px !important;
}
.clar {
    width: 100% !important;
}
.screen_ {
    width: 380px !important;
}
}
@media (max-width: 1024px) and (min-width:768px)
{
	.banner {
    width: 100%;
}
	  header .navbar .navbar-collapse .navbar-nav > li > a {
    font-size: 13px;
    padding: 14px 1px;
	margin-top: 8px;
}
.nav.navbar-nav {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.nav.navbar-nav {
    position: relative;
}
.nav li {
    margin-top: 125px;
}
.logo {
    left: 45%;
    position: absolute !important;
	margin-top: 0 !important;
}
.navbar .container {
    padding-left: 0;
    padding-right: 0;
}
.nav.navbar-nav > li:first-child {
    margin-left: 0 !important;
}
#wrap {
	width:570px !important;
}
.clar {
    width: 100% !important;
}
.screen_ {
    width: 510px !important;
}
.partners .row h4 {
text-align: center;
}
.logo a {
margin-top: 0 !important;
}
}
	@media (max-width: 581px) {
  .tp-caption.modern_small_text_dark a.button-optional {
    font-size: 8px;
    padding: 8px 4px;
  }
  .tp-caption.modern_medium_light span.line-color {
    display: none;
  }
  ul.strategy-list li {
    width: 100%;
  }
  .portfolio-box.one-col-vers2 .project-post .hover-box .hover-content {
    padding-top: 8px;
  }
  #nomi_nav {
width: 100% !important;
  }
  #wrap {
width: 540px !important;
}
}

@media (max-width: 480px) {
	#slider {
    height: 330px;
}
#wrap {
width: 290px !important;
}
.form h2 {
    font-size: 21px !important;
}
.item input, .item select {
height: 35px !important;
width: 230px !important;
}
.mode2 .item textarea {
width: 230px !important;
margin: 0;
}
.screen_ {
width: 230px !important;
}
}
@media (max-width: 320px) {
	#slider {
    height: 220px;
}
}
div#container {
position: relative;
}
.motc {
position: absolute;
top: 35px;
right: 0;
}
.motc img {
width: 143px;
}
.nav > li > a > img {
   width: 250px !important;
    transform: translateY(-35px);
}
header{
        height: 200px;
}

.boldmainHeadingprog{
    color: red;
    text-align: left;
   font-weight: bold; 
}


.subHeadingprog
{
 font-weight: bold;   
    
}


.progMargin
{
   border-bottom:1px dotted;
    margin-right:61%; 
    margin-bottom: 3px;
        margin-top: 2px;
    
}

.progMarginMain
{
   border-bottom:1px solid;
 
    margin-bottom: 3px;
        margin-top: 2px;   
    
}

.awards {
    margin: 35px 10px;
}


/*New Css 2018*/



/*Css for programme page*/
p.programme_data {
    margin: 20px;
}

.summit-start {
    font-size: 22px;
    font-weight: 500;
}

.data {
        margin: 10px 52px;
}

.summit-sessions {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 16px;
        margin-left: 21px;
        border-bottom: 1px solid #4883ab;
}

.sessions-head {
   font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 32px;
}


.sessions-head.sesoneunit {
    margin-top: 30px;
}

h3.awardsheadsecond {
    margin-top: 52px;
}