@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;*/
/*html{ overflow:auto; height: 100%;}*/
body
{
	padding:0px;
	margin:0px;
	top:0px !important;
    background:#ffffff;
    overflow-x:hidden;
	 font-family: 'Raleway', sans-serif;
   color: #444;
   overflow-y: auto;
   height: 100%;
}

.number {
	font-family: 'Roboto Condensed', sans-serif;
	
}
div#goog-gt-tt {
    padding: 10px 14px;
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {display: none !important;} 
.div#goog-gt-tt {
    display:none;
}
.goog-tooltip {
        display: none !important;
 }
 
 .goog-tooltip:hover {
        display: none !important;
 }
 
 .goog-text-highlight {
        background-color: transparent !important;
        border: none !important; 
        box-shadow: none !important;
 }
/* a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
} */
.head_more {background: #002490;width: 100%;padding: 15px;color: #fff;}
p {
  padding: 0;
  margin: 0 0 8px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}

#topbar .contact-info i {
  color: #50d8af;
  padding: 4px;
}

#topbar .contact-info .fa-phone {

  border-left: 1px solid #e9e9e9;
 
}
#topbar .contact-info .fa-photo	 {
  
  border-left: 1px solid #e9e9e9;
}
#topbar .contact-info .fa-home {

}

#topbar .contact-info .fa-info {

  border-left: 1px solid #e9e9e9;
 
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.sticky{
	    z-index: 999 !important;
	
}
#topbar-sticky-wrapper {
	
	height:70px !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 30vh;
  background-image: linear-gradient(to right top, #051937, #001f55, #002373, #002490, #1d1fab);
  position: relative;
  z-index:-1;
}

#intro .intro-content {
  position: absolute;
  
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  overflow:hidden;
}
 
#intro .intro-content h2 {
  color:#ffffff;
  margin-bottom: 30px;
  font-size: 100px;
  text-align:right;
  opacity:0.2;
  z-index:-1;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #ffffff;
  display:block;
  font-size: 100px;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  
  position: absolute;
  height: 100%;
  width: 60vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#intro #intro-carousel .item h3{
	font-size:40px;
	width:18%;
	position:absolute;
	left:25%;
	top:12%;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
#intro #intro-carousel .item h3 span{
background: #02AAB0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00CDAC, #02AAB0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
line-height:1.35;
padding:3px 5px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #50d8af;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
  
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
    background: rgba(29, 30, 78, 1);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 30, 78, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1d1e4e;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
 color: #fff;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #0c2e8a;
}

}

.social-links a.login{;}

.container {
    width: 1400px !important;
    padding:0px;
}

@media (max-width:4000px)
{
 .container {
    width: 1400px !important;
}
}

@media (max-width:1400px)
{
 .container {
    width: 1366px !important;
}
}

@media (max-width:1366px)
{
 .container {
    width: 95% !important;
}
}
/*---------------------------------------------------------------------------
#Counts Block
----------------------------------------------------------------------------*/
/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
  
}

#services .box {
  padding: 15px;
  height:118px;
  margin-bottom: 10px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #fff;
  font-size: 40px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  color: #fff;
/*   background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#services .box h4 {
  
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom:7px;
  text-align:center;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

#services .box h4 a {
  color: #1d1e4e;
}
#services .box h6   {
  color: #ffffff;
    
     
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: center;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
#services .block1{
	background: #f2709c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff9472, #f2709c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#services .block2{
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#services .block3{
background: #DE6262;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#services .block4{
	background: #02AAB0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00CDAC, #02AAB0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

/**********************************************************************************************************************************/


#services2 {
  padding: 0px 0 0 0;
  
}

#services2 .box2 { 
  box-shadow: 2px 2px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  margin-top:-10px;
  transition: 0.4s;
  padding: 9px;
    height: 80px;
    width: 90%;
    margin: 0px auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7f0ff+0,ffffff+100 */
background: rgb(215,240,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(215,240,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(215,240,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(215,240,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7f0ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom:2px solid #e7f6ff;
}

#services2 .box2:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
/*   transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px); */
}

#services2 .box2 .icon {
  float: left;
}

#services2 .box2 .icon i {
  color: #fff;
  font-size: 40px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services2 .box2 .icon i:before {
  color: #fff;
/*   background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

#services2 .box2 h4 {
  margin-left: 0px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding-left:10px;
}

#services2 .box2 h4 a {
  color: #00248c;
}
#services2 .box2 h6 a {
  color: #3297d5; 
  float:right;
  padding-right:5px;
  font-size:22px;
  font-weight:bold;
}
#services2 .box2 p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
#services2 .block1{
	background: #f2709c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff9472, #f2709c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#services2 .block2{
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#services2 .block3{
background: #DE6262;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFB88C, #DE6262);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#services2 .block4{
	background: #02AAB0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #00CDAC, #02AAB0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}






@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: left;
    
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
  #services .box h4 {
   font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

 #services2 .box2 .box2 {
    margin-bottom: 20px;
  }
  #services2 .box2 .icon {
    float: left;
    
  }
  #services2 .box2 h4, #services .box2 p {
    margin-left: 0;
    text-align: center;
  }
  #services2 .box2 h4 {
   font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
}

/*---------------------------------------------------------------------------
#Media Query for Carousal
----------------------------------------------------------------------------*/
@media (min-width: 300px) and (max-width: 767px) {
	#intro #intro-carousel .item h3{
	font-size:18px;
	width:80%;
	position:absolute;
	left:5%;
	top:15%;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.cmpic{opacity:1 !important;left:38%;position:absolute;width:250px;height:150px; z-index:777;bottom:50px;}
}
@media (min-width: 768px) and (max-width:1366px) {
	#intro #intro-carousel .item h3{
	font-size:28px;
	width:40%;
	position:absolute;
	left:5%;
	top:15%;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.cmpic{opacity:1 !important;left:30%;position:absolute;width:250px;height:150px; z-index:777;bottom:50px;}
}
@media (min-width: 1367px) and (max-width:6000px) {
	#intro #intro-carousel .item h3{
	font-size:35px;
	width:30%;
	position:absolute;
	left:15%;
	top:18%;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.cmpic{opacity:1 !important;left:35%;position:absolute;width:360px;height:210px; z-index:777;bottom:50px;}
}


/*---------------------------------------------------------------------------
#Tabs
----------------------------------------------------------------------------*/
/* TABS */
.tabs-left > .nav-tabs{
    margin-right:0px;
    padding: 0;
    height: auto; /* Debe ser el mismo height que el que tenga .tab-content */
}

/* CONTENIDO DE LOS TABS */
.tab-content {
    background-color: #FFFFFF;
   margin-top:-1px;
    border-left-style: none; 
    min-height: 360px; /* Debe ser el mismo height que el que tenga .tabs-left > .nav-tabs */
    padding: 20px;
    /* border-bottom: 1px solid #DCE1E5;
    border-left: 1px solid #DCE1E5;
	  border-right: 1px solid #DCE1E5;*/
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
}

.tab-content > div {
    margin-top: 10px;
}

/* Color de los enlaces de los tabs */
.tabs-left > .nav-tabs > a {
    color: #7FAD30;
	font-weight:bold;

}

/* Formato del primer elemento */
.tabs-left > .nav-tabs > li:nth-child(1) > a,
.tabs-left > .nav-tabs > li:nth-child(1) > a:hover,
.tabs-left > .nav-tabs > li:nth-child(1) > a:focus 
{
    border-top-left-radius: 4px;
	
}
.tabs-left > .nav-tabs > li>span{text-align:center; }
/* Formato del tab activo */
.tabs-left > .nav-tabs .active > a, 
.tabs-left > .nav-tabs .active > a:hover, 
.tabs-left > .nav-tabs .active > a:focus
{
    border-bottom: 0px solid #edeeef;
    border-left: 1px solid #edeeef;
    border-bottom-left-radius: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1dbff+0,ffffff+100 */
background: linear-gradient(to bottom, rgb(60, 178, 251) 0%,rgba(255,255,255,1) 100%);
    -webkit-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
    -moz-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
    box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
	color:#1d1e4e;
	font-weight:bold;
	font-size:13px;
}

/* Formato de los tabs en general */
.tabs-left > .nav-tabs > li > a {
    margin-bottom: 0;
    padding-bottom: 0;
     padding-top: 0.5em;
    color:#013329;
	font-size:13px;
    min-height: 105px;
    min-width: 110px;
    font-weight:600;
    border:solid 1px #edeeef;
    border-radius: 0px;
	text-align:center;
	background: linear-gradient(to bottom, rgb(81, 215, 216) 0%,rgba(255,255,255,1) 100%);
}
.tab-img{display:block;width:36px !important;height:44px  !important;margin:0 auto;padding-bottom:6px;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:5px;}
.tab-img2{width:44px !important;height:44px  !important;margin:0 auto; margin-top:15px;}

.tab-img:hover{
	transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
.note {
	    height: 290px;
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
 background-image: linear-gradient(to top, #051937, #001f55, #002373, #002490, #1d1fab);
  
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ec950c #ec950c;
  background: #ec950c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note-light {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
 background: linear-gradient(to bottom, #b8cef0, #b8cef0, #b8cef0, #b8cef0, #b8cef0);
  overflow: hidden;
  max-height:270px;
}

.note-light:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #00ccac #00ccac;
  background: #ec950c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note-light.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note2 {
  padding:10px;
  position: relative;
  width: 100%;
  color: #fff;
  background:#9bc1da;
  overflow: hidden;
  font-size:13px !important;
  font-weight:bold;
  
}

.note2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ec950c #ec950c;
  background: #ec950c;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note2.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.note2 a{color:#1d1e4e;}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.notice-board{
	font-size:18px !important;
	font-weight:bold;
}
.notice-board-2{
	font-size:18px !important;
	font-weight:bold;
	color:#041a3c;
}
.shadow-left-right {
    background: #ffffff;
    box-shadow: -50px 0px 100px -80px #000000, 50px 0px 100px -80px #000000;
}
.new-badge{background:#ec510c;font-size:8px;padding:1px 5px;color:#ffffff;position:absolute;right:0px;border-radius:10px; -webkit-animation: jump 1.5s linear 0s infinite normal ; animation: jump 1s linear 0s infinite normal ;}
@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  6%{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  16%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  22%{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
  }
  28%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  33%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  6%{
	transform: translateY(-2px);
  }
  16%{
	transform: translateY(0);
  }
  22%{
	transform: translateY(-2px);
  }
  28%{
	transform: translateY(0);
  }
  33%{
	transform: translateY(0);
  }
}
.heading7 {
  position: relative;
  margin: 0 0 25px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.heading7:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2.5px;
  background-color: #ec950c !important; 
}
.heading8 {
  position: relative;
  margin: 0 0 25px;
  color: #1642a5;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}

.heading8:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2.5px;
  background-color: #ec950c !important; 
}
.headingt {
  position: relative;
  margin: 0 0 20px;
  color: #9fb3bf;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 25px;
  line-height: 28px;
  padding-left:20px;
  padding-top:20px;
  padding-bottom:20px;
}

.headingt:before {
	
  content: " ";
  position: absolute;
  left: 40;
  bottom: 0;
  width: 90px;
  height: 3px;
  
  background-color: #ec950c !important; 
  
}
marquee> p{color:#ffffff;font-weight:normal;font-size:13px;border-bottom:1.5px solid rgba(255,255,255,0.2);padding-bottom:15px;}
marquee> p.darker{color:#051939;font-weight:normal;font-size:13px;border-bottom:1.5px solid rgba(255,255,255,0.2);padding-bottom:15px;}

/***********************************************************************************************/
#chartdiv,#chartdiv2 {
  width: 100%;
  height:270px;
}	
.social-links {padding-top:10px;}			
.social-links-bar{
	 background-image: linear-gradient(to right top, #051937, #001f55, #002373, #002490, #1d1fab);
	min-height:150px;
	padding:10px;
	 
}	
.footer-bar{
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+100;Blue+Grey+Flat */
    background:#cfe5f4; /* Old browsers */
 	min-height:150px;
	padding:10px;
	 margin-top:-20px;
}						
					

.dotted {
  
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  }

.stripped {
    padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  z-index:78;
   
  }


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 10px 0 50px;
  visibility: visible!important;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 0 10px;
  margin: -5px 15px 0px 15px;
  text-align: center;
  min-height: 70px;
  
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
  border-bottom:1.5px solid rgba(0,0,0,0.2);
  padding:5px;
  text-transform:uppercase;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-transform:uppercase;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  margin-bottom:20px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #50d8af;
}

.owl-carousel{z-index:8888;}


 ul.footerlinks{display:block;}
ul.footerlinks li {
  padding:5px;
border-bottom:1.5px solid rgba(0,0,0,0.1) ;
  list-style-type: none;
  padding-left: 12px;
}
ul.footerlinks li i{color:#008ce7;padding-right:5px;}
ul.footerlinks li a{color:#1c3c74;text-decoration:none;font-weight:700;}
ul.footerlinks li a:hover{color:#1d1e4e;text-decoration:none;}
ul.footermenu{margin:0 auto;text-align:center;}
ul.footermenu li {
  padding:5px;
  display:inline-block;
border-bottom:1px solid rgba(0,0,0,0.2);
  list-style-type: none;
 font-size:12px;
 margin:3px 10px;
  
}
ul.footermenu li i{color:#008ce7;padding-right:5px;}
ul.footermenu li a{color:#1c3c74;text-decoration:none;font-weight:700;}
ul.footermenu li a:hover{color:#1d1e4e;text-decoration:none;}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    background-color: #e4573d;	
}
.scrollup i{font-size:200%;padding-left:8px;padding-top:6px;}
 
hr.style-two {
    border: 0;
	margin-top:30px;
    height: 1px;
        background-image: linear-gradient(to right, rgba(4, 26, 58, 0), rgba(4, 26, 58, 0.75), rgba(4, 26, 58, 0));
}

#services2 .box2 h6{ 
   font-size: 14px;
   }
}
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1400px)  
{

}
