@font-face
{
    font-family: 'LigatureSymbols';
    src: url('font/LigatureSymbols-2.11.eot');
    src: url('font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('font/LigatureSymbols-2.11.woff') format('woff'), url('font/LigatureSymbols-2.11.ttf') format('truetype'), url('font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* === Reset === */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* === General === */
body
{
    font: 14px/21px 'Open Sans', sans-serif;
    color: #818181;
    /*overflow-x: hidden;*/
}

h1, h2, h3, h4, h5
{
    color: #323232;
  
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
h1
{
    font-size: 32px
}
h2
{
    font-size: 24px
}
h3
{
    font-size: 20px
}
h4
{
    font-size: 16px;
    height: 42px;
    line-height: 42px;
}
h5
{
    font-size: 14px;
    text-transform: uppercase;
}
h6
{
    font-size: 12px
}

/* === Navigation === */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
}

/* ===  General Slides === */
.slide
{
  
   background-color: #fff;
    padding-top:78px;
    position: relative;
    width: 100%;
    padding-bottom:25px;
  
   text-align: center;

   border-top:1px solid #0099da;
}
#slide1
{
    /*height:645px;*/
   
   padding-bottom:0;
   margin-bottom:0
   
}
#slide3
{
    /*height:645px;*/
}
  
 
   

#slide5{
    background-color:#333333;
    /*height:645px;
    text-align:left*/
}




/* Pill style */
#scrollUp
{
    background:#fff;
   
    bottom: 20px;
    font-size: 32px;
    height: 38px;
    right: 20px;
    width: 38px;
    border:1px solid #0099da;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}
a#scrollUp
{
    color: #0099da
}
a#scrollUp:hover
{
    text-decoration: none
}
#scrollUp:before
{
    font-family: 'FontAwesome';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f106";
   
}
.invis
{
    opacity: 0.1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


.navbar-default {
  background: #000000;

  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
 
  width: 115px;
  height: 78px;
  /*background: url(../images/logo.png) no-repeat 0 50%;*/
}
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 18px;
  color: #999;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #0099da;
  color: #fff;
}

@media (max-width: 978px) {
   

    body {
      padding:0;
    }

   
}




.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 40px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.icon-color7 {
  background-color: #e9a415;
}

.icon-color8 {
  background-color: #e9a415;
  opacity:0;
}




.page-title p{

    padding-bottom:15px;
}


.section{
    padding-top:80px;
  margin-top:-80px;
}










/* TEAM SECTION STYLES STARTED */
#team {
  position: relative;
  padding-bottom: 20px;
  min-height: 300px;
  overflow: hideen;
}
#team .team-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#team .team-inner .team-head {
  position: relative;
  background: url('../../images/congruent_pentagon.png') repeat;
}
#team .team-inner .team-head .head-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: rgba(14, 150, 148, 0.63);
}
#team .team-inner .team-head .head-inner .title-heading {
  color: #ffffff;
  border-color: #ffffff;
}
#team .team-inner .team-head .head-inner .tagline {
  color: #ffffff;
  font-weight: bold;
}
#team .team-inner .members-container .team-members {
  position: relative;
  padding: 0px;
  margin: 0px;
  padding-top: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#team .team-inner .members-container .team-members li {
  position: relative;
  list-style-type: none;
  margin: 5px 0px;
}
#team .team-inner .members-container .team-members li .member {
  display: block;
  overflow: hidden;
  position: relative;
}
#team .team-inner .members-container .team-members li .member img {
  border: none;
  width: 100%;
}
#team .team-inner .members-container .team-members li .member:hover .team-overlay {
  left: 0%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  opacity: 1;
}
#team .team-inner .members-container .team-members li .member .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 182, 236, 0.8);

  padding: 5%;
  top: 0px;
  left: 100%;
  opacity: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#team .team-inner .members-container .team-members li .member .team-overlay .role,
#team .team-inner .members-container .team-members li .member .team-overlay .name {
  color: #ffffff;
  text-align: center;
}
#team .team-inner .members-container .team-members li .member .team-overlay .social-links {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -10px;
}
#team .team-inner .members-container .team-members li .member .team-overlay .social-links a {
  display: inline-block;
  bottom: 2px;
  margin: 0px auto;
  text-align: center;
  font-size: 20px;
  margin: 0px 4px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 230ms;
  -o-transition: all 230ms;
  -moz-transition: all 230ms;
  -ms-transition: all 230ms;
  transition: all 230ms;
  -webkit-transform: translateZ(0);
}
#team .team-inner .members-container .team-members li .member .team-overlay .social-links a:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
#team .team-inner .members-container .team-members li .caption {
  position: relative;
  top: -30px;
  background-color: #ffffff;
  height:100px
}
#team .team-inner .members-container .team-members li .caption .member-details {
  padding: 5px;
}
#team .team-inner .members-container .team-members li .caption .member-details .member-name {
  font-weight: 800;
  text-transform: uppercase;
  color: #0099da;
  margin: 4px;
  font-size: 16px;
  font-family: 'Coda Caption', sans-serif;
}

#team .team-inner .members-container .team-members li .caption .member-details .member-intro {
  color: #669998;
}
@media (max-width: 480px) {
  #team .team-inner .members-container .team-members li {
    clear: both;
    display: block;
    width: 100%;
    margin: 0px auto;
  }
}
/* TEAM SECTION STYLES ENDED */

/* PARTNER SECTION STYLES STARTED */















/* Foot */
.foot {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	
	padding: 15px 0px;
	background: #333333;
	color: #aaa;
}
.foot .foot-item {
	margin: 15px auto;
	max-width: 500px;
}
@media (max-width: 991px) {
	.foot .foot-item {
		margin-bottom: 35px;
	}
}
.foot .foot-item h5 {
	color: #ccc;
	font-size: 13px;
	line-height: 0px;
	margin-bottom: 20px;
}
.foot .foot-item p {
	margin: 0px;
}
.foot .foot-item a {
	color: #bbb;
}
.foot .foot-item a:hover {
	color: #ccc;
}
.foot .foot-item .brand-bg {
	margin: 10px 0px 20px 0px;
}
.foot .foot-item .subscribe-box {
	margin-top: 20px;
}
.foot .foot-item .subscribe-box .input-group {
	max-width: 250px;
	margin-top: 20px;
}
.foot .foot-item ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	/*padding: 0px 0px;/*line spacing*/*/
}
.foot .foot-item ul li:last-child {
	border-bottom: 0px;
}
.foot .foot-item ul li :before {
	line-height: 30px;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 13px;
	margin-right: 7px;
	font-weight: normal;
	color: #ccc;
}
.foot .foot-item .foot-recent-img a img {
	max-width: 75px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.foot .foot-item .foot-recent-img a img.img-thumbnail {
	padding: 1px;
	border-radius: 2px;
}
.foot .foot-item .address h6 {
	color: #ccc;
	font-size: 13px;
}	
.foot .foot-item .address h6 i {
	font-size: 14px;
}
.foot .foot-item .address p i {
	font-size: 14px;
	margin-right: 8px;
	color: #ccc;
}
.foot .foot-item .address p.add {
	margin-left: 20px;
}
.foot .foot-item .address p.tel {
	line-height: 35px;
}
/* Footer */
footer {
	padding: 15px 10px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 12px;
	background: #333333;
	color: #ccc;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #aaa;
}
@media (max-width: 767px) {
	footer .pull-left,
	footer .pull-right {
		float: none !important;
		text-align: center;
	}
}

/* Brand & Social Media */
/* Brand with background color */
.brand-bg a i {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size:14px;
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a i:hover {
	-webkit-transition: background 2s ease;
	-moz-transition: background 2s ease;
	-o-transition: background 2s ease;
	-ms-transition: background 2s ease;
	transition: background 2s ease;
}
.brand-bg a.facebook i {
	background: #3280e7;
}
.brand-bg a.facebook i:hover {
	background: #134fa0;
}
.brand-bg a.twitter i {
	background: #32c8de;
}
.brand-bg a.twitter i:hover {
	background: #188392;
}
.brand-bg a.google-plus i {
	background: #f96f4a;
}
.brand-bg a.google-plus i:hover {
	background: #eb6440;
}
.brand-bg a.linkedin i {
	background: #729fda;
}
.brand-bg a.linkedin i:hover {
	background: #3069b6;
}
.brand-bg a.pinterest i {
	background: #ed5441;
}
.brand-bg a.pinterest i:hover {
	background: #b72411;
}
.brand-bg a.dropbox i {
	background: #32c8de;
}
.brand-bg a.dropbox i:hover {
	background: #188392;
}
.brand-bg a.bitcoin i {
	background: #f8a841;
}
.brand-bg a.bitcoin i:hover {
	background: #cc7607;
}
.brand-bg a.foursquare i {
	background: #22bed4;
}
.brand-bg a.foursquare i:hover {
	background: #146f7c;
}
.brand-bg a.flickr i {
	background: #ff61e7;
}
.brand-bg a.flickr i:hover {
	background: #fa00d4;
}
.brand-bg a.github i {
	background: #666666;
}
.brand-bg a.github i:hover {
	background: #333333;
}
.brand-bg a.instagram i {
	background: #d6917a;
}
.brand-bg a.instagram i:hover {
	background: #b35637;
}
.brand-bg a.skype i {
	background: #32c8de;
}
.brand-bg a.skype i:hover {
	background: #188392;
}
.brand-bg a.tumblr i {
	background: #84a1c8;
}
.brand-bg a.tumblr i:hover {
	background: #476d9f;
}
.brand-bg a.vimeo i {
	background: #32c8de;
}
.brand-bg a.vimeo i:hover {
	background: #188392;
}
.brand-bg a.dribbble i {
	background: #ff2edf;
}
.brand-bg a.dribbble i:hover {
	background: #c700a9;
}
.brand-bg a.youtube i {
	background: #ed5441;
}
.brand-bg a.youtube i:hover {
	background: #b72411;
}


/* Circle */
.circle-1 {
	display:inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
}
.circle-2 {
	display:inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
}
.circle-3 {
	display:inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
}
.circle-4 {
	display:inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}
.circle-5 {
	display:inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}

.foot .foot-item .subscribe-box {
	margin-top: 20px;
}
.foot .foot-item .subscribe-box .input-group {
	max-width: 250px;
	margin-top: 20px;
}
.btn-color{
     background-color: #0099da;
     color:#fff
}



/*-------------------------------------------------------------------*/
/* Carousel razon */
/*-------------------------------------------------------------------*/
.carousel-section-e {
  /*margin-bottom: 40px;*/
  overflow: hidden;
}
.carousel-e {
  background-color: #0099da;
}
.carousel-e {
  background-color: #0099da;
  background-color: rgba(0, 153, 218, 0.9);
}
.carousel-e .carousel-caption {
  position: static;
  text-align: left;
}
.carousel-e .carousel-img-wrap {
  display: table-row;
}
.carousel-e .carousel-img {
  height: 460px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-e .carousel-img img {
  width: 100%;
}
.carousel-e .carousel-indicators {
  bottom: 0px !important;
}
.carousel-e .carousel-indicators li {
  margin: 0 2px;
}
.carousel-section {
  background-image: url("../img/slide_back.jpg");
  /*margin-bottom: 40px;*/
  overflow: hidden;
}
.carousel-razon {
  background-color: #0099da;
  background-color: rgba(0, 135, 193, 0.9);
}
.carousel-razon-dark {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-razon .carousel-caption {
  position: static;
  text-align: left;
}
.carousel-razon .carousel-img-wrap {
  display: table-row;
}
.carousel-razon .carousel-img {
  height: 460px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}
.carousel-razon .carousel-img img {
  width: 100%;
}
.carousel-razon .carousel-indicators {
  bottom: 0px !important;
}
.carousel-razon .carousel-indicators li {
  margin: 0 2px;
}
.carousel-text span {
  color: #cdff76;
}
.carousel-title {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 2.2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
}
.crousel-subtitle {
  font-size: 1.8em;
  color: #cdff76;
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.carousel-list {
  margin: 20px 0;
}
.carousel-list li {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
  overflow: hidden;
}
.carousel-list li i {
  font-size: 1.6em;
  margin-right: 20px;
  color: #fff;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: .8;
}
.carousel-control.left {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=100);
  outline: none;
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 30%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 30%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\f105';
}
@media (max-width: 767px) {
  .carousel-indicators {
    top: 10px !important;
    bottom: auto !important;
  }
  .carousel-title {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 2em;
    line-height: 1.3em;
  }
  .crousel-subtitle {
    font-size: 1.4em;
  }
  .carousel-text p {
    margin-bottom: 10px;
  }
  .carousel-list {
    margin: 5px 0 0 0;
  }
  .carousel-list li {
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 4px;
  }
  .carousel-list li span {
    padding: 5px;
  }
  .carousel-list li i {
    width: 42px;
    padding: 5px;
  }
  .carousel-control {
    left: auto;
    bottom: auto;
    top: 20px;
  }
  .carousel-control.left {
    right: 50px;
  }
  .carousel-control.right {
    right: 0;
  }
}