/* --------------------------------------
=========================================
KreFolio - Startup Agency Landing Page Template
Version: 1.2
Designed By: E. A. Siblu (www.facebook.com/EASiblu)
Developed By: Zahidul Hossain (http://twitter.com/ch0yan)
=========================================

1. GLOBAL STYLES
    1.1 GLOBAL

    1.2 Helper Classes

    1.3 Fullscreen Menu

    1.4 Custom hover animation


2. SECTION STYLES
    2.1 SECTION: Header

    2.2 SECTION: Call to action

    2.3 SECTION: About Us

    2.4 SECTION: Case Study

    2.5 SECTION: Why Choose Us

    2.6 SECTION: Our Skills

    2.7 SECTION: Processes

    2.8 SECTION: Our Team

    2.9 SECTION: Testimonial

    2.10 SECTION: Portfolio

    2.11 SECTION: Promote

    2.12 SECTION: We are Hiring

    2.13 SECTION: Twitter

    2.14 SECTION: Map

    2.15 SECTION: Send Message

    2.16 SECTION: Footer
-----------------------------------------*/
/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */
html {
  font-size: 1em;
  font-family: Arial, Roboto,gDroid Sansh,gSVbNh,YuGothic, gqMmpS ProN W3h,gHiragino Kaku Gothic ProNh,gCIh, Meiryo, sans-serif;
}
html,
body {
  height: 100%;
  line-height: 180%;
}
body {
  overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
a after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #C4D600;
	transition: .3s;
}
a hover after {
	width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.lspace0 { letter-spacing: normal; 
}
.lspace1 { letter-spacing: 2px; 
}
.lspace2 { letter-spacing: 6px; 
}
.lspace3 { letter-spacing: 0.5em; 
}
.lspace4 { letter-spacing: 0.8em; 
}
.lspace5 { letter-spacing: -0.1em; 
}


span.sample900 {font-weight: 1500; 
}

span.sample1 {font-size: 12px; 
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #3F5673;
  color: #3F3F3F;
  text-shadow: none;
}
::selection {
  background: #3F5673;
  color: #3F3F3F;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
/*
 * 1. Orange.
 */
/*
 * 2. Green.
 */
/*
 * 3. Blue.
 */
/*
 * 4. Blue Nutshell
 */
.main-bg {
  background: #3F5673;
}
.main-bg2 {
  background: #ffffff;
}
.hd-bg {
  background: #3F5673;
}
.main-color {
  color: #3F5673;
}
.white-color {
  color: #F2F2F2;
}
.red-color {
  color: #C90003;
}
.blue-color {
  color: #0756D5;
}
.hd-color {
  color: #007BD0;
}
.button {
  padding: 10px 40px;
  border-radius: 1px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  outline: none;
  border: 0;
  background-color: #3F5673;
}
.button2 {
  padding: 10px 40px;
  border-radius: 1px;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  outline: none;
  border: 1px;
  background-color: #007BD0;
}





.button3 {
	position: relative;
	z-index: 2;
	background-color: #595757;
	border: 2px solid #595757;
	color: #fff;
	width: 170px;
	height: 50px;
}
.button3:hover {
	background-color: #fff;
	border-color: #595757;
	color: #595757;
}
.button3::before,
.button3::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button3::before {
	right: 0;
}
.button3::after {
	left: 0;
}
.button3:hover::before,
.button3:hover::after {
	width: 0;
	background-color: #59b1eb;
}




.button4 {
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	border: 2px solid #595757;
	color: #595757;
	width: 170px;
	height: 50px;
}
.button4:hover {
	background-color: #595757;
	border-color: #595757;
	color: #ffffff;
}
.button4::before,
.button4::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button4::before {
	right: 0;
}
.button4::after {
	left: 0;
}
.button4:hover::before,
.button4:hover::after {
	width: 0;
	background-color: #59b1eb;
}





.button5 {
	position: relative;
	z-index: 2;
	background-color: #6e6d6c;
	border: 1px solid #ffffff;
	color: #fff;
	line-height: 50px;
	width: 200px;
	height: 50px;
}
.button5:hover {
	background-color: #595757;
	border-color: #fff;
	color: #fff;
}
.button5::before,
.button5::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #6e6d6c;
}
.button5::before {
	right: 0;
}
.button5::after {
	left: 0;
}
.button5:hover::before,
.button5:hover::after {
	width: 0;
	background-color: #6e6d6c;
}





.line {
  width: 25%;
  height: 2px;
  margin-top: 5px;
}
.line1 {
  width: 23%;
  height: 2px;
  margin-top: 5px;
}
.line2 {
  width: 34%;
  height: 2px;
  margin-top: 5px;
}
.line3 {
  width: 100%;
  height: 2px;
  margin-top: 5px;
}
.line-hd {
  width: 100%;
  height: 10px;
  margin-top: -20px;
  color: #3F5673;
}
.line-send {
  width: 100%;
  height: 10px;
  color: #3F5673;
}
.button.light {
  border: 2px solid #eeeeee;
}
.padding-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.padding-top-large {
  padding-top: 90px;
}
.padding-top-large2 {
  padding-top: 86px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.margin-top-medium2 {
  margin-top: 36px;
}
.margin-top-small {
  margin-top: 13px;
}
.margin-bottom-medium {
  margin-bottom: 40px;
}
.margin-bottom-small {
  margin-bottom: 25px;
}
.margin-right-small {
  margin-right: 15px;
}
.margin-left-small {
  margin-left: 15px;
}
.mat-none {
  margin-top: 0;
}
.mab-none {
  margin-bottom: 0;
  font-size: 1.5em;
}
.mar-none {
  margin-right: 0;
}
.mal-none {
  margin-left: 0;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.copy {
  font-size: 14px;
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}
.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}
.top-menu,
.mid-menu,
.bottom-menu {
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
}
.top-menu {
  top: 5px;
}
.mid-menu {
  top: 13px;
}
.bottom-menu {
  top: 21px;
}
.menui {
  background: #FFF;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
}
.menu-trigger {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 45px;
  right: 115px;
}
.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0066cc;
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 320%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}
.mobilenav li:last-child span {
  border-bottom: none;
}
.mobilenav li:hover {
  cursor: pointer;
}
.nav-label {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: block;
  width: 350px;
  margin: 0 auto;
}
.mobilenav li:first-child {
  margin-top: 60px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0066cc;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #0066cc;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 55%;
  margin-top: -94px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5),
               10px 14px 13px rgba(0,0,0,0.3),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 2037px;
}



.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;

  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}






.navbar-brand {
  margin-left: 10px;
  margin-top: -11px;
}




.carousel-indicators li {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #3F5673;
}





/* ========================================================================
  2.3 Component: vision
 ========================================================================== */
.vision {
  background-image: url("../img/about_bg.jpg");
  background-attachment: fixed;
  -moz-background-size:contain;
  background-size:contain;
}
.vision h2 {
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.vision h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #0066cc;
	font-size: 1.2em;
}
.vision h4 {
  color: #ffffff;
}
.vision .overlay {
  background: #ffffff;
}
.vision .jumbo-text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  line-height: 250%;
}
.vision p {
  color: #595757;
  line-height: 24px;
}
.vision img {
  margin-top: -50px;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background: #3F5673;
  color: #f3eff0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
  padding: 0;
}
.panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.collapsed {
  background: #ededed !important;
  color: #222;
}
.collapsed strong,
.collapsed .state {
  color: #222222;
}
.state {
  font-size: 18px;
  line-height: 18px;
}










/* ========================================================================
  2.7 Component: services
 ========================================================================== */
.services {
}
.services h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #686868;
}
.services h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #686868;
	font-size: 1.2em;
}
.fh5co-feature, .fh5co-figure {
  display: block;
  color: #444;
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 40px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5em;
}
.fh5co-feature:hover, .fh5co-feature:focus, .fh5co-feature:active, .fh5co-figure:hover, .fh5co-figure:focus, .fh5co-figure:active {
  text-decoration: none;
  outline: none;
  background-color: #007BD0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.fh5co-feature .fh5co-feature-icon, .fh5co-figure .fh5co-feature-icon {
  width: 80px;
  height: 80px;
  display: block;
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 2px solid #0066cc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-feature .fh5co-feature-icon i, .fh5co-figure .fh5co-feature-icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
  color: #0066cc;
}
.fh5co-feature .fh5co-feature-lead, .fh5co-feature .fh5co-figure-lead, .fh5co-figure .fh5co-feature-lead, .fh5co-figure .fh5co-figure-lead {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.fh5co-feature .fh5co-feature-text, .fh5co-feature .fh5co-figure-text, .fh5co-figure .fh5co-feature-text, .fh5co-figure .fh5co-figure-text {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}
.fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .fh5co-feature:hover, .fh5co-feature.active, .fh5co-figure:hover, .fh5co-figure.active {
    margin-top: 0px;
  }
}
.fh5co-feature:hover .fh5co-feature-icon, .fh5co-feature.active .fh5co-feature-icon, .fh5co-figure:hover .fh5co-feature-icon, .fh5co-figure.active .fh5co-feature-icon {
  background: #0066cc;
}
.fh5co-feature:hover .fh5co-feature-icon i, .fh5co-feature.active .fh5co-feature-icon i, .fh5co-figure:hover .fh5co-feature-icon i, .fh5co-figure.active .fh5co-feature-icon i {
  color: #fff;
}

.fh5co-figure {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.fh5co-figure figure {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.fh5co-figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.fh5co-figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}





.relative {
    position: relative;
}
.absolute {
    position: absolute;
    bottom: 272px;
    color: #fff;
    background: rgba(0,0,0,.6);
    width: 100%;
    max-width: 600px;
    padding: 14px 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    text-align: left;
	font-size: 1.2em;
}


/* ========================================================================
  2.7 Component: recent-works
 ========================================================================== */


#recent-works .col-xs-12.col-sm-4.col-md-6{
  padding: 20px;
  padding-bottom: 20px;
}

#recent-works{
    padding-bottom: 70px;
}

#recent-works h3 {
	padding-bottom: 10px;
	margin-top: -12px;
	font-size: 1.2em;
	border: 0px solid #0066cc;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}



.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(45,75,135,0.7);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -o-transition: opacity 1000ms;
  transition: opacity 1000ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}



/* ========================================================================
  2.7 Component: bg
 ========================================================================== */


.bg {
  background-image: url("../img/about_bg.jpg");
  background-attachment: fixed;
  height: 200px;
  -moz-background-size:contain;
  background-size:contain;
}


.bg2 {
  background: #ffffff;
  height: 100px;
}



/* ========================================================================
  2.4 Component: portfolio
 ========================================================================== */
#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}
.portfolio h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #686868;
}
.portfolio h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #686868;
	font-size: 1.2em;
}
#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #007BD0;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}









/* ========================================================================
  2.6 Component: information:::::::::::::::::::::::::::::::::::::::::::::
 ========================================================================== */
.information {
  background-image: url("../img/about-bg.jpg");
  background-attachment: fixed;
  -moz-background-size:contain;
  background-size:contain;

}
.information name {
  padding-bottom: .5em;
@border-bottom: 1px solid #ccc;
}
.information p {
  padding-bottom: .5em;
@border-bottom: 1px solid #ccc;
}
.information h3 {
  color: #959595;
}

.information h2 {
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.information h4 {
	color: #fff;
}



table.brwsr2 {
    margin: 0 auto;
    width: 1000px;
    border: none;
    border-bottom: solid 1px #fff;
    border-collapse: separate;
    border-spacing: 0 10px;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: 53px;
    width: 200px;
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 1em;
}

table.brwsr2 td {
    color: #fff;
}
 
table.brwsr2 td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 800px;
    border: none;
    color: #fff;
    font-size: 1em;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}
 
table.brwsr2 td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #fff;
}





/* ========================================================================
  2.3 Component: About
 ========================================================================== */
.about {
  background: url("../img/corp_about.jpg") no-repeat;
  background-position: right top 80px ;
  position: relative;
}
.about .overlay {
  background: #ffffff;
}
.about .jumbo-text {
  text-transform: uppercase;
  color: #595757;
  font-size: 40px;
}
.about p {
  color: #484848;
  line-height: 30px;
}
.about h3 {
  color: #959595;
}
.about h2 {
  font-size: 1.5em;
  border-bottom: 0px solid #fff;
}
.about .name {
	padding: .25em 0 .25em .75em;
	border-left: 1px solid #3F5673;
}






/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
#footer2 {
    background: #ffffff;
    color: #595757;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
	position:absolute;
}
.footer2 h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer2 a {
    color: #595757;
}
.footer2 p {
  font-size: 0.9em;
}
.copy {
    margin-top: 165px;
}
.footer2 address a { color: #ffffff 
}
.footer2 .name {
	padding: .25em 0 .25em .75em;
	border-left: 1px solid #3F5673;
}



/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
#footerhd {
    background: #ffffff;
    color: #595757;
    display: inline-block;
    width: 100%;
	position:absolute;
	margin-top: 400px;
}
.footerhd h1 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footerhd a {
    color: #595757;
}
.footerhd p {
  font-size: 8px;
}
.footerhd address a { color: #ffffff 
}
.footerhd .name {
	padding: .25em 0 .25em .75em;
	border-left: 1px solid #3F5673;
}




/* ========================================================================
  2.11 Component: contact:::::::::::::::::::::::::::::::::::::::::::::::
 ========================================================================== */
.contact {
background: #6e6d6c;
  padding: 25px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.contact p {
  margin: 20px;
}
.contact .button {
  display: inline-block;
}
.contact .deep {
  background: #6e6d6c;
}






/* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */
.send-message {
	background: #E6E6E6;
  padding: 20px;

}
.send-message h3 {
	font-size: 20px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
  width: 100%;
}



table.brwsr01 {
	background: url("../img/bg.gif") repeat;
    margin: 0 auto;
    width: 1000px;
    border: 2px solid #3F5673;
    border-collapse: separate;
	line-height: 30px;
	vertical-align: middle;
	margin-top: -20px;
}









/* ========================================================================
  2.15 Component: recruit
 ========================================================================== */
.recruit {
	background: #E6E6E6;
  padding: 20px;
}
.recruit .logo {
  position: left;
}
.recruit .modal-lg {
  width: 500px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
  width: 100%;
}

.recruit h3 {
	font-size: 20px;
}

.recruit h1 {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	font-size: 18px;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.recruit h1::after {
	position: absolute;
	top: 1em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #3498db;
	border-radius: 100%
}
.recruit h1 b {
	font-size: 18px;
	font-weight: 2000;
}

table.brwsr02 {
	background: url("../img/bg.gif") repeat;
    margin: 0 auto;
    width: 1000px;
    border: 2px solid #3F5673;
    border-collapse: separate;
	line-height: 30px;
	vertical-align: middle;
	margin-top: -20px;
}








table.brwsr03 {
	border-collapse: collapse;
	width:700px;
	border: 2px solid #3F5673;
}
table.brwsr03 th.t_top {
    border-top: #be1309 4px solid;
}
table.brwsr03 th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border: 1px solid #3F5673;
	background: #E3E3E3;
}
table.brwsr03 td.t_top {
	border-top: #b3b3b3 4px solid;
}
table.brwsr03 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	border: 1px solid #3F5673;
}
table.brwsr03 tr:hover {
    background: #E6E6E6;
    color: #3F5673;
}



/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
#footer3 {
    background: #3F5673;
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    width: 1000px;
	margin-bottom: -10px;
}
.footer3 {
    background: #3F5673;
    color: #ffffff;
    padding: 10px 0;
    display: inline-block;
    width: 1000px;
}
.footer3 h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer3 h2 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    padding: 0.7em;
	width: 350px;
}
.footer3 h3 {
    border:0;
    padding:10px;
    font-size:2em;
    font-family:Arial, sans-serif;
    color:#ffffff;
    border:solid 1px #ffffff;
    margin:0 0 10px;
    width:300px;
	margin-left: 30px;
}
.footer3 a {
    color: #ffffff;
}
.footer3 p {
    margin-left: -20%;
}
.footer3 address a { color: #ffffff 
}
.footer3 .name {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #3F5673;
}


/* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */
.call-to-action {
  padding: 15px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.call-to-action p {
  margin: 20px;
}
/* ========================================================================
  2.3 Component: About Us
 ========================================================================== */
.about-us {
  background: url("../img/about-us-bg.jpg") no-repeat center fixed;
  background-size: cover;
  position: relative;
}
.about-us .overlay {
  background: #ffffff;
}
.about-us .jumbo-text {
  text-transform: uppercase;
  color: #272727;
  font-size: 20px;
}
.about-us p {
  color: #484848;
  line-height: 24px;
}
.about-us img {
  margin-top: -50px;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background: #3F5673;
  color: #f3eff0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;
}
.panel-heading {
  padding: 0;
}
.panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.collapsed {
  background: #ededed !important;
  color: #222;
}
.collapsed strong,
.collapsed .state {
  color: #222222;
}
.state {
  font-size: 18px;
  line-height: 18px;
}

/* ========================================================================
  2.5 Component: Why choose us
 ========================================================================== */
.why-choose-us .icon {
  font-size: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 1px solid #efefef;
  display: inline-block;
  border-radius: 4px;
}
.why-choose-us .icon i {
  color: #0066cc;
}
.why-choose-us h4 {
  margin: 15px 0 20px;
  color: #000;
}
.why-choose-us p {
  color: #aaaaaa;
}
.why-choose-us .service {
  padding: 5px;
  margin-bottom: 50px;
  cursor: pointer;
}
.why-choose-us .service:hover > .icon {
  background: #3F5673;
  color: #fff;
  transition: all .85s;
}
.why-choose-us .service:hover > .icon i {
  color: #fff;
  transition: all .85s;
}
/* ========================================================================
  2.6 Component: Our Skills
 ========================================================================== */
.our-skills {
  background: ;
}
.our-skills .name {
  padding-bottom: .5em;
@border-bottom: 1px solid #ccc;
}
.skill-bar li .wrapper {
  margin-bottom: 30px;
  border-radius: 3px;
  background: #dddddd;
}
.skill-bar li span {
  height: 25px;
  width: 0px;
  display: block;
  border-radius: 3px;
}
.skill-bar li span {
  overflow: visible!important;
  position: relative;
}
.skill-bar li span {
  background: #3F5673;
}
.our-skills .skill-people img {
  height: 300px;
}







/* ========================================================================
  2.9 Component: Testimonail
 ========================================================================== */
.testimonial {
  background: url(../img/testimonial-bg.png);
}
.testimonial-carousel .item {
  padding: 25px 40px 40px;
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
}
.testimonial-carousel .item p {
  font-size: 16px;
}
.testimonial-carousel .item .client img,
.testimonial-carousel .item .client ul {
  display: inline-block;
  vertical-align: middle;
}
.testimonial-carousel .item .client img {
  height: 50px;
  width: 50px;
  max-width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.testimonial-carousel .item .client-info {
  margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
  text-align: left;
}
.testimonial-carousel .item .client-info li:first-child {
  font-size: 18px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0066cc;
}

/* ========================================================================
  2.12 Component: We are hiring
 ========================================================================== */
.we-are-hiring {
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
}
.we-are-hiring h2 {
  color: #3a3a3a;
  font-size: 36px;
}
.we-are-hiring p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.we-are-hiring .upload-cv {
  background: #fff;
  height: 300px;
  width: 300px;
  margin: 20px auto 0;
  padding: 15px;
  border: 1px solid #dbd8d8;
}
.we-are-hiring .upload-cv .inner {
  padding: 65px;
  border: 2px dashed #dbd8d8;
  color: #666666;
}
.we-are-hiring .inner i {
  font-size: 80px;
}

/* ========================================================================
  2.13 Component: Twitter
 ========================================================================== */
.twitter {
  background: url("../img/twitter-bg.jpg") no-repeat center top fixed;
  background-size: cover;
  color: #fff;
  height: 200px;
}
.twitter .overlay {
  background: rgba(27, 28, 29, 0.9);
}
.twitter .icon {
  font-size: 100px;
  position: center;
  margin-bottom: 300px;
}
.twitter .icon i {
  transition: 1.2s;
  cursor: pointer;
}
.twitter .icon i:hover {
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  color: #3F5673;
}
.twitter .tweet-text {
  font-size: 16px;
  line-height: 1.5em;
}
/* ========================================================================
  2.14 Component: Map
 ========================================================================== */
#map-container {
  height: 500px;
  width: 100%;
}












/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
.footer {
    background: #3F5673;
    color: #fff;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer a {
    color: #fff;
}
.copy {
    margin-top: 165px;
}
.footer2 {
    background: #3F5673;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
	position: center;
}
.footer address a { color: #ffffff 
}

/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */
.group-img {
  background: url("../img/corp_president.jpg") no-repeat center;
  background-size: cover;
}


.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #6e6d6c;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}



.js-close-window {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #3F5673;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -webkit-animation: pulse 1s linear 0s infinite alternate;
  -moz-animation: pulse 1s linear 0s infinite alternate;
  -o-animation: pulse 1s linear 0s infinite alternate;
  animation: pulse 1s linear 0s infinite alternate;
}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-moz-keyframes pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
  }
  to {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
