/* --------------------------------------------------------	*/
/*	Base */
/* --------------------------------------------------------	*/

::-moz-selection { background: #353648; color: #ffffff; text-shadow: none; }
::selection { background: #353648; color: #ffffff; text-shadow: none; }
:focus { outline-color: transparent!important; outline-style: none!important; }

html {
	overflow-y:scroll;
	background:#ffffff;	
}

body {
	margin: 0;
	padding: 0;                 
  font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 24px;
  color:#999999;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;	
	cursor:default;
  overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color:#606060;
  line-height:1.6em;    
  margin:0px;
  margin-bottom:10px;
  padding:0px;
  text-align:center;
  clear:both;
}

.parallax h1{
  color:#fff;
  margin:0px;
  padding:40px 0px;
}

h1 {
  font-size:38px;
  font-weight:100;
  text-transform:uppercase;
}

h2 {
  font-size:36px;
  font-weight:300; 
}

h3 {
  font-size:24px;
}

h4 {
  font-size:20px;
}

h5 {
  font-size:16px;
  color:#00abc8; 
}    

h6 {
  font-size:15px;
  
}    

hr {
  background:#e5e5e5;
  height:1px;
  margin:30px 0px;
  border:0px;
}

p {
  margin:0px 0px 25px 0px !important;
} 

ul {
  padding:0px;
}

select {
  font-family: 'Open Sans', sans-serif;
  color:#646c78;
  height:36px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#8c9aaa;
}

blockquote {   
  position:relative;   
  font-size:16px;
  font-style:italic;  
  color:#8c9aaa;
  padding:0px 20px;
  border-left:5px solid #e3e7eb; 
  clear:both;
}

a {
  color:#00abc8;
  text-decoration:none;
  background: transparent;
}

a:hover {
  color:#26a49f;
  text-decoration:none;
}

img {
  width:100%;
}

/* --------------------------------------------------------	*/
/*	Main Classes */
/* --------------------------------------------------------	*/

.white {
  color:#ffffff;
}

.gray{
  background-color:#f7f8fb;
}

.bold {
  font-weight:bold;
}

.strong {
  font-weight:bold;
}

.normal {
  font-weight:normal;
}

.space5 {
  height:5px;
  clear:both;
}

.space10 {
  height:10px;
  clear:both;
}

.space15 {
  height:15px;
  clear:both;
}

.space20 {
  height:20px;
  clear:both;
}

.space25 {
  height:25px;
  clear:both;
}

.space30 {
  height:30px;
  clear:both;
}

.space40 {
  height:40px;
  clear:both;
}

.space50 {
  height:50px;
  clear:both;
}

.space60 {
  height:60px;
  clear:both;
}

.space70 {
  height:70px;
  clear:both;
}

.space80 {
  height:80px;
  clear:both;
}

.space90 {
  height:90px;
  clear:both;
}

.space100 {
  height:100px;
  clear:both;
}

.space110 {
  height:110px;
  clear:both;
}

.space-mobile-20{
  height:20px;
  clear:both;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}
      
.f-left {
  float:left !important;
}

.f-right {
  float:right;
}
     
.p-t-0{
  padding-top:0px;
}

.pos-r {
  position:relative;
}

.c-b {
  clear:both;
}

.o-h {
  overflow:hidden;
}

/* --------------------------------------------------------	*/
/* Header */
/* --------------------------------------------------------	*/

.header{
  background:#ffffff;
}

.logo{
  width:auto;
  padding:30px 0px;
}  
       
/* --------------------------------------------------------	*/
/* Navigation */
/* --------------------------------------------------------	*/

.navbar {
  width:100%;
  min-height:50px;
  background:#fff;
  border:0px;
  padding:0px;
  margin:0px;
  z-index:99999;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); 
}

.navbar .nav {
  position:relative;
  display:block;
  right:0px;
  float:left;
  padding:0px;
  margin:0px;
}

.select-menu { 
  display:none; 
}

.navbar .nav > li {
	display:block;
  float:left;
}

.navbar .nav > li > a {
	display:inline-block;
	font-family:'Open Sans', serif;
  font-size:14px;
  line-height:50px;
	color:#7f7f7f;
  padding:0px 20px;
  margin:0px;
  border:0px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.navbar .nav > li:hover > a {
	color:#fff;
  background:#00abc8;
}

.navbar .nav > li.selected > a  {
	color:#fff;
  background:#003a56; 
}

.navbar .nav > li.selected > a:hover {
  color:#00abc8;
}

/* --------------------------------------------------------	*/
/* Dropdown */
/* --------------------------------------------------------	*/

.navbar .nav > li > ul {
	display:none;
}

.navbar .nav > li:hover > ul {
	display:block;
  position:absolute;
  left:0px;
  list-style:none;
  background:#00abc8;
}

.navbar .nav > li > ul > li {
  background:#00abc8;
}

.navbar .nav > li > ul > li > a{
  display:block;
  min-width:215px;
	color:#fff;
  padding:15px 30px;
  border-bottom:1px solid #26a49f;
}

.navbar .nav > li > ul > li > a:hover{
  background:#2bbab4;
}
    
.navbar .nav > li > ul > li.selected > a{
  border-left:5px solid #26a49f;
  border-right:5px solid #26a49f;
}   

/* --------------------------------------------------------	*/
/* Mobile Menu */
/* --------------------------------------------------------	*/
      
/* Styles For Desktop */
.tinynav { display: none }

/* Styles For Mobile */
@media screen and (max-width: 786px) {

  /* Select Navigation */
  .tinynav {    
    display:block;
    float:left;
    width:60%;
    min-width:120px;
    height:30px;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    line-height: 30px;
    color:#464646;
    background:#f4f4f4;
    border: 1px solid #f4f4f4;
    margin:5px 0;
  }

  #nav { display: none }
    
  .js .tinynav { display: block }
  .js #nav { display: none } 

  .tinynav option[selected=selected] {
    color: #343434;
    background: #e4e4e4;
  }

}          

/* --------------------------------------------------------	*/
/* Layer Slider */
/* --------------------------------------------------------	*/
        
.ls-layer * {
	font-family: Arial, Serif;
	white-space: nowrap;
	font-weight: normal;
	text-shadow: none;
}

.c {
	text-align: center;
}

.sl1, .sl2 {
	font-size: 50px;
	line-height: 100px;
	height: 100px;				
}

.sl1 {
	color: #eee;
	background: black;
	background: rgba(0,0,0,.75);
}

.sl2 {
	color: #444;
	background: white;
	font-size: 35px;
}

.text-a {
	font-weight: bold;
	box-shadow: -2px -2px 15px -3px black;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
	padding: 15px 25px;
	font-size: 45px;
	color: #292b38;
	background: #00abc8;
}

.text-b {
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
       -o-border-radius: 2px; 
          border-radius: 2px; 
	padding: 10px 20px;
	font-size: 60px;
	color: #00abc8;
	background: #292b38;				
}

.text-c {
	box-shadow: -2px -2px 15px -3px black
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
       -o-border-radius: 2px; 
          border-radius: 2px; 
	padding: 10px 20px;
	font-size: 40px;
	color: #292b38;
	background: #00abc8;
}
.col-md-3 img{
border-bottom: 5px solid #00abc8;
}
.text-d {
	box-shadow: -2px -2px 10px -2px #292b38;
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
       -o-border-radius: 2px; 
          border-radius: 2px; 
	padding: 15px 30px 15px 30px;
	font-size: 45px;
	color: #00abc8;
	background: #292b38;
}

.text-e {
	padding: 8px 14px;
	font-size: 23px;
	color: #444f70;
	background: rgba(255,255,255,0.75);
}

/* --------------------------------------------------------	*/
/* Landing */
/* --------------------------------------------------------	*/

.landing{
  padding:300px 0;
  background-image:url(../img/landing/01.jpg);
  background-position:center bottom;
}

.landing-box-1{
  height:175px;
  position:relative;
  width:100%;
  height:0;
  padding-bottom:100%;
  overflow:hidden;
-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f005082, endColorstr=#7f005082)';
}

.landing-box-1 h1{
  color: #FFFFFF;
    font-size: 36px;
    font-weight: 500;
    height: 20%;
    line-height: 44px;
    padding-top: 16%;
    text-align: left;
    text-transform: none;
    }

.landing-box-2{
  position:relative;
  width:100%;
  height:273px;
  padding-bottom:80%;
  border-left:1px solid #fff;
}

.landing-box-2 img{
  width:auto;
  position:absolute;
  top:50%;
  margin-top:-40px;
  margin-left:-41px;
}

.landing-box-2 .landing-box-inner{
  position:absolute;
  height:60%;
  top:20%;
  padding:0px 60px;
}

.landing-box-2 .landing-box-inner h2{
  color:#fff;
  line-height:44px;
  text-align:left;
}


@media (max-width: 991px) {

  .landing{
    padding:100px 0;
  }

  .landing-box-1{
    width:70%;
    left:15%;
    padding-bottom:30%;
    height:249px;
  }
  
  .landing-box-1 h1{
    padding-top:0%;
  }

  .landing-box-2{
 border-left: medium none;
    border-top: 1px solid #FFFFFF;
    font-size: 50%;
    margin-left: 15%;
    padding-bottom: 70%;
    position: relative;
    width: 70%;
  }

}  

@media (max-width: 480px) {

  .landing-box-2{
    border:0px;
  }

  .landing-box-2 .landing-box-inner h2{
    font-size:26px;
    line-height:34px;       
  }
 .landing-box-1 h1{
    font-size:26px;
    line-height:34px;       
  }
}  

/* --------------------------------------------------------	*/
/* Owl Carousel carousel-top-navigation */
/* --------------------------------------------------------	*/

.owl-theme .owl-controlls .owl-buttons div{
  position: absolute;
  display: inline-block;
  zoom: 1; 
 *display: inline;/*IE7 life-saver */
  width: 30px;
  height: 30px; 
  cursor: pointer;
  z-index: 100;    
  line-height:30px;
  font-size:18px;
  background:#c8cfd7;
  font-family:FontAwesome;
  font-weight:bold;
  font-style:normal;
  text-align:center;
}

.owl-theme .owl-controlls {
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
}
     
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
       
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity:1; 
    -moz-opacity:1; 
         opacity:1;
	text-decoration: none;
  background:#00abc8;
}

.owl-prev {
  right: 40px;   
}

.owl-next {
  right: 0px;
}
  
.owl-prev:before {
  content:"\f104";
  margin:0px auto;
  color:#FFFFFF;
}  

.owl-next:before {
  content:"\f105";
  margin:0px auto;
  color:#FFFFFF;
}

.owl-prev.disabled, .owl-next.disabled, .owl-prev.disabled:hover, .owl-next.disabled:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70); 
  -khtml-opacity:0.7; 
    -moz-opacity:0.7; 
         opacity:0.7;
}

/* --------------------------------------------------------	*/
/* Parallax */
/* --------------------------------------------------------	*/
                 
.parallax {
  width: 100%;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #ffffff;
  text-transform:uppercase;
}
.parallax2 {
  width: 100%;
  height: 409px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;  
  color: #ffffff;
  text-transform:uppercase;
}
.parallax-mobile {
	background-position: 50% 0px !important; 
	background-attachment: scroll !important;
}

.parallax .parallax-text-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  text-align:center;
}

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

.parallax-text-item {
  font-weight:700;
  font-size:36px;
  color:#ffffff;
  line-height:1em;  
}

.parallax h2, .parallax h3{
  font-family: 'Open Sans', sans-serif;
  color:#ffffff;
  background: transparent; 
}

.parallax h2{
  font-size:36px;
}

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

/* --------------------------------------------------------	*/
/* Refine Slider */
/* --------------------------------------------------------	*/

ul.rs-slider {
  margin: 0 0 0px 0px;
  padding:0px;
}        

ul.rs-slider img {
  position:relative;
}
       
.rs-thumb-wrap { margin: 21px 0 0 0; }
.rs-thumb-wrap > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter:alpha(opacity=50); 
  -khtml-opacity: 0.5; 
     -moz-opacity:0.5; 
          opacity:0.5;
  padding: 0px;
  *padding: 0;
     -moz-transition: opacity .7s ease-in-out;
  -webkit-transition: opacity .7s ease-in-out;
       -o-transition: opacity .7s ease-in-out;
      -ms-transition: opacity .7s ease-in-out;
          transition: opacity .7s ease-in-out;
}

.rs-thumb-wrap > a:hover,
.rs-thumb-wrap > a.active { opacity: 1 }
.rs-thumb-wrap > a:first-child { margin-left: 0!important; }

.rs-arrows {
  position:absolute;
  z-index:799;  
  width:100%;
  top:50%; 
  right:0px;  
}

.rs-arrows .rs-prev, .rs-arrows .rs-next {
  width: 50px; 
  height: 48px;
  display: block;
  position:absolute;
  right:30px; 
  margin-top:-25px;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  border:0px; 
  border-bottom:2px solid #47485f !important;
  background:#353648 !important; 
  opacity: 0.5 !important; 
     -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; 
}

.rs-arrows .rs-prev {
  left:30px; 
}    

.rs-arrows .rs-next {
  right:30px; 
}
    
.rs-arrows .rs-prev:hover, .rs-arrows .rs-next:hover { 
  background:#47485f !important; 
  border:0px; 
  border-bottom:2px solid #47485f !important;
  opacity: 1 !important; 
}

.rs-arrows .rs-prev i, .rs-arrows .rs-next i {
  text-indent: 0px;
  color:#ffffff;
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.rs-arrows .rs-next i {
  text-indent: 3px;
}
             
.rs-caption {
  padding: 20px;
  color: #ffffff;
  background: #000000;
  background: rgba(0, 0, 0, .6);
}

.rs-caption p {
  color: #ffffff;
  margin-bottom: 0;
}

/* --------------------------------------------------------	*/
/* SLY Slider */
/* --------------------------------------------------------	*/
       
/* Frame */

.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 50%;
}
.frame ul li {
	float: left;
	width: 327px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	color: #ddd;
	text-align: center;
	cursor: pointer;
  opacity:0.7;
}

.frame ul li.active {
	color: #fff;
  opacity:1;
}
      
/* Controls */
.controls { 
  margin: 0px 0; 
  text-align: center;
}

/* Effects */
.effects {
	height: 300px;
	line-height: 200px;
	-webkit-perspective: 1460px;
	-ms-perspective: 1460px;
	perspective: 1460px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	overflow-y: show;
}
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.effects ul li {
	position: relative;
	margin: 0 -20px;
	-webkit-transform: rotateY(60deg) scale(0.74);
	-ms-transform: rotateY(60deg) scale(0.74);
	transform: rotateY(60deg) scale(0.74);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.74);
	-ms-transform: rotateY(-60deg) scale(0.74);
	transform: rotateY(-60deg) scale(0.74);
} 

.controls .btn {
  margin:0px;
}

.controls i {
  position:relative;
  top:2px !important;
}

.controls .next i {
  padding-left:7px !important;
  padding-right:0px !important;
}
 
/* --------------------------------------------------------	*/
/* Flexlider */
/* --------------------------------------------------------	*/

/* Flex-1 */

.flex-1 {
  margin: 0px;  
  border: 0px solid #ffffff; 
  position: relative; 
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  box-shadow: 0 0px 0px #000000; 
  -webkit-box-shadow: 0 0px 0px #000000; 
  -moz-box-shadow: 0 0px 0px #000000; 
  -o-box-shadow: 0 0px 0px #000000; 
  zoom: 1;
}

.flex-1 .flex-direction-nav {
  height: 0px; 
  border: 0px;
}

.flex-1 .flex-direction-nav a {
  position: absolute;
  display: block; 
  width: 50px; 
  height: 48px; 
  background:#353648 !important; 
  margin: 0px 0px 0px 0px; 
  padding-bottom:0px;
  top: -40px;  
  z-index: 10; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: -2500px; 
  opacity: 0.5; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.flex-1 .flex-direction-nav .flex-prev,
.flex-1 .flex-direction-nav .flex-next {
  text-indent: 0px;
  position:absolute;
  top:50%;
  right:30px;
  margin-top:-25px;
  border:0px;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
}

.flex-1 .flex-direction-nav .flex-prev {
  left:30px;
}

.flex-1 .flex-direction-nav .flex-next i, .flex-1 .flex-direction-nav .flex-prev i { 
  text-indent: 0px;
  color:#ffffff; 
  font-size: 20px;
  width: 47px;
  height: 50px;
  position: absolute;
  line-height: 49px;
  text-align: center;
  font-weight:400;
}

.flex-1 .flex-direction-nav .flex-next i { 
  text-indent: 3px;
}

.flex-1 .flex-direction-nav .flex-prev:hover,
.flex-1 .flex-direction-nav .flex-next:hover {
  opacity: 1 !important; 
  background:#353648 !important; 
}
  
.flex-1 .flex-direction-nav .flex-next:hover i, .flex-1 .flex-direction-nav .flex-prev:hover i {
  color:#ffffff;   
}

.flex-1 .flexslider:hover .flex-next:hover, .flex-1 .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-1 .flex-direction-nav .flex-disabled {
  opacity: .6!important; 
  filter:alpha(opacity=60); 
  cursor: default;
}

.flex-1 .flex-control-nav {display:none;}
      
/* Flex-2 */

.flex-2 {margin: 0px 0px 25px 0px; background: transparent; border: 0px solid #ffffff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px #000000; -webkit-box-shadow: 0 0px 0px #000000; -moz-box-shadow: 0 0px 0px #000000; -o-box-shadow: 0 0px 0px #000000; zoom: 1;}

.flex-2 .flex-control-nav {width: 100%; height:40px; position: relative; text-align: center; background: transparent; border: 0px solid #000000; margin-top:20px; margin-bottom:0px;}

.flex-2 .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; padding-top:15px;}

.flex-2 .flex-control-paging li a {
  width: 12px; 
  height: 12px; 
  display: block; 
  border:1px solid #7f7f7f; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: 0px;
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  box-shadow: inset 0 0 0px #000000; 
  background:transparent;
}

.flex-2 .flex-control-paging li a:hover { 
  border:1px solid #00abc8;
}

.flex-2 .flex-control-paging li a.flex-active {
  position:relative; 
  cursor: default; 
  border:1px solid #fff;
}

.flex-2 .flex-direction-nav {
  display:none;
}

.flex-2 .flex-viewport {
  max-height: 3500px; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  transition: all 1s ease; 
  border: 0px solid #000000; 
  width:100%;
}

/* Flex-3 */

.flex-3 {
  margin: 0px;  
  border: 0px solid #000000; 
  position: relative; 
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  box-shadow: 0 0px 0px #000000; 
  -webkit-box-shadow: 0 0px 0px #000000; 
  -moz-box-shadow: 0 0px 0px #000000; 
  -o-box-shadow: 0 0px 0px #000000; 
  zoom: 1;
}

.flex-3 .flex-direction-nav {
  height: 0px; 
  border-bottom:0px solid #e3e7eb;
}

.flex-3 .flex-direction-nav a {
  position: absolute;
  display: block; 
  width: 30px; 
  height: 30px; 
  background:#c8cfd7 !important; 
  margin: 0px 0px 0px 0px; 
  padding-bottom:0px;
  top: -40px;  
  z-index: 10; 
  cursor: pointer; 
  font-size:0px; 
  text-indent: -2500px; 
  opacity: 1; 
  -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}

.flex-3 .flex-direction-nav .flex-next {
  text-indent: 0px;
  position:absolute;
  right:0px; 
  border:0px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.flex-3 .flex-direction-nav .flex-prev {
  text-indent: 0px;
  position:absolute;
  left:auto;
  right: 35px; 
  border:0px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.flex-3 .flex-direction-nav .flex-next i, .flex-3 .flex-direction-nav .flex-prev i { 
  text-indent: 0px;
  color:#ffffff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  font-weight:400;
}

.flex-3 .flex-direction-nav .flex-next:hover  {
  opacity: 1; 
  background:#00abc8 !important; 
}
  
.flex-3 .flex-direction-nav .flex-prev:hover {
  opacity: 1; 
  background:#00abc8 !important; 
}
  
.flex-3 .flex-direction-nav .flex-next:hover i, .flex-3 .flex-direction-nav .flex-prev:hover i {
  color:#ffffff;   
}

.flex-3 .flexslider:hover .flex-next:hover, .flex-3 .flexslider:hover .flex-prev:hover {
  opacity: 1;
  color:#00abc8;   
}
.flex-3 .flex-direction-nav .flex-disabled {
  opacity: .6!important; 
  filter:alpha(opacity=60); 
  cursor: default;
}

.flex-3 .flex-control-nav {display:none;}

/* Flex-4 */

.flex-4 {margin: 0px 0px 25px 0px; background: transparent; border: 0px solid #ffffff; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; box-shadow: 0 0px 0px #000000; -webkit-box-shadow: 0 0px 0px #000000; -moz-box-shadow: 0 0px 0px #000000; -o-box-shadow: 0 0px 0px #000000; zoom: 1;}
.flex-4 .flex-control-nav {width: 100%; height:40px; position: relative; text-align: center; background: transparent; border: 0px solid #000000; margin-top:20px; margin-bottom:0px;}
.flex-4 .flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline; padding-top:15px;}

.flex-4 .flex-control-paging li a {width: 20px; height: 20px; display: block; border:0px solid #e3e7eb; cursor: pointer; font-size:0px; text-indent: 0px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; box-shadow: inset 0 0 0px #000000; 
background: #e3e7eb !important;
}
.flex-4 .flex-control-paging li a:hover { background: #00abc8 !important; }
.flex-4 .flex-control-paging li a.flex-active {position:relative; cursor: default; background:#47485f !important; }
.flex-4 .flex-direction-nav {display:none;}

.flex-4 .flex-viewport {max-height: 3500px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; border: 0px solid #000000; width:100%;}

/* --------------------------------------------------------	*/
/* Home List Icon */
/* --------------------------------------------------------	*/

.list-icon{
  position:relative;
  padding-left:25px;
  margin:8px 0px;
}

.list-icon i{
  position:absolute;
  top:5px;
  left:0px;
} 
      
/* --------------------------------------------------------	*/
/* FAQ */
/* --------------------------------------------------------	*/
   
.faq h4{
  text-align:left;
}
       
/* --------------------------------------------------------	*/
/* Say About Us */
/* --------------------------------------------------------	*/
             
.say-about-us img{
  width:100px;
  border:6px solid #c8cfd7;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  float:right;
} 

.say-about-us h5{
	color:#47485f; 
  font-size:20px;
  margin-bottom:0px;
  padding-top:25px;
} 

.say-about-us h6{
	color:#00abc8;
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
} 

.say-about-us p{
  text-align:center;
  padding:20px 0px;
}   

@media (max-width: 991px) {

  .client-img {
    display:block;
    text-align:center;
  }

  .say-about-us img{
    float:none;
  } 
  
  .client-data {
    text-align:center;
  }
  
}  
 
/* --------------------------------------------------------	*/
/* Our Team */
/* --------------------------------------------------------	*/

.our-team{
	color:#646686;
	background:#47485f;
}

.our-team h3{
	color:#ffffff;
  padding-top:10px;	
}

.title-hl{
	color:#00abc8;
}

.our-team p{
	color:#353648;
}

.our-team .member{
  position:relative;
  display:block;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  width:88%;
  padding-left:6%;
  padding-right:6%;
  overflow:hidden;
}

.our-team .member-inner{
  display:block;
  border:10px solid #646c78;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.our-team .member-inner img{
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.our-team .member-inner:hover{
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

.our-team .member .circle{
  position:absolute;
  bottom:-30px;
  left:50%;
  margin-left:-30px;
  margin-bottom:-30px;
  width:60px;
  height:60px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  background:#00abc8;
  opacity:0.30;
  filter:alpha(opacity=30);
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.our-team .member:hover .circle{
  bottom:50%;
  opacity:0.70;
  filter:alpha(opacity=70);
}

.our-team .member .circle:hover{
  opacity:0.9;
  filter:alpha(opacity=90);
}

.our-team .member .circle i{
  position:absolute;
  top:20px;
  left:21px;
  color:#ffffff;
  font-size:22px;
}

.our-team .member-detail{
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  overflow:hidden;
  width:70%;
  margin:0 auto;
}

.our-team h5{
  color: #ffffff;
  text-align:center;
  padding-top:20px;
}

.our-team .function{
  color: #00abc8;
  text-align:center;
  font-style:italic;
}

.our-team p{
  font-size:18px;
  line-height:34px;
  font-style:italic;
  margin-top:0px;
}

.our-team .our-team-pad{
  padding-left:10px;
  padding-right:10px;
}

/* --------------------------------------------------------	*/
/* Team Parallax */
/* --------------------------------------------------------	*/

.team-parallax-container{
  padding:85px 0px;
}

.team-parallax-container h2{
  text-transform:none;
}

.team-parallax-container .bolder{
  font-weight:600;
}

/* --------------------------------------------------------	*/
/* Last Projects */
/* --------------------------------------------------------	*/

.last-projects{
  position:relative;
  background:#00abc8;
  overflow:hidden;
}                

.last-projects img{
  position:relative;
  bottom:0px;
  z-index:6;
  -moz-opacity:100; 
  filter:alpha(opacity=1); 
  opacity:1; 
  -khtml-opacity:1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.last-projects:hover img{
  bottom:-300px; 
  -moz-opacity:0; 
  filter:alpha(opacity=0); 
  opacity:0; 
  -khtml-opacity:0; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
       
.last-projects .title{
  position:relative;
  display:block;
  width:100%;
  left:0px;
  color:#ffffff;
  background:#f0f1f4;    
  z-index:99;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
} 

.last-projects:hover .title{
  background:#47485f;
}  
      
.last-projects .title h4{
  padding:0px 20px 0px 20px;
  padding-top:25px;
  text-align:center;
  margin:0px;
}

.last-projects:hover .title h4{
  color:#ffffff !important;
}

.last-projects .title h5{
  color:#8c9aaa !important;
  padding:0px 20px 30px 20px;
  margin:0px;
  text-align:center;   
}

.last-projects .info{
  position:absolute;
  display:block;
  top:0px; 
  left:0px;
  color:#ffffff;
  line-height:1.8em;
  padding:30px 40px;
  z-index:4;
}

/* --------------------------------------------------------	*/
/* Boxed Project */
/* --------------------------------------------------------	*/

.boxed-project .title{ 
  position:relative:
  display:block;
  background:#f5f6fa;
  margin-bottom:30px;
}

.boxed-project h4{ 
  font-size:16px;
  font-weight:600;
  padding-top:20px;
  margin-bottom:5px;
}

.boxed-project h6{ 
  color:#999999;
  font-size:13px;
  text-transform:uppercase;
  padding-bottom:20px;
}     

.boxed-project .img-container{
  margin:0px !important;
}

/* --------------------------------------------------------	*/
/*	Twitter Widget, Facebook Widget */
/* --------------------------------------------------------	*/
 
.twitter-widget{
  width:100%;
  height:350px;
}

.fb-widget{
  border:none; 
  overflow:hidden; 
  width:100%; 
  height:350px; 
}

@media (max-width: 991px) {

  .fb-widget{
    height:auto;  
  }

}
 
/* --------------------------------------------------------	*/
/* Footer */
/* --------------------------------------------------------	*/
  
.footer img{
  width:auto;
}
  
.footer .copyright{
  color:#999999;
  background:#003a56;
}
  
.footer .copyright img{
  padding-top:10px;
}

.footer .copyright-info{
  padding-top:8px;
  text-align:center;
}

@media (max-width: 768px) {

  .footer .copyright .col-sm-8, .footer .copyright .col-sm-2 {
    text-align:center;
    margin-bottom:20px;
  }

}
 
/* --------------------------------------------------------	*/
/*	Gallery (Portfolio) */
/* --------------------------------------------------------	*/

.portfolio{
  overflow:hidden;
}

.portfolio li{
  list-style:none;
}

.gallery-grid .img-container{
  margin-bottom:30px;
}                               

.gallery-mansonry .project{
  margin-right:-1px;
  margin-bottom:30px;
}

.gallery-full .project{
  padding:0px;
  margin-right:-1px;
}

  /* --------------------------------------------------------	*/
  /*	Portfolio Filter */
  /* --------------------------------------------------------	*/

  #portfolio-filter{
    margin:0px;
    overflow:hidden;
  }
    
  #portfolio-filter li {
    list-style:none;
    float:left;
    margin-right:10px;
    margin-top:5px;
    padding:12px 0px;
  }
    
  #portfolio-filter li a {
    padding:12px 15px;
    margin:0px;
    border:0px;
    border-bottom:1px solid transparent;
  	color:#8c9aaa;
  }
 
  #portfolio-filter li:hover a {
    color:#00abc8;
    border-bottom:1px solid #00abc8;
    text-decoration:none;
  }
    
  #portfolio-filter li.active a {
    color:#00abc8;
  }

	/* --------------------------------------------------------	*/
	/*	Portfolio - Isotype (filtering tags) */
	/* --------------------------------------------------------	*/

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}   

	/* Isotope CSS3 transitions */    
	.isotope,	.isotope .isotope-item {
	  -webkit-transition-duration: 0.4s;
		   -moz-transition-duration: 0.4s;
	  	  -ms-transition-duration: 0.4s;
		     -o-transition-duration: 0.4s;
		  	    transition-duration: 0.4s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:         top, left, opacity;
			  transition-property:         transform, opacity;
	} 

	/* disabling Isotope CSS3 transitions */
	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}          

/* --------------------------------------------------------	*/
/* Gallery Overlay */
/* --------------------------------------------------------	*/
               
.img-container {
  position:relative;
  overflow:hidden; 
  background:#00abc8;
}

.img-container img {
  max-width:100%;
  height:auto;  
	-webkit-transform: scale(1.4,1.4);
      -ms-transform: scale(1.4,1.4);
          transform: scale(1.4,1.4);
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;      
}

.img-container:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40); 
  -khtml-opacity: 0.4; 
     -moz-opacity:0.4; 
          opacity:0.4;
	-webkit-transform: scale(1.0,1.0);
	    -ms-transform: scale(1.0,1.0);
          transform: scale(1.0,1.0);
}

.img-container i { 
  position: absolute;
  top: 50%;   
  left: 50%;
  width:10px;
  height:10px;
  font-size:10px;
  line-height:10px;
  text-align:center;
  color:#ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0); 
  -khtml-opacity: 0; 
     -moz-opacity:0; 
          opacity:0; 
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;   
}  

.img-container:hover i { 
  top: 50%;   
  left: 50%;
  width:60px;
  height:60px;
  font-size:34px;
  line-height:62px;
  margin-top:-30px;
  margin-left:-30px;
  text-align:center;
  background:rgba(45,45,45,0.8);
  -webkit-border-radius: 10%; 
     -moz-border-radius: 10%; 
       -o-border-radius: 10%;  
          border-radius: 10%; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter:alpha(opacity=90); 
       -khtml-opacity: 0.9; 
          -moz-opacity:0.9; 
               opacity:0.9;   
  -webkit-transform: rotate(720deg);
     -moz-transform: rotate(720deg);
       -o-transform: rotate(720deg);
      -ms-transform: rotate(720deg);    
}   
 
/* --------------------------------------------------------	*/
/* Video Content */
/* --------------------------------------------------------	*/

.video-content {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: -5px;
  border: none;
}

.monitor{
  position:absolute;
  display:block;
  width:74%;
  top:4%;
  left:13%;
}

.monitor .video-content {
  max-width: 100%;
  margin-bottom: -5px;
  height:415px;
}

@media (max-width: 1199px) {

  .monitor{
    position:absolute;
    display:block;
    width:74%;
    top:4%;
    left:12.6%;
  }

  .monitor .video-content {
    max-width: 100%;
    margin-bottom: -5px;
    height:350px;
  }

}

@media (max-width: 991px) {

  .monitor{
    position:absolute;
    display:block;
    width:76%;
    top:5%;
    left:12%;
  }

  .monitor .video-content {
    max-width: 100%;
    margin-bottom: -5px;
    height:310px;
  }

}

@media (max-width: 768px) {

  .monitor-bg{
    display:none;
  }
  
  .monitor{
    position:relative;
    display:block;
    top:0px;
    left:0px;
    width:100%;
  }

}

/* --------------------------------------------------------	*/
/* Photo Stream */
/* --------------------------------------------------------	*/

.photo-stream{
  width:29%;
  padding-right:4%;
  padding-bottom:4%;   
  float:left;
}

/* --------------------------------------------------------	*/
/* Flickr */
/* --------------------------------------------------------	*/

.flickr-photos{
  display:inline-block;
}

.flickr-photos img{
  width:31%;
  padding-right:2.3%;
  padding-bottom:2.3%;
  float:left;
}

/* --------------------------------------------------------	*/
/*  About Us  */
/* --------------------------------------------------------	*/

.about-us h3{
  font-size:22px;
}

.about-us i{
  font-size:22px;
  padding-right:10px;
}

/* --------------------------------------------------------	*/
/*  Services  */
/* --------------------------------------------------------	*/

.service{
  position:relative;
  padding-top:80px;
}

.service i{
  position:absolute;
  left:10px;
  top:-8px;
  font-size:86px;
  color:#ffffff;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%;  
}
     
.service .circle{
  overflow:hidden;
}
     
.service:hover .circle{
  display:block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg); 
}

.service h3{
  padding:30px 0px 5px 0px;
  text-align:center;
}

.service a{
  color:#00abc8;
}

.service a:hover{
  color:#646686;
}

.service p{
  color:#8c9aaa;
  margin:0px;
  padding:0px;
  text-align:center;
}

.service .circle{
  position:absolute;
  left:50%;
  top:0px;
  width:80px;
  height:80px;
  margin-left:-40px;
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
  background:#00abc8;  
  -webkit-transition: 0.7s ease-in-out;
     -moz-transition: 0.7s ease-in-out;
      -ms-transition: 0.7s ease-in-out;
       -o-transition: 0.7s ease-in-out;
          transition: 0.7s ease-in-out;
}

.bg-2 .circle{
  background:#47485f;      
}

.bg-2 .circle i{
  left:16px;
  top:6px;
}

.bg-2 a{
  color:#47485f;
}

.bg-2 a:hover{
  color:#00abc8;
}

.bg-3 .circle{
  background:#646686;        
}

.bg-3 .circle i{
  left:-6px;
  top:10px;
}

.bg-3 a{
  color:#646686;
}

.bg-3 a:hover{
  color:#00abc8;
}

.services-dark{
  background-color:#333333;
  padding:80px 0px 40px 0px;
}

.services-dark i{
  display:block;
  width:80px;
  height:80px;
  text-align:center;
  font-size:36px;
  line-height:80px;
  color:#fff;
  border:1px solid #5e5664;
  margin:0 auto 20px auto;  
}

.services-dark h3{
  color:#fff;
  text-align:left;
}

.services-dark h4{
  color:#fff;
}

.services-dark p{
  line-height:20px;
  text-align:center;
  margin-bottom:14px !important;
}

.services-dark a{
  display:block;
  text-align:center;
}

/* Dark Box */

.dark-box{
  background-color:#2a2a2a;
  padding:60px 0px;
}

.dark-box h2{     
  color:#00abc8;
  font-size:36px;
  font-weight:300;
  line-height:48px;
  text-align:left;
  margin:0px;
}

.dark-box p{
  color:#999999;
  padding:0px;
  padding-top:10px;
  margin:0px !important;
}

/* --------------------------------------------------------	*/
/*	Main Service */
/* --------------------------------------------------------	*/

.main-service{
  text-align:center;
}

.main-service h3{
  padding-top:20px;
}

.main-service i{
  color:#f7f8fb;
	background:#00abc8;
  font-size:42px;
  width:80px;
  height:80px;
  line-height:80px;
  -webkit-border-radius: 8px; 
     -moz-border-radius: 8px; 
       -o-border-radius: 8px; 
          border-radius: 8px; 
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
	     -o-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	        transition:all 0.3s;  
}

.main-service:hover i{
  color:#00abc8;    
	background:#f7f8fb;
}
          
/* --------------------------------------------------------	*/
/*  Lists  */
/* --------------------------------------------------------	*/

.list-a {
  padding:0px;
  margin:0px;
}

.list-a li {
  position:relative;
  top:0px;
  left:0px;
  list-style:none;
  padding-left:40px;
  line-height:28px;
  margin-bottom:8px;
}

.list-a i {
  position:absolute;
  top:0px;
  left:0px;
  font-size:15px;
  line-height:32px;
  width:30px;
  height:30px;
  text-align:center;
  color:#fff;
  background:#606060;
}

.list-a a {
  color:#353648;
  text-decoration:none;
}

.list-a a:hover {
  color:#00abc8;
  text-decoration:none;
}

.list-a a:hover i {
  background:#00abc8;
}

/* --------------------------------------------------------	*/
/*  Client Says  */
/* --------------------------------------------------------	*/

.client-says-container {
  padding:140px 0px 90px 0px;
}
        
.client-says-container h3{
  font-size:24px !important;
  font-weight:500;
  margin-bottom:20px;
  text-transform:none;
}

.client-says-container h5{
  font-size:16px;
  font-weight:700;
  text-transform:none;
}

.client-says-container p{
  font-size:16px;
  line-height:30px;
  font-weight:500;
  color:#fff;
  text-transform:none;
}
   
.client-says {
	position: relative;
  font-style:italic;
  padding:30px 45px;
  color:#8c9aaa;  
  background:#f8f9fc;
	border: 1px solid #e9ecef;
}

.client-says-2 {
  position:relative;
  font-style:italic;
  color:#646686;
  text-align:right;
  padding-top:15px;
  padding-right:30px;
}

.client-name {
  float:left;
}

.client-name i {
  font-size:26px;
  padding-left:8px;
  padding-right:35px;  
}

/* --------------------------------------------------------	*/
/*  Skills, What Client  */
/* --------------------------------------------------------	*/
     
.skills h4, .what-client h4{
  color:#333333;
  text-align:left;
}

.what-client h5{
  text-align:left;
}
  
/* --------------------------------------------------------	*/
/*  Progress Bar  */
/* --------------------------------------------------------	*/

.progress {
  height:25px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  margin-top:5px;
  margin-bottom:10px; 
  -webkit-box-shadow:rgba(0, 0, 0, 0) 0 0 0 inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align:center;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  font-size:14px;
  line-height:22px;
  background: #00bff3;   
  border-bottom:0px; 
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-2 .progress{
  margin-bottom:20px; 
}
 
/* --------------------------------------------------------	*/
/*  Buttons  */
/* --------------------------------------------------------	*/
  
.btn, .btn-small, .btn-large, .btn-large-icon{
  font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
  font-size:14px;
  line-height:50px;
  height:50px;
  color:#fff;
  background:#00abc8;
  border:0px;
  border-bottom:4px solid #279894;
  padding:0px 40px;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
       -o-border-radius: 4px; 
          border-radius: 4px; 
  margin-bottom:10px;
  margin-right:10px;
  text-shadow:none;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.btn i, .btn-small i, .btn-large i, .btn-large-icon i{
  font-size:18px;
  line-height:18px;
  padding-right:8px;
}

.btn:hover, .btn-small:hover, .btn-large:hover, .btn-large-icon:hover{
  color:#ffffff;
  background:#2db7b2;
}

.btn-small {
  font-size:13px;
  height:36px;
  line-height:36px;
  padding:0px 30px;
}

.btn-large {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 40px;
}

.btn-large-icon {
  font-size:15px;
  height:60px;
  line-height:60px;
  padding:0px 50px;
}

.bc-2{
  color:#ffffff;
  background:#3286e9;
  border-bottom:4px solid #0761a4;
}

.bc-2:hover{
  background:#327dd7;
}

.bc-3{
  background:#ed6450;
  border-bottom:4px solid #bd4f3f;
}            

.bc-3:hover{
  background:#da5f4d;
}

.bc-4{
  background:#babbc1;
  border-bottom:4px solid #8c8d92;
}

.bc-4:hover{
  background:#acadb3;
}

.bc-5{
  background:transparent;
  border:1px solid #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter:alpha(opacity=70); 
  -khtml-opacity: 0.7; 
     -moz-opacity:0.7; 
          opacity:0.7;
}

.bc-5:hover{
  background:transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity: 1; 
     -moz-opacity:1; 
          opacity:1;
}

.btn-color-bg{
  background:#00abc8;
  padding:30px 30px 20px 30px;
  margin-top:10px;
}

/* --------------------------------------------------------	*/
/*  Paging  */
/* --------------------------------------------------------	*/
  
.paging {
  float:left;
} 
  
.paging .btn{
  font-size:13px;
  line-height:8px;
  width:auto;
  height:30px;
  padding:0px 12px 0px 12px;
  color:#8c9aaa;
  background:transparent;
  border:1px solid #00abc8;
}

.paging .btn:hover{
  color:#fff;
  background:#00abc8;
}

/* --------------------------------------------------------	*/
/*  Tags  */
/* --------------------------------------------------------	*/

.tag {
  height:28px;
  font-size:13px;
  line-height:28px;
  color:#ffffff;
  background:#8c9aaa;
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
       -o-border-radius: 2px; 
          border-radius: 2px; 
  padding:0px 12px;
  margin-right:8px;
  margin-bottom:8px;
  float:left;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.tag:hover {
  background:#00abc8;
}

/* --------------------------------------------------------	*/
/* Projects */
/* --------------------------------------------------------	*/

.project-container{
  display:block;
  padding-bottom:20px;
  overflow:hidden;
}

.project-img{
  width:47%;
  padding-right:3%;
  float:left;
}

.project-info{
  width:47%;
  padding-left:3%;
  float:left;
}
         
/* --------------------------------------------------------	*/
/*  Accordion  */
/* --------------------------------------------------------	*/

.panel-group .panel-default{
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  margin:0px;
  border:0px; 
}

.panel-group .panel-heading{
  padding:0px;
  border-bottom:0px;
}

.panel-group .panel-heading h3{
  text-align:left; 
}   

.panel-group .panel-heading h3 a{
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  line-height:30px;
  color:#999999;
  background:#e9eaef;
  padding:15px 20px;
}   

.panel-group .panel-heading h3 a:hover{
  color:#888;
}  

.panel-group h5{
  color:#3286e9;
  text-align:left; 
}   

.panel-group .panel-body{
  padding:30px; 
  border:0px !important;
}

/* --------------------------------------------------------	*/
/*  Tabs  */
/* --------------------------------------------------------	*/

.nav-tabs {
  border:0px;
  margin-bottom:0px;
}

.tab-content h3 {
  color:#00abc8;
  text-align:left;
  padding-top:20px;
  margin-bottom:0px;
}

.tab-content h6 {
  text-align:left;
  padding-bottom:10px;
}

.nav-tabs li a {
  color:#353648;
  background:#f8f9fc !important;
  padding:15px 25px;
  margin-right:0px;  
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:0px !important;
  text-transform:uppercase;
}   

.nav-tabs li:last-child > a {
  border-right:1px solid #f0f1f4; 
}  

.nav-tabs li a:hover {
  color:#00abc8;
  background:#ffffff;
  border:0px;
}

.nav-tabs i {
  padding-right:10px;
}

.tab-content {
  color:#8c9aaa;
  background:#ffffff;
  border:0px; 
  padding: 0px; 
}

.tab-content h3 {
  padding-top: 50px; 
}

.nav-tabs li {
  display:block;
  width:20%;
  padding:0px;
}

.nav-tabs li a {
  border:0px;
  padding:0px;
}

/* --------------------------------------------------------	*/
/*  Alerts  */
/* --------------------------------------------------------	*/
       
.alert {
  margin-bottom:9px;
  padding:20px;
  color:#789ab9;
  background:#e6edf2;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:0px !important;
  text-shadow:none !important;
}
  
.alert-error {
  color:#93545d;
  background:#ff92a1;
}

.alert-info {
  color:#7f7e00;
  background:#eae9b9;
}

.alert-success {
  color:#598157;
  background:#99de95;
}
   
/* --------------------------------------------------------	*/
/* Boxes */
/* --------------------------------------------------------	*/

.box-theme-color{
  text-align:center;
}

.box-white h5, .box-gray h5, .box-theme-color h5{
  background: #00abc8; 
  padding:15px 20px !important;
  border:1px solid #efefef;
  margin:0px !important;
  text-align:left;
}

.box-gray h5{
  color:#fff;
  background: #8c9aaa;
}

.box-white p, .box-gray p, .box-theme-color p{
  padding:15px 20px;
  border:1px solid #efefef;
  border-top:0px;
}

.box-theme-color h5{
  color:#fff;
  background: #0761a4;
  border:0px;
}

.box-theme-color p{
  color:#fff;
  background: #3286e9;
  border:0px;
}

/* --------------------------------------------------------	*/
/*  Icons  */
/* --------------------------------------------------------	*/

.icons i{
  color:#8c9aaa;
  font-size:20px;
  margin-right:30px;
  margin-bottom:30px;
  width:20px;
  float:left;
}  

.icons h5{
  font-size:14px;
  padding-top:25px;
  padding-bottom:15px;
}  

/* --------------------------------------------------------	*/
/* Top Social Button */
/* --------------------------------------------------------	*/

.social-top-btn {
  position:relative;
  float:right;  
}
                  
.social-top-btn .btn{
  display:block;
  height:50px;
  line-height:50px;
  color:#c0c0c0;
  background-color:transparent;
  border:1px solid #ededed;
  padding:0px 20px;
  margin:0px;
  text-transform:none;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.social-top-btn:hover .btn{
  color:#fff;
  background:#00abc8;
  border:1px solid #00abc8;
}

.social-top-icons{
  display:none;
  height:50px;
}

.social-top-btn:hover .social-top-icons{
  display:block;
  position:absolute;
  right:0px;
  min-width:240px;
  min-height:95px;
  background:#eeeff4;
  border-bottom:1px solid #c0c0c0;
  text-align:center;
  padding:30px;
  overflow:hidden;
}

/* --------------------------------------------------------	*/
/*  Social Icons  */
/* --------------------------------------------------------	*/

.social i, .social-2 i, .social-3 i{
  color:#ffffff;
  background:#00abc8;
  font-size:18px;
  line-height:38px;
  width:38px;
  height:38px;
  margin-right:8px;
  margin-bottom:8px;
  text-align:center;
  float:left;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}   

.social i:hover{
  color:#ffffff;
  background:#26a49f;
}  

.social-2 i{
  color:#ffffff;
  background:#47485f;
}   

.social-2 i:hover{
  color:#ffffff;
  background:#353648;  
} 

.social-3 i{
  color:#c0c0c0;
  background:transparent;
  line-height:38px;
  width:32px;
  height:38px;
  float:none;
  margin:0px 0px 0px 0px;
} 

.social-3 i:hover{
  color:#00abc8;
} 

/* --------------------------------------------------------	*/
/*  Map  */
/* --------------------------------------------------------	*/

#map {
  position:relative;
  width:100%;
  height:380px;
  padding:0px;
  border:none;
}

/* --------------------------------------------------------	*/
/* Entypo Icons */
/* --------------------------------------------------------	*/

.entypo-icons i{
  display:inline-block;
  font-size:40px;
  line-height:40px;
  text-align:center;
  margin-right:5px;
  width:40px !important;
}   

/* --------------------------------------------------------	*/
/* Breadcrumb */
/* --------------------------------------------------------	*/

.breadcrumb {
  background:transparent;
  text-align:right;
  line-height:38px;
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
  width:100%;
  border-collapse:collapse !important;
  border:0px !important;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

th {
  color:#ffffff;
  background:#47485f;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:1px solid #47485f !important;
  border-right:1px solid #f0f1f4 !important;
  font-weight:normal !important;
  padding:15px 20px !important;
}

.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child{
  border-right:1px solid #47485f !important;
}

td {
  color:#8c9aaa;
  background:#ffffff;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
  border:1px solid #e9ecef !important;
  padding:15px 20px !important;
}

table a:hover{
  text-decoration:none;
}   
         
.table-2 th {
  background:#00abc8;
  border:1px solid #00abc8 !important;
  border-right:1px solid #ffffff !important;
}

.table-2 td {
  background:#f8f9fc;
}

.table-2 .table-bordered thead:first-child tr:first-child>th:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>td:last-child,
.table-2 .table-bordered tbody:first-child tr:first-child>th:last-child{
  border-right:1px solid #00abc8 !important;
}

/* --------------------------------------------------------	*/
/*  Testimonials  */
/* --------------------------------------------------------	*/

.testimonials {
  color:#8c9aaa;
  background:#f8f9fc;
  border:1px solid #e9ecef;
  padding:25px; 
}

.w-position{
  color:#8c9aaa;
  padding-left:10px;
}

.testimonial-2{
  text-align:center;
}

.testimonial-2 h5{
  margin-top:10px;
  margin-bottom:0px;
}

.testimonial-2 p{
  text-align:left;
  margin-top:0px;  
}

.testimonial-2 .member-detail img{
  -webkit-border-radius: 50%; 
     -moz-border-radius: 50%; 
       -o-border-radius: 50%; 
          border-radius: 50%; 
}

.testimonial-2 .function{
  color: #00abc8 !important;
  text-align:center;
  font-style:italic;
}

/* --------------------------------------------------------	*/
/* Contact Form */
/* --------------------------------------------------------	*/
    
.contact-form{
	background:#f7f8fb;
  border-top:1px solid #eaecf0;
  border-bottom:1px solid #eaecf0;
  text-align:left;
}

.contact-form h4, .contact-form h6, .contact-form p{
  text-align:left;
}

.contact-form h4{
  padding-top:10px;
}

.contact-form img{
  width:auto;
}

.error {
  margin:6px 6px;
	display: none;
  color: #ff4b64;  
}

#ajaxsuccess {
  font-size: 15px;
	width: 100%;
	display: none;
  clear: both;
  color: #0fa2d5;
  margin:0px;
}

.contact-form .btn {
  float:left;
  margin-top:10px;
}

/* --------------------------------------------------------	*/
/* Contact Data */
/* --------------------------------------------------------	*/
        
.contact-data h4{
  text-align:left;
  margin-bottom:20px;
}
                     
/* --------------------------------------------------------	*/
/*  Blog  */
/* --------------------------------------------------------	*/

.blog-icon {
  font-size:40px;
  color:#e3e7eb;
  width:30px;
  height:30px;
  padding-top:25px;
}

.post-info{
  padding-top:30px;
}

.post-info i{
  padding-right:8px;
}

.post-author{
  padding-right:16px;
}

.blog-v-center{
  padding-top:10px;
  float:left;
}
          
.blog-mansonry  .project{
  margin-right:-1px;
}

.blog-mansonry h2{
  font-size:20px;
  line-height:28px;
  text-align:left;
}

.blog-item-box {
  background:#f8f8f8;
  border-bottom:1px solid #e5e5e5;
  padding:20px;
  margin-bottom:30px;
}

.blog-mansonry .info{
  padding-top:20px;
  padding-bottom:5px;
}

.blog-mansonry .info i{
  padding-right:10px;
}

.blog-list h2{
  text-align:left;
}

.sidebar h4{
  text-align:left;
}

.blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6{
  text-align:left;
}
   
@media (max-width: 991px) {

  .post-info{
    margin-top:25px;
    margin-bottom:10px;
  }

}

  /* --------------------------------------------------------	*/
  /*  Comments  */
  /* --------------------------------------------------------	*/
  
  .comment-title h2, .contact-form-title h2 {
    padding-bottom:5px;
  }
  
  .c-icon{
    color:#353648;
    font-size:40px;
    text-align:right;
  }

  .comment {
    position:relative;
    margin-bottom:30px;
    padding-left:80px;
    background:url(../img/comment-img.png) left 4px no-repeat;
  }

  .comment-author {
    color:#353648;
    font-weight:bold;
    padding-bottom:10px;
  }
  
  .comment-date {
    color:#353648;
    font-weight:normal;
    padding-left:12px;
  }
  
  .c-margin-2 {
    margin-left:50px;
  }
  
  .c-margin-3 {
    margin-left:100px;
  }
  
  .thank {
    padding-top:12px;
  }   
  
  .c-t-text{
    color:#26a49f;
  }
  
  .form-comment input, .form-comment textarea {
    color:#646686;
    background:#ffffff;
    margin-top:10px;
    border:1px solid #f0f1f4;
    -webkit-border-radius: 0px; 
       -moz-border-radius: 0px; 
         -o-border-radius: 0px; 
            border-radius: 0px; 
    box-shadow: none;
  }    
  
  .form-comment textarea {
    height:150px;
    resize:none;
  }   

  textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
    box-shadow: none !important;
    border:1px solid #f0f1f4 !important;
  }

  .form-comment .btn {
    margin-right:0px;
    float:right;    
  }

  .comment i {
    position:absolute;
    top:0px;
    left:0px;
    font-size:24px;
    line-height:60px;
    width:60px;
    heitht:60px;
    text-align:center;
    color: #e3e7eb;
    background: #c8cfd7;
    border:1px solid #f0f1f4;
  }
  
/* --------------------------------------------------------	*/
/*  Pricing Tables  */
/* --------------------------------------------------------	*/

.pricing-tables table {
  width:100%;
  background:transparent;
  border:1px solid #f0f1f4 !important;
}

.pricing-tables th {
  font-size:16px;
  font-weight:bold;
  border:1px solid #f0f1f4 !important;  
  background:#47485f;
  text-align:center;
  padding: 30px !important;
}

.pricing-tables td {
  padding:8px 0px;
  color:#353648;
  background:#ffffff;
  border:1px solid #f0f1f4 !important;                                    
  text-align:center;
}

.pricing-tables .plan-title  {
  font-family: 'Titillium Web', sans-serif; 
  font-weight:bold;
  font-size:24px;
  line-height:30px;
 	color: #ffffff;     
}

.price {
  font-size:36px !important;
  padding-top:36px;   
  line-height:30px;
}

.price2 {
  position:relative;
  top:-7px;
  font-size:14px;
 	color: #ffffff;  
}

.pricing-tables .table-footer {
  font-size:16px;
  color:#ffffff !important;
  background:#47485f !important;
  padding:44px 0px !important;
  border:0px !important;
}

.pricing-tables .active th, .pricing-tables .active .table-footer {
  color:#ffffff;
  font-weight:bold;  
  border:1px solid #f0f1f4 !important;   
  background:#00abc8 !important;
}

.pricing-tables .active td {
  color:#00abc8;
}

.pricing-tables .active .table-footer {
  border:0px;
  background:#00abc8 !important;
  font-weight:bold;
}

.pricing-tables .active .table-footer a{
  color:#47485f;
}

.pricing-tables .active .table-footer a:hover{
  color:#ffffff;
}

.table-footer a{
  color:#c8cfd7;
}

.table-footer a:hover{
  color:#ffffff;
}

/* --------------------------------------------------------	*/
/* Search 404 */
/* --------------------------------------------------------	*/
          
.search-404 .btn{
  width:40px;
  height:40px;
  line-height:40px;
  padding:0px;
  border:1px solid #c8cfd7;
  border-left:0px;
  -webkit-border-radius: 0px; 
     -moz-border-radius: 0px; 
       -o-border-radius: 0px; 
          border-radius: 0px; 
}

.search-404 input{
  height:40px;
  box-shadow: none;
}

.search-404 input:focus{
  border:1px solid #c8cfd7;
}

.search-404 .btn i{
  width:40px;
  color:#fff ;
  text-align:center;
  padding:0px;
}

/* --------------------------------------------------------	*/
/* About Us */
/* --------------------------------------------------------	*/

.about-title-1 h2{
  line-height:48px;
  text-align:left;
  border-bottom:4px solid #00abc8;
  padding-top:6px;
  padding-bottom:22px;
}

.text-block-1 h3{
  text-align:left;
  margin-bottom:8px;
}

.text-block-1 p{
  line-height:22px;
}

/* --------------------------------------------------------	*/
/* Recent Projects */
/* --------------------------------------------------------	*/

.recent-container{
  padding:80px 0px 110px 0px;
}

.recent-container h2{
  text-transform:none;
}

.recent-projects-1 img{
  display:block;
  width:25%;
  float:left;
}

.recent-projects-2 img{
  display:block;
  width:33.333%;
  float:left;
}

/* --------------------------------------------------------	*/
/* Image Overlay */
/* --------------------------------------------------------	*/

.img-overlay img {
  max-width:100%;
  height:auto;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter:alpha(opacity=60); 
  -khtml-opacity: 0.6; 
     -moz-opacity:0.6; 
          opacity:0.6;
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}

.img-overlay:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100); 
  -khtml-opacity: 1; 
     -moz-opacity:1; 
          opacity:1;
}

/* --------------------------------------------------------	*/
/* Partners 2 */
/* --------------------------------------------------------	*/

.partners-title-2 h2{
  line-height:48px;
  text-align:left;
  border-bottom:4px solid #ed6450;
  padding:22px 0px;
}

/* --------------------------------------------------------	*/
/* Promo Box */
/* --------------------------------------------------------	*/
      
.promo-box{
	background:#00abc8;
  padding:70px 0px;
}

.promo-box h4{
	font-size:24px;
  line-height:30px;
  color:#fff;
	text-align:left;
  margin:0px;
}

.promo-box .author{
	font-size:14px;
  padding:50px 0px;
  margin:0px;
}
   
.promo-box .btn{
  margin:7px 0px 0px 0px;
}

/* --------------------------------------------------------	*/
/* Promo Box 2 */
/* --------------------------------------------------------	*/

.promo-box-2 {
	background:#ed6450;	
}

/* --------------------------------------------------------	*/
/* Promo Box 3 */
/* --------------------------------------------------------	*/

.promo-box-3 {
	background:#f5f6fa;	
  padding:30px 0px;
}

.promo-box-3 h4{
  color:#333333;
	text-align:left;
  padding-left:40px;
  margin:0px;
  font-size:18px;
  font-weight:600;
}

.promo-box-3 h6{
  color:#999999;
  font-size:13px;
	text-align:left;
  padding-left:40px;
}

.promo-box-3 .btn{
  margin-top:0px;
  margin-right:40px;
}

/* --------------------------------------------------------	*/
/* Promo Box 4 */
/* --------------------------------------------------------	*/
    
.promo-box-4 {
	background:#3286e9;	
  padding:60px 0px 50px 0px;
}

.promo-box-4 .promo-text h4{
  color:#fff;
  text-align:center;
	font-size:24px;
  line-height:30px;
  margin:0px;
  padding:0px 120px;
}

.promo-box-4 .author{
  color:#fff;
  text-align:center;
  padding-top:20px;
}

/* --------------------------------------------------------	*/
/* Promo Box 5 */
/* --------------------------------------------------------	*/
    
.promo-box-5 {
	background:#333333;	
  padding:40px 0px;
}

.promo-box-5 h4{
  padding-top:10px;
}

.promo-box-5 .btn{
  margin:0px;
}
   
/* --------------------------------------------------------	*/
/*	Modern Box */
/* --------------------------------------------------------	*/
 
.modern-box h2{
  padding-top:80px;
  padding-bottom:25px;
  line-height:45px;
}
     
/* --------------------------------------------------------	*/
/*	Future Box */
/* --------------------------------------------------------	*/

.future-box{
	background:url(../img/texture-triangle-2.png) center center repeat-x;
}

.future-box h2{
  padding-bottom:60px;
}


/* --------------------------------------------------------	*/
/* Service 2 */
/* --------------------------------------------------------	*/
.service-2 h1{
	   font-size: 30px;
clear: both;
    color: #606060;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.6em;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}

.service-2-title h3{
	color:#00abc8;
  margin-bottom:5px;
}

.service-2-title h5{
	color:#999999;
  font-weight:300;
}

.service-2{
  position:relative;
}

.service-2 h4{
  color:#333333;
  font-size:16px;
  font-weight:600;
  text-align:left;
}

.service-2 i{
  position:absolute;
  top:0px;
  left:0px;
  color:#00abc8;
  font-size:30px;     
}

/* --------------------------------------------------------	*/
/* Back To Top Button */
/* --------------------------------------------------------	*/

.back-tt {
  width:38px;
  height:38px;
  line-height:38px;
  color:#fff !important;
  background:#606060 !important;
  border:0px !important;
  -webkit-border-radius: 3px; 
     -moz-border-radius: 3px; 
       -o-border-radius: 3px; 
          border-radius: 3px; 
  float:right;  
  padding:0px;
  margin:0px;
}

.back-tt:hover {
  background:#00abc8 !important;
}

.back-tt i {
  width:38px;
  height:38px;
  line-height:38px;
  padding:0px;
  margin:0px;
  text-align:center;
}

@media (max-width: 768px) {

  .copyright .back-tt{
    float:none;
    text-align:center;
  }            
  
}


