/* --------------------------------------
=========================================

Designed By: pixotri-- pt-104

=========================================

/* ========================================================================
  1.1 Component: GLOBAL - html
 ========================================================================== */
 
 
html {
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}

h2{font-size:2em;
 text-transform:uppercase;
 margin-bottom:10px;
 text-shadow: .5px .5px .5px #444;
 color:#090;
 font-family: 'Exo 2', sans-serif;
 }
/* 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;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
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:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
h1,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* Browser Upgrade Prompt
 ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #e74c3c;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #50566d;
  color: #fff;
  text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
.main-bg {
  background: #105a9a;
}
.main-color {
  color: #105A9A;
}
.white-color {
  color: #fff;
}
.button {
  padding: 20px 40px;
  font-size: 16px;
  /*font-weight: bold;*/
  display: inline-block;
  color: #fff;
  text-shadow: none;
  text-transform:uppercase;
  border:none;
}
.button:hover {
  cursor: pointer;
  color: #fff;
}
.button.light {
  padding: 22px 27px;
}
.line {
  width: 140px;
  height: 2px;
  margin-top: 15px;
  background-color:#090;
 /* float:left*/
}
/*.line_green {
  width: 50px;
  height: 2px;
  margin-top: 15px;
  float: right;
  background-color:#090;
}*/
.button.light {
  border: 2px solid #7da6c9;
}
.padding-large {
  padding-top: 90px;
  padding-bottom: 20px;
}
.port-padding {padding: 90px 0px 0px;}
.padding-top-large {
  padding-top: 90px;
  padding-bottom:50px;
}
.margin-top-large {
  margin-top: 90px;
}
.margin-bottom-large {
  margin-bottom: 90px;
}
.margin-top-medium {
  margin-top: 40px;
}
.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;
}
.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;
}
/* ========================================================================
 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: #ffffff;
  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: 13px;
  height: 48px;
  width: 52px;
  margin: 0px;
  top: 45px;
  right: 115px;
  background-color:#0B2951;
  border-radius:50%;
}

.menu-trigger:hover{
	background-color:#546389;
	-webkit-transition: 300ms;
  			transition: 300ms;
}
.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 63, 0.9);
  text-transform: uppercase;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 220%;
  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;
}

.nav-label:hover{
  color: rgb(3, 182, 26);
  -webkit-transition: 300ms;
        transition: 300ms;
}
.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: rgba(100, 125, 173, 1);
  -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;
  opacity: .8;
}
.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: #BCC6D7;
  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: #495d8d;*/
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
header {
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(69, 93, 124, 0.3);

}
header .carousel,
header .item,
header .active {
  height: 100%;
}
.carousel-inner {
  min-height: 500px;
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.carousel-indicators li {
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #fff;
}
.carousel-indicators .active {
  width: 40px;
  height: 5px;
  background: #85aed0;
}
.carousel-caption {
  top: 25%;
}
.carousel-caption h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: normal;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.icon-prev,
.icon-next {
  font-size: 60px !important;
}
header .logo-container {
  position: absolute;
  top: 15px;
  left: 93px;
  z-index: 10;
}

header .logo-container:hover{

	}
/* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */
.call-to-action {
  padding: 15px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.call-to-action p {
  margin: 20px;
}
.call-to-action .fa{
	font-size:1.2em;
	margin-right:.5em;
}
/* ========================================================================
  2.3 Component: About Us
 ========================================================================== */
.about-us {
	background-color:#FFF;
  /*background: url("../img/about-us-bg.jpg") no-repeat center fixed;
  background-size: cover;
  position: relative;*/
}
/*.about-us .overlay {
  background: rgba(238, 238, 238, 0.95);
}*/
.about-us .jumbo-text {
   text-transform: capitalize;
  color: #272727;
  font-size: 1.05em;
  text-align: justify
}
.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: #e74c3c;
  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;
}

/* ========================================================================
 inner -about-us
 ========================================================================== */
.about-us {
	background-color:#FFF;
  /*background: url("../img/about-us-bg.jpg") no-repeat center fixed;
  background-size: cover;
  position: relative;*/
}
/*.about-us .overlay {
  background: rgba(238, 238, 238, 0.95);
}*/
.inner-about-us .jumbo-text {
  text-transform: uppercase;
  color: #282C32;
  font-size: .9em;
}
.inner-about-us p {
  color: #6E6C6C;
  line-height: 24px;
}
.about-us img {
  margin-top: -50px;
}

/* ========================================================================
  2.4 Component: Case Study 
 ========================================================================== */
.case-study-left p{
	 font-size:1em;
	 color:#132e50;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }
 
 .case-study-right p{
	 font-size:1em;
	 color:#dfdfde;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }

.case-study-left h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 28px;
  font-weight: lighter;
  color:#132e50;
  text-transform:uppercase;
  
}


.case-study-right h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 28px;
  font-weight: lighter;
  color:#dfdfde;
  text-transform:uppercase;
  
}

.case-study-left .left-icon{
	margin:2em;
	float:right;
}

.case-study-right .right-icon{
	margin:2em;
	float:right;
}

.case-study .col-md-6 {
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: background .5s;
}
.case-study-left .overlay {
  padding-left: 100px;
  padding-right: 50px;
  height:25em;
  transition: background .5s;
}
.case-study-right .overlay {
  padding-right: 80px;
  padding-left: 80px;
  height:25em;
  transition: background .5s;
}
.case-study .case-study-left {
	background-color:#eaebe0;
  /*background-size: cover;*/
}
.case-study .case-study-right {
	background-color:#0D487B;
/*  background-size: cover;*/
}
.case-study-left .overlay:hover {
  width: 100%;
  background: rgba(215, 216, 204, 1);
}

.case-study-right .overlay:hover{
   width: 100%;
   background: rgba(16, 55, 108, 1);
	
}


.case-study .description {
  font-weight: lighter;
}



.case-study h3 img{
	width:30%;

}


.case-study h3 img{
	width:30%;

}

/* ========================================================================
 Component: inner page -Case Study 
 ========================================================================== */
.inner-case-study-left p{
	 font-size:.9em;
	 color:#ffffff;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }
 
 .inner-case-study-right p{
	 font-size:.9em;
	 color:#ffffff;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }

.inner-case-study-left h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 20px;
  font-weight: lighter;
  color:#dfdfde;
  text-transform:uppercase;
  
}


.inner-case-study-right h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 20px;
  font-weight: lighter;
  color:#dfdfde;
  text-transform:uppercase;
  
}

.inner-case-study-left .left-icon{
	margin:2em;
	float:right;
}

.inner-case-study-right .right-icon{
	margin:2em;
	float:right;
}

.case-study .col-md-6 {
  padding: 0;
  cursor: pointer;
  color: #fff;
  transition: background .5s;
}
.inner-case-study-left .overlay {
  padding-left: 80px;
  padding-right: 80px;
  height:10em;
  transition: background .5s;
}
.inner-case-study-right .overlay {
  padding-right: 80px;
  padding-left: 80px;
  height:10em;
  transition: background .5s;
}
.case-study .inner-case-study-left {
	background-color:#424445;
  /*background-size: cover;*/
}
.case-study .inner-case-study-right {
	background-color:#424445;
}
.inner-case-study-left .overlay:hover {
  width: 100%;
  background: rgba(89, 89, 89, 1);
}

.inner-case-study-right .overlay:hover{
   width: 100%;
   background: rgba(89, 89, 89, 1);
	
}

.inner-case-study-left h3 .fa{
   color:rgb(174, 178, 184);
   font-size:1.3em;
   margin-left:3em;	

}


.inner-case-study-right h3 .fa{
   color:rgb(174, 178, 184);
   font-size:1.3em;
   margin-left: 3em;
   float: left;	

}

.inner-case-study-left .fa{
	margin-right:.8em;
	color:rgb(58, 192, 3);
}

.inner-case-study-right .fa{
	margin-left:.8em;
	color:rgb(58, 192, 3);
}

.sm-inner-case-study-left .fa{
	margin-right:.8em;
	color:rgb(58, 192, 3);
}

.sm-inner-case-study-right .fa{
	margin-left:.8em;
	color:rgb(58, 192, 3);
}

.sm-inner-padding-large {
  padding-top: 10px;
  padding-bottom: 10px;
}
.case-study .description {
  font-weight: lighter;
}



/*section one end*/

.sm-inner-case-study-left p{
	 font-size:.9em;
	 color:#ffffff;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }
 
 .sm-inner-case-study-right p{
	 font-size:.9em;
	 color:#ffffff;
	 margin: 0 0 10px;
	 text-transform:uppercase;
	 }

.sm-inner-case-study-left h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 20px;
  font-weight: lighter;
  color:#dfdfde;
  text-transform:uppercase;
  
}


.sm-inner-case-study-right h3 {
  text-shadow: .5px .5px .5px #444;
  font-size: 20px;
  font-weight: lighter;
  color:#dfdfde;
  text-transform:uppercase;
  
}


.sm-inner-case-study-left .left-icon{
	margin:2em;
	float:right;
}

.sm-inner-case-study-right .right-icon{
	margin:2em;
	float:right;
}

.sm-inner-case-study-left .overlay {
  padding-left: 80px;
  padding-right: 80px;
  height:5em;
  transition: background .5s;
}
.sm-inner-case-study-right .overlay {
  padding-right: 80px;
  padding-left: 80px;
  height:5em;
  transition: background .5s;
}
.case-study .sm-inner-case-study-left {
	background-color:#424445;
  /*background-size: cover;*/
}
.case-study .sm-inner-case-study-right {
	background-color:#424445;
}


.sm-inner-case-study-left .overlay:hover {
  width: 100%;
  background: rgba(89, 89, 89, 1);
}

.sm-inner-case-study-right .overlay:hover{
   width: 100%;
   background: rgba(89, 89, 89, 1);
	
}


/* ========================================================================
  inner-Processes
 ========================================================================== */
.inner-processes {
	background-color:#ffffff;
}
.inner-processes img{float:left;}

.inner-processes img:hover{ opacity:.4; 
			webkit-transition: 300ms; 
			transition: 300ms;
}

.processes .overlay {
  background: rgba(35, 79, 49, 0.85);
}



/* ========================================================================
  2.7 Component: news-Processes
 ========================================================================== */
.processes {
  background: url("../img/process-bg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #fffeff;
}
.processes img{float:left;}

.processes img:hover{ opacity:.4; 
			webkit-transition: 300ms; 
			transition: 300ms;
}
.processes h2{color:#fff;}

.processes .overlay {
  background: rgba(12, 105, 41, 0.85);
}
.processes .icon-container {
  margin-right: 25px;
  font-size: 24px;
}
.processes .feature {
  margin: auto;
  padding-left: 37px;
  padding-right: 37px;
  margin-bottom: 45px;
}
.feature:last-child {
  margin-bottom: 0;
}
.processes .description {
  width: 90%;
}
.processes .process-bar {
  height: 125px;
  width: 125px;
  line-height: 125px;
  font-size: 24px;
  display: inline-block;
}
.processes .discussion {
  border-radius: 3px 3px 0 3px;
}
.processes .check {
  border-radius: 3px 3px 3px 0;
}
.processes .idea {
  border-radius: 3px 0 3px 3px;
}
.processes .office {
  border-radius: 0 3px 3px 3px;
}
.processes .process-bar.main-bg {
  margin-right: 100px;
  padding:.1em;
}
.processes .process-bar.right {
  border: 3px solid #019909;
}
.processes .lines {
  height: 55px;
  width: 110px;
  margin: -3px auto -3px;
  border-right: 3px solid #019909;
  border-left: 3px solid #019909;
  border-bottom: 3px solid #019909;
}
/* ========================================================================
  2.8 Component: Our Clients -team
 ========================================================================== */
.our-team {
  background:rgb(209, 213, 210);
}

.our-team .container{
	width:1450px;
	}
.our-team .team-member {
  border: 9px solid #DADADA;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius:50%;
}
.our-team .team-member:hover > .team-overlay {
  margin-top: -297px;
  transition: all .85s;
}
.our-team img {
  width: 100%;
}
.our-team .team-overlay {
  margin-top: 0px;
 /* width: 220px;*/
  color: #fff;
  margin-left: -2px;
  position: relative;
}
.our-team .team-overlay .info {
  height: 300px;
  padding: 225px 20px 20px 20px;
  background: rgba(132, 156, 187, 0.9);
}
.our-team .team-overlay .learn-more {
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.our-team .description {
  padding: 40px 0;
}
.our-team .description h3 {
  text-transform: uppercase;
}
.our-team .description .about {
  font-size: 14px;
  color: #555;
}
.our-team .description .member-skill {
  display: inline-block;
}

/* ========================================================================
  popup - button
 ========================================================================== */

.peb-button1{
	float:left;
	width:auto;
	background:#048B15;
	font-size:.75em;
	text-align:center;
	margin-right:.5em;
	padding:1.5em 2em;
	margin-top:.5em;
}


.peb-button2{
	background-color:#185683;
	}
					
/* ========================================================================
  2.9 Component: Testimonail
 ========================================================================== */
.testimonial {
  /*background: url("../img/process-bg.jpg") no-repeat center fixed;
  background-size: cover;
*/
background:#5C728B}

.testimonial h2{
 color:#fff;
}

/*.testimonial .overlay {
  background: rgba(0, 8, 5, 0.85);
  }*/
.testimonial-carousel .item {
  padding: 25px 40px 40px;
/*  background: rgba(84, 136, 83, 1);*/
  border-radius: 4px;
}
.testimonial-carousel .item p {
  font-style: italic;
  font-size: 24px;
  font-family: 'Satisfy', cursive;
  letter-spacing: .15em;
}
.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: 50%;
}
.testimonial-carousel .item .client-info {
  margin-left: 10px;
}
.testimonial-carousel .item .client-info li {
  text-align: left;
  color: rgb(156, 170, 186);
}
.testimonial-carousel .item .client-info li:first-child {
  font-size: 18px;
  color:rgb(178, 189, 202);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #AFC8AF;
}
/* ========================================================================
  2.10 Component: ft- Portfolio 
 ========================================================================== */
.portfolio .line {
  margin: 15px auto 45px;
}
.portfolio .subtitle {
  font-size: 20px;
}
.portfolio p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 10px;
}

.portfolio .portfolio-item h2{ color:#C4D6EA;
}
.portfolio .portfolio-item h5{
	margin-bottom:10px;
	font-size:1em;
}

.portfolio .filters {
  color: #9e9e9e;
}
.portfolio .filters li {
  display: inline;
}
.portfolio .filters li a {
  margin: 0 5px;
  color: #275EA8;
  text-transform:uppercase;
}
.portfolio .filters .active {
  color: #1C830C;
  text-decoration: none;
}
.portfolio .portfolio-item {
  width: 25%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-item a {
  position: relative;
  display: block;
  color: #fff;
}
.portfolio .portfolio-item a .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 125px 20px;
}
.portfolio .portfolio-item a img {
  width: 100%;
  transition: all 1.2s linear;
  height:370px;
}
.portfolio .portfolio-item a:hover > .portfolio-overlay {
  opacity: 1;
}
.portfolio .portfolio-item a:hover > img {
  transform: scale(1.2);
}
.portfolio > .button {
  border-color: #333;
  font-weight: normal;
  color: #333;
  position: relative;
  z-index: 10;
}
.portfolio > .button i {
  font-size: 22px;
}
.filters li a:after {
  content: "/";
  margin-left: 10px;
  color: #9e9e9e;
}
.filters li:last-child > a:after {
  content: "";
}


/* ========================================================================
  2.11 Component: Promote - button
 ========================================================================== */
.promote {
  padding: 25px;
  color: #eeeeee;
  font-size: 18px;
  position: relative;
}
.promote p {
  margin: 20px;
}
.promote .button {
  display: inline-block;
}
.promote .deep {
  background: #2A77BA;
}
.promote .fa{
	font-size:1.2em;
	margin-right:.5em;
}
/* ========================================================================
  2.12 Component: We are hiring -video 
 ========================================================================== */
.we-are-hiring {
  background: #6B84A0;

}
.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;
}

.ft-video .frame {
	
}

.video-item{
	width:100%;
 	margin: 5px auto 0 auto;
  	display: block;
  	padding-bottom: 3.5%;
}

.frame{
  width: 100%;
  margin: 10px auto 0 auto;
  background: #5C728B;
  padding:10px 10px 30px 10px;
  display: block;
}

/* ========================================================================
  2.13 Component: facebook
 ========================================================================== */
.facebook {
  /*background: url("") no-repeat center top fixed;
  background-size: cover;*/
  background-color:#171F57;
  color: #fff;
}
.facebook .overlay {
  background: rgba(255, 255, 255, 1);
}


.facebookOuter {
    background-color:#fff; 
    width:270px; 
    height:270px;
    margin:0 auto;
  }
 .facebookInner {
    height:250px;
    overflow:hidden;
  }
._4s7c{border:1px solid #1865B0}

/* ========================================================================
  2. Component: inner -Career
 ========================================================================== */
.Career {
  /*background: url("") no-repeat center top fixed;
  background-size: cover;*/
  background-color:#171F57;
  color: #fff;
}
.Career .overlay {
  background: rgba(199, 194, 170, 1);
}


.Career .button{
	  padding: 14px 60px;
	  background-color:#AEA889;
}

.Career .form-control{
	height:45px;
	background-color:#AEA889;
	border:none;
	border-radius: 0px;
	color:#fff;
	
}

.Career textarea.form-control{
	height:auto;
	margin-bottom:15px;
}
.Career .file-form-control{
	height:45px;
	background-color:#AEA889;
	border:none;
	border-radius: 0px;
	padding:.65em;
	width:100%;
	color:#E4E4E4;
	font-style:italic;
}



/* ========================================================================
  2.14 Component: google-Map
 ========================================================================== */
#map-container {
  height: 500px;
  width: 100%;
}

 html, body, #map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px
      }
/* ========================================================================
  2.15 Component: Send Message
 ========================================================================== */
.send-message {
  padding: 20px;
}
.send-message .send-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: #269308;
  border-radius: 50%;
  line-height: 60px;
  margin-top: -60px;
  font-size: 20px;
  position: relative;
}

.send-message .send-icon:hover{
	background-color:#207708;
	-webkit-transition: 300ms;
  			transition: 300ms;
}

.send-message .send-icon .fa{
	font-size:1.6em;
	padding:.85em;
}

.send-message p {
  font-size: 30px;
}
.send-message .send-icon:hover {
  cursor: pointer;
}
.send-message .modal-lg {
  width: 700px;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  position: relative;
  padding:1em;
}
.modal .close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #333;
  opacity: 1;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  outline: none;
  z-index: 10;
}
.modal .close span {
  outline: none;
}
.modal .modal-body {
  padding: 40px 60px;
}
.modal .member-info {
  padding: 0;
}
.modal input {
  height: 50px;
}
.modal input,
.modal textarea {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 18px;
}
.modal input:focus,
.modal textarea:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
.modal textarea {
  resize: none;
}
.modal .button {
  width: 100%;
  border-radius: 0;
  padding: 15px 60px;
}
.form-control::-webkit-input-placeholder {
  color: #DBDBDB;
  font-style: italic;
}

.modal input input, button, select, textarea{
	width:100%;
	padding:.7em;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color:#A0A0A0;
  margin-bottom:.4em;
  border: 1px solid #ccc;	
}
/* ========================================================================
  2.16 Component: Footer
 ========================================================================== */


.footer p {
  color: #113A71;
  font-size: 14px;
}


.footer a{color:#1E3D59;}

.footer h3{color:#1E3D59;
 font-size: 1.3em;
 text-shadow: 0 1px 2px rgba(36, 34, 34, 0.6);
}

.footer a:hover{color:#256108;
-webkit-transition: 300ms;
  			transition: 300ms;
}

.footer li {
  display: inline-block;
  margin: 0 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 2px solid #C8C8C8;
  background: #fff;
  transition: all .4s;
}
.footer li:hover {
  cursor: pointer;
}
.footer li a {
  color: #848484;
}
.footer .social i {
  font-size: 22px;
  transition: all .4s;
  color:#848484;
}
.footer .facebook:hover {
  border-color: #3b5998;
}
.footer .facebook:hover > a i {
  color: #3b5998;
}
.footer .twitter:hover {
  border-color: #00aced;
}
.footer .twitter:hover > a i {
  color: #00aced;
}
.footer .g-plus:hover {
  border-color: #dd4b39;
}
.footer .g-plus:hover > a i {
  color: #dd4b39;
}

.footer .youtube:hover {
  border-color: #bb0000;
}
.footer .youtube:hover > a i {
  color: #bb0000;
}


.class {
  background: red;
}


.footer .col-sm-12 .fa{
	  font-size: 1.4em;
	  border: 2px solid #269308;
	  border-radius: 50%;
	  padding: .7em;
	  height: 50px;
	  width: 50px;
	  color: #2A77BA;
}




/* ========================================================================
  back-to-top
 ========================================================================== */

.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			font-size: 12px;
			padding: 2.2em;
			display: none;
          		opacity: .5;
           		z-index: 99;
           		background: url("../img/up.png")no-repeat;
           
            
		}
 .top{ color:#fff; }


			.back-to-top:hover {	
			background-color: rgba(223, 237, 214, 0.8);
           		 webkit-transition: 300ms; 
			transition: 300ms;
            		 background: url("../img/h_up.png")no-repeat;
            
           
		}	
