@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic,700,700italic,300italic,300,200italic,200);
/*
Theme Name:    Planus
Theme URI:     http://pixelglow.ro
Author:        Silviu Stefu
Author URI:    http://pixelglow.ro
Description:   Planus is a clean and minimal one page theme to display your work.
Version:       1.0.1
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ---------- FONTS ---------- */
/* ---------- PARAMETRIC MIXINS ---------- */
/* VARIABLES */
/* ==========================================================================
   General Styles
   ========================================================================== */
body {
  font-family:'Microsoft YaHei';
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family:'Microsoft YaHei';
}
a {
  color: #0F64AC;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
  color: #0F64AC;
}
::selection {
  color: #fff;
  background: #d9a13f;
}
::-moz-selection {
  color: #fff;
  background: #d9a13f;
}
/* ---------- SECTION STYLES ---------- */
.light-section {
  background-color: #fff;
  padding: 120px 0;
  overflow: hidden;
}
.email:link,.email:active,.email:visited { color:#fff;}
.email:hover { text-decoration:underline;}
.dark-section {
  background-color: #0F64AC;
  padding: 10px 0;
  overflow: hidden;
}
.light-content {
  color: #fff;
}
.dark-content {
  color: #444;
}
.photo-section {
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  overflow: hidden;
}
.bg-overlay {
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-description {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 50px;
}
/* ---------- BUTTONS ---------- */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: none;
  background-color: #0f64ac;
  border-radius:8px;
  color: #fff;
  border: 1px solid #0f64ac;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btn:hover,.btn:active,.btn:focus {
  background-color:rgba(15, 100, 172, 0.80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #f1f1f1;
}
.btn-small {
  padding: 5px 12px;
  font-size: 0.75em;
}
.btn-medium {
  padding: 6px 14px;
  font-size: 0.85em;
}
.btn-big {
  padding: 12px 25px;
  font-size: 1.125em;
}
.btn-blue {
  border-color: #3598DC;
  color: #3598DC;
  background-color: #3598DC;
}
.btn-blue:hover {
  background-color: #2283c6;
  border-color: #2283c6;
}
.btn-darkblue {
  border-color: #0F64AC;
  color: #0F64AC;
  background-color: #0F64AC;
}
.btn-darkblue:hover {
  background-color: #0F64AC;
  border-color: #0F64AC;
}
.btn-red {
  border-color: #df5757;
  color: #df5757;
  background-color: #df5757;
}
.btn-red:hover {
  background-color: #d83535;
  border-color: #d83535;
}
.btn-green {
  border-color: #579f6a;
  color: #579f6a;
  background-color: #579f6a;
}
.btn-green:hover {
  background-color: #498558;
  border-color: #498558;
}
.btn-orange {
  border-color: #d9a13f;
  color: #d9a13f;
  background-color: #d9a13f;
}
.btn-orange:hover {
  background-color: #c88d28;
  border-color: #c88d28;
}
.btn-outline {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}
.btn-fill {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.btn-fill:hover {
  color: #fff;
}
.read-more {
  font-size: 0.875em;
  line-height: 1.5714em;
  color: #d9a13f;
  border: 2px solid #d9a13f;
  background: none;
  padding: 2px 10px;
}
.read-more:hover {
  background: none;
  color: #0F64AC;
  border-color: #0F64AC;
}
/* ---------- INPUTS ---------- */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 2px solid #0b508b;
  background:#03366d;
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color:#fff;
  font-size:18px;
}
.form-control:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 2px solid #03366d;
  -webkit-box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  background: #0b508b;
  color: #fff;
}
/* ---------- SPECIALS ---------- */
.special-heading {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 5px 10px;
  border: 3px solid;
  display: inline-block;
  position: relative;
}
.special-heading:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  background: none;
  border-color: transparent;
}
.light-special {
  color: #fff;
  border-color: #fff;
  padding-bottom:20px;
}
.light-special:after {
  border-top-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.dark-special {
  color: #03366d;
  border-color: #000;
    padding-bottom:20px;
}
.dark-special:after {
  border-top-color: #0F64AC;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
/* ---------- SOCIAL ICONS ---------- */
.social-icons {
  font-size: 1.57em;
  line-height: 36px;
  text-align: center;
}
.social-icons a {
  margin: 0 4px;
  height: 38px;
  width: 38px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.light-icons {
  color: #fff;
}
.light-icons a {
  color: #fff;
}
.light-icons a:hover {
  color: #fff;
  border-color: #fff;
}
.dark-icons {
  color: #0F64AC;
}
.dark-icons a {
  color:#0F64AC;
}
.dark-icons a:hover {
  color: #0F64AC;
  border-color: #0F64AC;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.navbar {
  padding: 20px 0;
  background-color: #fff;
  
  border: none;
  margin-bottom: 0;
  min-height: 0;
}
.logo {
    width:100%;
    max-width:350px;
}
.minified {
  padding: 5px 0;
}
.minified .navbar-brand {
  height: auto !important;
}
.darken-menu {
  background:rgba(255, 255, 255, 0.84);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dark-menu {
  background-color:rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbar-header {
  display: table;
  width: 100%;
}
.navbar-header .navbar-brand {
  display: table-cell;
  vertical-align: middle;
  float: left;
  padding: 0;
  height: 100px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin: 0;
}
.navbar-toggle {
  margin: 0;
  background: none;
  border: 1px solid #0F64AC;
  color: #0F64AC;
  position:absolute;
  right:20px;
}
.navbar-toggle .icon-bar {
  background-color: #0F64AC;
}
.navbar-nav {
  float: none;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
 
}
.navbar-nav li a {
  color: #000;
  font-weight:bold;
  font-size:16px;
  text-decoration: none;
  background: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  text-decoration: none;
  background: none;
  color:#0F64AC;
}
.navbar-nav .active a {
  color: #0F64AC;
  background: none;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.navbar-nav .active a:hover,
.navbar-nav .active a:focus {
  color: #0F64AC;
  background: none;
}
/* ==========================================================================
   Welcome Section
   ========================================================================== */
.welcome-section {
  background-image: url('../images/page1.png');
  background-attachment: scroll;
  height: auto;
  width: 100%;
  min-width: 100%;
  position: relative;
  text-align: center;
  z-index: 0;
  padding: 180px 0 120px 0;
}
.welcome-section .bg-overlay {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: -1;
}
.welcome-section .container {
  height: 100%;
  display: block;
  z-index: 2;
}
.welcome-section .content-wrapper {
  height: 100%;
  padding-top:30px;
  margin: 0 auto;
}
.welcome-section .welcome-content {
  display: table-cell;
  vertical-align: middle;
  max-width: 780px;
}
.welcome-section .welcome-content p {
  font-size: 1.35em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: 40px;
}
.welcome-section .welcome-content h1 {
  font-size: 2.25em;
}
 .welcome-content span { display:block;  font-size: 1.875em;}
.welcome-section .special-heading {
  margin-bottom: 40px;
}
.scroll-more {
  color: #d9a13f;
  text-align: center;
  display: none;
  cursor: pointer;
  height: 80px;
  width: 120px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
}
.scroll-more span {
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  font-size: 0.875em;
}
.scroll-more i {
  height: 24px;
  width: 8px;
  display: block;
  background: transparent url('../img/scroll-arrow.png') no-repeat center center;
  margin: 0 auto;
  -webkit-animation: bounce 1s infinite ease-in-out;
  animation: bounce 1s infinite ease-in-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scroll-more:hover i {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@keyframes bounce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes bounce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 0px;
  }
}
.rotating-words {
  color: #d9a13f;
  display: block;
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section {
  height: auto;
  min-width: 100%;
  text-align: center;
}
.portfolio-section .special-heading {
  margin-bottom: 50px;
}
.portfolio-section .filter-bar {
  display: none;
}
.portfolio-section .more-work {
  float: right;
  display: none;
}
.portfolio-section .filter-list {
  float: left;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.portfolio-section .filter {
  margin-right: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  padding: 12px;
}
.portfolio-section .active {
  background-color: #0F64AC;
  border-color: #0F64AC;
  color: #fff;
}
.portfolio-section .active:hover {
  background-color: #232f40;
  border-color: #232f40;
  color: #fff;
}
.og-grid {
  list-style: none;
  padding: 20px 0 0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.og-grid li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin: 0 15px 30px;
  text-align: center;
  opacity: 1;
  width: 90%;
}
.portfolio-item .hidden-overlay {
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  background: none;
  position: relative;
  top: 0;
  left: 0;
}
.portfolio-item .hidden-overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background: #000;
}
.portfolio-item > a {
  background-color: #f6ecda;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 3px #0F64AC;
  -moz-box-shadow: inset 0px 0px 0px 3px #0F64AC;
  box-shadow: inset 0px 0px 0px 3px #0F64AC;
}
.portfolio-item > a img {
  transition: all 0.7s ease-in-out;
  opacity: 1;
}
.portfolio-item > a .overlay-content {
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: none;
  position: absolute;
  top: 30px;
  left: 0;
  color: #0F64AC;
  transition: all 0.5s ease-in-out;
}
.portfolio-item > a .overlay-content p {
  font-size: 0.875em;
  line-height: 1.5em;
  width: 85%;
  margin: 0 auto;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a .overlay-content h4 {

  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase;
  width: 85%;
  margin: 55px auto 28px;
  position: relative;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a .overlay-content h4::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #0F64AC;
  margin-left: -50px;
}
.portfolio-item > a:hover img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.portfolio-item > a:hover .overlay-content {
  top: 0;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.portfolio-item > a:hover .overlay-content h4 {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.portfolio-item > a:hover .overlay-content p {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.visible-item .hidden-overlay {
  display: none;
}
.hidden-item {
  pointer-events: none;
}
.hidden-item .hidden-overlay {
  display: block;
}
.og-grid li > a,
.og-grid li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f6ecda;
  border-width: 15px;
  left: 50%;
  margin: 0 0 0 -15px;
}
.og-expander {
  position: absolute;
  background-color: #f6ecda;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.og-expander-inner {
  padding: 30px 0;
  height: 100%;
}
.og-expander-inner .row {
  height: 100%;
}
.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.og-close::before,
.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.og-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.og-close:hover::before,
.og-close:hover::after {
  background: #333;
}
.og-fullimg,
.og-details {
  overflow: hidden;
}
.og-details {
  color: #444;
  padding: 0 40px;
}
.og-details .preview-description {
  display: block;
  font-size: 0.875em;
  line-height: 1.625em;
  max-height: 238px;
  overflow-y: scroll;
  padding-right: 20px;
  margin-bottom: 14px;
}
.og-details .preview-description p {
  color: #444;
  font-size: 1em;
  line-height: 1.625em;
}
.og-details .preview-description ul {
  list-style-type: square;
  list-style: square;
  text-align: left;
}
.og-details .preview-description ul li {
  margin: 0 0 6px;
  text-align: left;
  display: list-item;
}
.og-fullimg {
  text-align: center;
  display: none;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.og-details h3 {
  font-weight: 600;
  font-size: 1.75em;
  text-transform: uppercase;
  color: #0F64AC;
  padding: 0;
  margin: 40px 0 20px;
}
.og-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
.og-details .btn {
  margin-bottom: 0;
}
.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  -moz-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
.preview-meta {
  color: #aca494;
  margin-bottom: 20px;
}
.preview-meta span {
  margin-right: 20px;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 300;
}
.preview-meta i {
  margin-right: 8px;
  font-size: 0.875em;
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@-moz-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}
@media screen and (max-width: 830px) {
  .og-expander h3 {
    font-size: 32px;
  }
  .og-expander p {
    font-size: 13px;
  }
  .og-expander a {
    font-size: 12px;
  }
}
/* ==========================================================================
   about Section
   ========================================================================== */
.about-section {
  background-image: url('../images/page2.png');
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 80px 0 60px;
  position: relative;
}
.about-section .bg-overlay {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-section .special-heading {
  margin-bottom: 50px;
}
/* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonials-section {
  background-image: url('../assets/clients-img.jpg');
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 80px 0 60px;
  position: relative;
}
.testimonials-section .bg-overlay {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonials-section .special-heading {
  margin-bottom: 50px;
}
.quote-separator {
  width: 100%;
  height: 34px;
  background: transparent url('../images/divider_dark.png') no-repeat center center;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.testimonials-rotator {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.testimonials-rotator .testimonial p{ text-align:justify;}
.testimonials-rotator .testimonial {

  position: absolute;
  padding: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  width: 100%;
}
.no-js .testimonials-rotator .testimonial {
  border-bottom: none;
}
/* Currently visible */
.testimonials-rotator .testimonial.current,
.no-js .testimonials-rotator .testimonial {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.testimonials-rotator .testimonial:before,
.testimonials-rotator .testimonial:after {
  content: " ";
  display: table;
}
.testimonials-rotator .testimonial:after {
  clear: both;
}
.testimonial-progress {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 5px;
  width: 0%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.testimonials-rotator blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonials-rotator blockquote p {
    text-align:justify;
  font-size: 16px;
  line-height: 1.7777777777em;
  color: #000;
  font-weight: 300;
  margin: 0 0 1em;
}
.testimonials-rotator blockquote footer {
  font-size: 1.3125em;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.testimonials-rotator blockquote footer:before {
  content: '';
}
.testimonial-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.testimonial-bullets .testim-bullet {
  display: inline-block;
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  background: none;
  margin: 0 5px;
}
.testimonial-bullets .current-bullet {
  background-color: #fff;
}
.myhoisy,.myteam { display:none;}
/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 120px 0;
  position: relative;
  background:url(../images/page3.png);
}
.team-section .special-heading {
  margin-bottom: 50px;
}
.team-member {
  margin: 0 ;
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 2;
}
.team-member .profile-picture {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  overflow: hidden;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.team-member .profile-picture figure{ 
    display:block;
    width:240px;
    height:240px;
}
.team-member .profile-picture .profile-overlay {
  height: 94%;
  width: 94%;
  background-color: #fff;
  position: absolute;
  top: 3%;
  left: 3%;
  padding:50px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;

  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  display: block;
}
.team-member .profile-picture img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
}
.team-member h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0;
  line-height:2
}
.team-member span {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #d9a13f;
}
.team-member .profile-social {
  font-size: 1.3125em;
  line-height: 1.9047em;
  opacity: 1;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.team-member .profile-social .icons-wrapper {
  margin: 50px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}
.team-member .profile-social .icons-wrapper a {
  color: #fff;
  margin: 0 5px;
}
.team-member .profile-social .icons-wrapper a:hover {
  color: #0F64AC;
}
.team-member .team-bio {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 20%;
  left: 55px;
  right: 55px;
  height: auto;
  overflow: hidden;

  background-color: #f5f5f5;
  padding: 0 20px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 1;
}
.team-member .team-bio p {
  font-size: 0.75em;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-bottom: 0;
}
.team-member:hover {
  background:none;

}
.team-member:hover .profile-picture .profile-overlay {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

}
.team-member:hover .profile-picture .profile-overlay h3{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

}
.team-member:hover .profile-picture .icons-wrapper {
  margin-top: 20px;
  text-align:center;
  font-size:16px;
  padding:32px;
  opacity: 1;
  line-height:2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.team-member:hover .team-bio {
  height: auto;
  overflow: hidden;
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-member:hover .team-bio p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
/* ==========================================================================
   Services Section
   ========================================================================== */
.services-section {
  background: #e8f2f4;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.services-section h2{ color:#0F64AC}
.services-section .bg-overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.services-section .special-heading {
  margin-bottom: 70px;
}
.btn-more{display: table;
    text-align: center;
    margin: 0 auto;
    bottom: 50px;
    position: absolute;
    left: 40%;}
.btn-more i{ margin-right:5px;}
.service-col {
  padding: 40px 20px;
  margin: 0 10px;
  min-height:520px;
  background-color:rgba(15, 100, 172, 0.20);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}
.service-col ul li{ list-style:none; text-align:left; text-indent:-20px; padding-left:20px;}
.service-col ul li i { margin-right:5px;}
.service-icon figure{ cursor:pointer;}
.modal-body .col-md-4 .col-border{ border:3px solid #0F64AC; margin-top:10px; }
.modal-body .col-md-4 h5{ font-size:20px; font-weight:bold; text-align:center; background:rgba(15, 100, 172, 1); display:block;width:100%;
    padding: 10px;
    color: #fff;
    margin-top: 0px;}
.modal-body p { text-align:justify;} 
.modal-body i { margin-right:5px;}
.modal-body  ul{ padding-left:10px;}
.modal-body ul li{ text-indent:-10px; padding-left:20px; padding-right:10px; list-style:none; text-align:justify;}
.service-col .service-icon {
  height: 140px;
  width: 140px;
  border-radius:50%;
  margin: 0 auto;
  border: 3px solid rgba(15, 100, 172, 0.58);
  -webkit-box-shadow: inset 0 0 0 0 #0F64AC;
  -moz-box-shadow: inset 0 0 0 0 #0F64AC;
  box-shadow: inset 0 0 0 0 #0F64AC;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.service-col .service-icon figure{ padding-top:30px;}
.service-col .service-icon svg {
  font-size: 4.5em;
  line-height: 140px;
  margin: 0 auto;
  color: #fff;
   width:70px;
  height:63px;
   fill: #555555;
    fill-opacity: 1;
    stroke: rgba(0, 0, 0, 1);   
    vertical-align:middle;
  -webkit-animation: serviceicon 0.6s ease-in-out;
  -moz-animation: serviceicon 0.6s ease-in-out;
  animation: serviceicon 0.6s ease-in-out;
}

.service-col h2 {
  font-weight: 600;
  margin: 1em 0 0.75em;
}
.service-col h2 a {
  color:#0F64AC;
}
.service-col h2 a:hover {
  color: rgba(15, 100, 172, 0.76);
}
.service-col p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0;
}
.service-col:hover {
  background-color:rgba(15, 100, 172, 0.30);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.service-col:hover .service-icon {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -webkit-box-shadow: inset 0 0 0 100px #0F64AC;
  -moz-box-shadow: inset 0 0 0 100px #0F64AC;
  box-shadow: inset 0 0 0 100px #0F64AC;
}
.service-col:hover .service-icon svg {
  color: #0F64AC;
  fill: #fff;
  fill-opacity: 1;
  stroke: #fff;
  width:70px;
  height:63px;
  -webkit-animation: serviceiconhover 0.5s ease-in-out;
  -moz-animation: serviceiconhover 0.5s ease-in-out;
  animation: serviceiconhover 0.5s ease-in-out;
}
@-webkit-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes serviceiconhover {
  0% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes serviceicon {
  0% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes serviceicon {
  0% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes serviceicon {
  0% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes serviceicon {
  0% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes serviceicon {
  0% {
    color: #0F64AC;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    color: #fff;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    color: #fff;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ==========================================================================
   qa Section
   ========================================================================== */
.qa-section {
  background: #e8f2f4;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.qa-section h2{ color:#0F64AC}
.qa-section h1 { color: #03366d;
  border-color: #000;
    padding-bottom:20px}
.qa-section .panel-heading,.qa-section .panel-body{
    text-align:left;
}
.qa-section .panel-heading i { margin-right:10px;}
.qa-section .panel-heading a,.qa-section .panel-heading a:focus,.qa-section .panel-heading a:active { text-decoration:none}
.qa-section .bg-overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.qa-section .special-heading {
  margin-bottom: 70px;
}
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 120px 0;
  position: relative;
}
.blog-section .special-heading {
  margin-bottom: 70px;
}
.blog-section .row {
  text-align: left;
}
.blog-section .post-col {
  margin-bottom: 60px;
  text-align: center;
}
.blog-section .post-col:last-child {
  margin-bottom: 0;
}
.blog-section img {
  width: 100%;
  height: auto;
}
.blog-section h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 30px 0 20px 0;
  color: #0F64AC;
}
.blog-section p {
  margin-bottom: 24px;
  font-size: 0.875em;
}
.more-blog {
  margin-top: 50px;
  font-weight: 600;
  font-size: 1em;
  border:none;

}
/* ==========================================================================
   Clients Section
   ========================================================================== */
.clients-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 80px 0 100px;
  background-image: url(../assets/clients-img.jpg);
  background-attachment: scroll;
  position: relative;
}
.clients-section .bg-overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.clients-section .special-heading {
  margin-bottom: 70px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list .dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url(../img/ajax-loader.gif) center center no-repeat;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 100%;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -12px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 24px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -30px;
}
.slick-prev:before {
  content: "\f0a8";
}
.slick-next {
  right: -30px;
}
.slick-next:before {
  content: "\f0a9";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -60px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0px 8px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  outline: none;
  display: block;
  height: 9px;
  width: 9px;
  border: 1px solid #FFF;
  background: none;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.client-logo {
  display: inline-block;
  padding: 20px 50px;
  height: 140px;
  line-height: 100px;
}
.client-logo a {
  display: block;
}
.client-logo img {
  vertical-align: middle;
  display: inline;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 120px 0;
  background: #104f8e;
}
.contact-section .special-heading {
  margin-bottom: 70px;
}
.contact-section h2{ color:#fff;}
.contact-informations {
  margin-bottom: 30px;
}

.contact-info {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-info i {
  font-size: 2em;
  color: #fff;
  display: block;
  padding: 0;
}
.contact-info span {
    color:#fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4285em;
  display: block;
  clear: both;
}
.contact-form {
  margin: 40px 0 70px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form button {
  background-color: #03366d;
  color: #fff;
  border: none;
  width: 100%;
  display: block;
  padding: 8px 25px;
  font-size: 1.3125em;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
}
.contact-form button:focus {
  outline: none;
  color: rgba(3, 54, 109, 0.73)
}
#result {
  width: 100%;
  height: auto;
  background: none;
}
#result span {
  display: block;
}
#result .fa {
  margin-right: 10px;
}
#result .error {
  padding: 10px;
  background-color: #f3dcdc;
}
#result .error .fa {
  color: #e33a3a;
}
#result .success {
  padding: 10px;
  background-color: #e8f3dc;
}
#result .success .fa {
  color: #0F64AC;
}
/* ==========================================================================
   inquery Section
   ========================================================================== */
.inquery-section {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 120px 0;
  background:url(../images/page6.png) #104f8e no-repeat;
}
.inquery-section .special-heading {
  margin-bottom: 70px;
}
.inquery-section p{ color:#fff;}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 60px 0;
  background:#052949;
  position: relative;
  z-index: 0;
}
.footer .bg-overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  z-index: -1;
}
.footer p {
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: 300;
}
.footer .social-icons {
  margin-bottom: 8px;
}
.footer .social-icons{ text-align:left;}
.footer .social-icons i{ padding:5px;}
.footer .social-icons i:hover{ border:1px solid #fff; padding:5px; cursor:pointer; }
.wechat{ }
.wechat img { width:120px;height:120px;}
  .footer .col-md-5 { margin-top:20px; text-align:center;}
  .footer .language {  margin-top:20px;}
.footer .language a:link,.footer .language a:active,.footer .language a:focus,.footer .language a:visited{ 
     min-width:100px;
}
.scrolltotop {
  position: fixed;
  bottom: -50px;
  right: 20px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.scrolltotop:hover {
  color: #0F64AC;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.scrolltotop:hover i {
  opacity: 1;
}
.scrolltotop i {
  line-height: 40px;
  opacity: 0.5;
}
.show-to-top {
  opacity: 1;
  bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ==========================================================================
   CSS Fallbacks for no JS or old browsers
   ========================================================================== */
.no-js .navbar {
  background: rgba(0, 0, 0, 0.75);
}
.no-js .testimonials-rotator .testimonial {
  display: none;
}
.no-js .testimonials-rotator .testimonial:first-child {
  display: block;
}
.no-js .carousel div {
  display: none;
  float: left;
}
.no-js .carousel div .client-logo {
  max-width: 285px;
}
.no-js .carousel div .client-logo img {
  width: 100%;
  height: auto;
}
.no-js .carousel div:nth-child(1),
.no-js .carousel div:nth-child(2),
.no-js .carousel div:nth-child(3),
.no-js .carousel div:nth-child(4) {
  display: inline-block;
}
.ie7 .hidden-item,
.ie8 .hidden-item,
.ie9 .hidden-item,
.ie10 .hidden-item {
  visibility: hidden;
}
.ie7 .hidden-item .hidden-overlay,
.ie8 .hidden-item .hidden-overlay,
.ie9 .hidden-item .hidden-overlay,
.ie10 .hidden-item .hidden-overlay {
  display: block;
}
.no-cssgradients .navbar {
  background: transparent url('../img/navbar-bg.png') top left repeat-x;
  background-size: 2px 100%;
}
.no-cssgradients .dark-menu {
  background: transparent url('../img/dark-bg.png') top left repeat;
}
.no-boxshadow .service-col:hover .service-icon {
  background-color: #0F64AC;
}
.no-csstransforms .og-close {
  background: transparent url('../img/close-bg.png') top left no-repeat;
}
.no-rgba .darken-menu,
.ie8 .darken-menu,
.ie9 .darken-menu {
  background: transparent url('../img/dark-bg.png') top left repeat;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .photo-section {
    background-attachment: fixed;
    background-position: 50% 0;
  }
  .navbar {
    min-height: 50px;
  }
  .minified .navbar-brand {
    height: 50px !important;
  }
  .navbar-header {
    width: auto;
  }
  .navbar-header .navbar-brand {
    float: none;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: right;
    font-size: 0.875em;
    color: #0F64AC;
    padding-top:20px;
  }
  .navbar-nav li a {
    color: #0F64AC;
    text-decoration: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    outline: none;
  }
    .navbar-nav li a:hover,
    .navbar-nav li a:focus {
        background: rgba(15, 100, 172, 0.80);
        text-decoration: none;
        color: #fff;
        outline: none;
    }
    .logo_right { float:right}
    .logo_right p{
        display:block;
        float:left;
        padding-right:20px;
        font-weight:bold;
    }
    .logo_right p i{ color:#b00005; font-style:initial}
  .navbar-nav .active a {
    color: #fff;
    background: rgba(15, 100, 172, 0.80) ;
    outline: none;
  }
  .navbar-nav .active a:hover,
  .navbar-nav .active a:focus {
    color: #fff;
    background: rgba(15, 100, 172, 1);
    outline: none;
  }
  .welcome-section {
    height: 100%;
  }
  .welcome-section .welcome-content p {
    font-size: 1.875em;
  }
  .welcome-section .welcome-content h1 {
    font-size: 2.625em;
  }
  .welcome-content span { display:block;  font-size: 1.875em;}
  .scroll-more {
    display: inline-block;
  }
  .portfolio-section .more-work {
    float: right;
    display: inline-block;
  }
  .portfolio-section .filter-bar {
    display: block;
  }
  .portfolio-section .filter-list {
    float: left;
    width: auto;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }
  .portfolio-section .filter {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 400;
    display: inline-block;
    padding: 6px 14px;
  }
  .og-fullimg {
    display: block;
  }
  .og-details {
    padding: 0 15px;
  }
  .quote-separator:before {
    right: 54%;
  }
  .quote-separator:after {
    left: 54%;
  }
  .team-member .profile-social {
    display: block;
  }
  .team-member .profile-picture .profile-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    display: block;
  }
  .team-member:hover .profile-picture .profile-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .service-col {
    margin-bottom: 20px;
  }
  .blog-section .post-col {
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
  }
  .blog-section .post-col:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 15px;
    right: 15px;
    height: 3px;
    background-color: #0F64AC;
    width: auto;
  }
  .contact-info {
    display: table;
    text-align:left;
    margin: 10px auto;
    margin-bottom: 10px;
  }
  .contact-info i {
    font-size: 2em;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    display:none;
  }
  .contact-info span {
      color:#fff;
    text-align: left;
    font-size: 0.875em;
    line-height: 1.4285em;
    display: table-cell;
    vertical-align: middle;
  }
  .section-description {
    font-size: 1.5em;
  }
  .og-grid li {
    width: 345px;
  }
  .og-grid li img {
    width: 100%;
    height: auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .photo-section {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .team-member {
    margin-bottom: 0;
  }
  .team-member .profile-picture .profile-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .team-member .profile-social {

  }
  .team-member:hover .profile-picture .profile-overlay {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .service-col {
    margin-bottom: 0;
  }
  .og-grid li {
    width: 455px;
  }
  .og-grid li img {
    width: 100%;
    height: auto;
  }
  .footer .col-md-5 { text-align:left;}
  .footer .language { text-align:left;}
  .footer .language a:link,.footer .language a:active,.footer .language a:focus,.footer .language a:visited{ 
     min-width:100px;
     max-width:100px;
     margin-top:10px;
     display:block;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .footer .language { text-align:left; margin-top:0px;}
  .team-member .profile-social {
    display: block;
  }
   .footer .col-md-5 { margin-top:0px; text-align:left;}
  .team-member .profile-picture .profile-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    display: block;
  }
  .team-member:hover .profile-picture .profile-overlay {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .service-col {
    margin-bottom: 20px;
  }
  .og-grid li {
    width: 360px;
  }
  .og-grid li img {
    width: 100%;
    height: auto;
  }
}
.service-icon .fa-service{  color:rgba(15, 100, 172, 0.80);   }



   @media screen and  (min-width:641px)  {
	    .main {
            background: #f7f7f7;
            overflow: hidden;
			width: 100%;
			min-width: 1024px;
			
        }
        .qa_main {
			max-width: 1024px;
            margin: 0 auto;
            padding-bottom: 40px;
        }
            .qa_main h2 {
                font-size: 24px;
                line-height: 40px;
                padding-left: 30px;
                margin: 0 20px;
                border-bottom: 1px solid #ddd;
                padding-top: 20px;
				
            }
        .qa_icon_box .qa_icon {
            float: left;
            margin-top: 20px;
            margin-left: 10px;
            cursor: pointer;
            color: #454545;
        }
        .qa_icon {
            position: relative;
            max-width: 320px;
            max-height: 226px;
            overflow: hidden;
        }
            .qa_icon p {
                line-height: 24px;
            }
            .qa_icon h3 {
                margin-top: 30px;
                font-weight: bold;
				margin-bottom:10px;
            }
        .qa_main h3 {
            font-size: 18px;
			color:#fff;
        }
        .qa_ment {
            max-width: 227px;
            float: left;
            position: relative;
			width:100%;
        }
            .qa_ment ul {
                position: relative;
            }
        .blog_page {
            padding: 20px 0;
        }
        .last_page {
            float: left;
        }
        .next_page {
            float: right;
        }
        .qa_ment li {
            height: 60px;
            line-height: 60px;
            color: #8d8d8d;
            border-bottom: 1px solid #eee;
            padding-left: 10px;
        }
            .qa_ment li.this {
                color: #FFF;
                transition: color .5s;
				text-align:center;
            }
        .qa_list {
            background: url(themes/icevi/images/qa_bg.jpg) right #f6f6f6 no-repeat;
            margin: 0 10px;
            height: 540px;
            box-shadow: 0 0 3px #f6f6f6;
            position: relative;
        }
            .qa_list:before {
                content: '';
                border-top: 36px solid #f7f7f7;
                border-left: 36px solid transparent;
                border-bottom: 36px solid transparent;
                position: absolute;
                right: -3px;
                top: -3px;
            }
        .qa_icon_1, .qa_icon_2, .qa_icon_3 {
            max-width: 308px;
            height: 214px;
   
        }
        .qa_icon_1 {
            background: #005cad;
        }
        .qa_icon_2 {
            background: #b6cad1;
        }
        .qa_icon_3 {
            background: #73b7ce;
        }
        .qa_list li {
            cursor: pointer;
			text-indent: -20px;
			padding-left: 20px;
        }
        .qa_list_link {
            max-width: 365px;
            min-height: 234px;
            padding: 10px 0 10px 10px;
            float: left;
            height: 100%;
        }
            .qa_list_link li {
                line-height: 30px;
                color: #838a8e;
            }
            .qa_list_link ul {
                padding: 67px 20px 20px 20px;
                color: #8d8d8d;
            }
            .qa_list_link li.this {
                color: #005cad;
            }
        .qa_data {
            float: left;
			width:100%;
            max-width: 310px;
            padding: 10px 5px 20px 20px;
            color: #8d9397;
            height: 370px;
            overflow-y: auto;
            line-height: 26px;
            margin-top: 77px;
            background: url(../images/helpcenter.jpg) no-repeat center;
			
			border:1px solid #ccc;
        }
            .qa_data.this {
                background: none;
            }
            .qa_data p {
                width: 28px;
                height: 28px;
                text-align: center;
                line-height: 28px;
                background: #005cad;
                color: #fff;
                margin-bottom: 10px;
            }
        .qa_mask_1, .qa_mask_2, .qa_mask_3 {
			width:100%;
			height:100%;
            max-width: 296px;
            max-height: 202px;
            text-align: center;
            line-height: 24px;
            position: absolute;
            left: 6px;
            top: 6px;
            color: #fff;
            opacity: 0;
        }
            .qa_mask_1 a {
                padding: 2px;
                text-align: center;
                color: #fff;
                border-bottom: 1px solid #fff;
            }
            .qa_mask_2 a {
                padding: 2px;
                text-align: center;
                color: #fff;
                border-bottom: 1px solid #fff;
            }
        .qa_mask_1 {
            background: #005cad;
        }
        .qa_mask_2 {
            background: #b6cad1;
        }
        .qa_mask_3 {
            background: #73b7ce;
        }
        .QaMentBg {
            background: #005cad;
            max-width: 227px;
            max-height: 60px;
            position: absolute;
			width:100%;
			height:100%;
            top: 0;
        }
		}
		@media screen and  (max-width:640px)  {
			  .main {
            background: #f7f7f7;
            overflow: hidden;
			
        }
        .qa_main {
            max-width: 1000px;
            margin: 0 auto;
            padding-bottom: 40px;
        }
            .qa_main h2 {
                font-size: 24px;
                line-height: 40px;
                text-align:center;
                margin: 0 10px;
                border-bottom: 1px solid #ddd;
                padding-top: 20px;
				
            }
			.qa_icon_box {padding:10px;}
        .qa_icon_box .qa_icon {
			margin:0 auto;			
            margin-top: 20px;
            cursor: pointer;
            color: #454545;
        }
        .qa_icon {
            position: relative;
            max-width: 320px;
            max-height: 226px;
            overflow: hidden;
        }
            .qa_icon p {
                line-height: 24px;
            }
            .qa_icon h3 {
                margin-top: 30px;
                font-weight: bold;
				margin-bottom:10px;
            }
        .qa_main h3 {
            font-size: 18px;
			color:#fff;
        }
        .qa_ment {
            max-width: 640px;
			width:100%;
            position: relative;
        }
            .qa_ment ul {
                position: relative;
            }
        .blog_page {
            padding: 20px 0;
        }
        .last_page {
            float: left;
        }
        .next_page {
            float: right;
        }
        .qa_ment li {
            height: 40px;
            line-height: 40px;
            color: #8d8d8d;
            border-bottom: 1px solid #eee;
            padding-left: 10px;
        }
            .qa_ment li.this {
                color: #FFF;
                transition: color .5s;
				text-align:center;
            }
        .qa_list {
            background: url(../images/qa_bg.jpg) right #f6f6f6 no-repeat;
            margin: 0 10px;
            height: 540px;
            box-shadow: 0 0 3px #f6f6f6;
            position: relative;
        }
            .qa_list:before {
                content: '';
                border-top: 36px solid #f7f7f7;
                border-left: 36px solid transparent;
                border-bottom: 36px solid transparent;
                position: absolute;
                right: -3px;
                top: -3px;
            }
        .qa_icon_1, .qa_icon_2, .qa_icon_3 {
            max-width: 308px;
            height: 214px;
   
        }
        .qa_icon_1 {
            background: #005cad;
        }
        .qa_icon_2 {
            background: #b6cad1;
        }
        .qa_icon_3 {
            background: #73b7ce;
        }
        .qa_list li {
            cursor: pointer;
			text-indent: -20px;
			padding-left: 20px;
        }
        .qa_list_link {
            max-width: 365px;
            min-height: 100px;
            padding: 10px 0 10px 10px;
        }
            .qa_list_link li {
                line-height: 30px;
                color: #838a8e;
            }
            .qa_list_link ul {
                padding: 10px 20px 20px 20px;
                color: #8d8d8d;
            }
            .qa_list_link li.this {
                color: #005cad;
            }
        .qa_data {
			width:100%;
			height:100%;
            max-width: 640px;
            padding: 10px 5px 20px 20px;
            color: #8d9397;
            max-height: 370px;
            overflow-y: auto;
            line-height: 26px;
            background: url(../images/helpcenter.jpg) no-repeat center;
			
			border:1px solid #ccc;
        }
            .qa_data.this {
                background: none;
            }
            .qa_data p {
                width: 28px;
                height: 28px;
                text-align: center;
                line-height: 28px;
                background: #005cad;
                color: #fff;
                margin-bottom: 10px;
            }
        .qa_mask_1, .qa_mask_2, .qa_mask_3 {
			width:100%;
			height:100%;
            max-width: 296px;
            max-height: 202px;
            text-align: center;
            line-height: 24px;
            position: absolute;
            left: 6px;
            top: 6px;
            color: #fff;
            opacity: 0;
        }
            .qa_mask_1 a {
                padding: 2px;
                text-align: center;
                color: #fff;
                border-bottom: 1px solid #fff;
            }
            .qa_mask_2 a {
                padding: 2px;
                text-align: center;
                color: #fff;
                border-bottom: 1px solid #fff;
            }
        .qa_mask_1 {
            background: #005cad;
        }
        .qa_mask_2 {
            background: #b6cad1;
        }
        .qa_mask_3 {
            background: #73b7ce;
        }
        .QaMentBg {
            background: #005cad;
            max-width: 640px;
            max-height: 40px;
			width:100%;
			height:100%;
            position: absolute;
            top: 0;
        }
		h2.pt30 {
			margin-top:30px;
		}
		}