/* services section start here */

 @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
    
	.animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.info-card {
		width: 100%;
		border: 1px solid rgb(215, 215, 215);
		position: relative;
		font-family: 'Lato', sans-serif;
		margin-bottom: 20px;
		overflow: hidden;
		box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		cursor:pointer;
	}
	.info-card > img {
		width: 100px;
		margin-bottom: 60px;
	}
	.info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 15px;
		background: rgb(255, 255, 255);
		text-align: center;
	}
	.info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	.info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	.info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

	.info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 10px 5px;
	}
	.info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px;
		cursor:pointer;
	}
	.info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 45px;
		padding-bottom: 25px;
		cursor:pointer;
	}
	.info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(62, 62, 62);
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(142, 182, 52);
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	.info-card .info-card-details .info-card-detail .social {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	.info-card .info-card-details .info-card-detail .social a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}


/* services section end here */

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.header1{
	   background: #333;
   min-height: 28px;
   height:auto;
  
	
}

.topheader{
position:fixed;
width:100%;
z-index: 9999999;	
}
.close{
	
	opacity:1;
	color:#FFF;
	text-shadow: 0 0 0 #fff; 
	
	
	}

.cclass{
	
	    font-size:22px;
    color: white;
}
.logostyle{
width:66%;	
float: right;
padding-top:7px;
}

/** slider start here **/
#first-slider .main-container {
  padding: 0;
}
#first-slider {
	margin-top:0px;
	
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height:672px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.captions{
	    background: #808080b8;
    position: absolute;
    padding: 10px;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 16px !important;
    right: 0;
	
}

#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left {
   left: 0%;
    width: 32px;
    height: 62px;
    margin-top: -15px;
    font-size: 40px;
    /* border: 3px solid #ffffff; */
    /* -webkit-border-radius: 23px; */
    -moz-border-radius: 23px;
    padding-top: 9px;
    /* border-radius: 53px; */
    /* background: rgb(255, 255, 255); */
    color: #080808;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .98);
}
.carousel-control .fa-angle-right {
    right: 0%;
    width: 32px;
    height: 62px;
    margin-top: -15px;
    font-size: 40px;
    /* border: 3px solid #ffffff; */
    /* -webkit-border-radius: 23px; */
    -moz-border-radius: 23px;
    padding-top: 9px;
    /* border-radius: 53px; */
    /* background: rgb(255, 255, 255); */
    color: #080808;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .98);
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide3 {
    background-image: url('../images/banners1.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url('../images/banners2.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide5 {
  background-image: url('../images/banners3.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide6 {
  background-image: url('../images/banners4.jpg');
      background-size: cover;
    background-repeat: no-repeat;

}


body{
    background: #fff;
}
.navbar, .dropdown-menu{
background:#337ab7;
border: none;

}

.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: rgba(154, 154, 154, 0.27);
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #fff;
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
 border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
 border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7){
border-bottom: #62c2e4 3px solid;
}
.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8){
border-bottom: #62c2e4 3px solid;
}

.navbar-toggle .icon-bar{
    color: #fff;
    background: #000000;
}
.seprate{
    text-align:center;
    }
.sseprate{
margin: 20px 0 0;
    padding: 0;
    height: 1px;
    background-color: #e5eaec;
    width: 100%;
    position: relative
}
.ssseprate{
    margin-right: auto;
    margin-left: auto;
    max-width:370px;
}
.sline{
    background: #dd3333;
    width: 30px;
    height: 3px;
    
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -15px;
}

/* Credit to bootsnipp.com for the css for the color graph 
 ESTO SOLO ES PARA EL FORMULARIO DE LOGIN
*/
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}


/** slider end here **/


/* footer start here */

body{
	
	overflow-x:hidden;
}
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background:rgba(8, 8, 8, 0.93);
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	
}
.footer p {
	margin: 0;
	color:gray !important;
}
.footer img {
	max-width: 100%;
	    max-width: 100%;
    background: white;
    height: 32px;
    margin: auto;
    padding: 2px;

}
.footer h3 {

	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color:white;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border:none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #080808;
	
}
.footer-bottom p.pull-left {
	padding-top: 6px;
	color:white;
}
.payments {
	font-size: 1.5em;
color:rgba(181, 181, 181, 0.78);	
}

/* footer end here */

.imgdesign{
	      max-width: 134px;
    margin: auto;
    padding: 10px;
    border-radius: 80%;
	 transition: all 0.7s ease;
       max-height: 195px;
}
.box1{
	       box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.51);
    min-height: 236px;
    margin:auto;

		position:relative;
   
}
.imgdesign:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
cursor:pointer;

}
.dangersc a:hover{
	cursor:pointer !important;
	text-decoration:underline;
	
}
.addtocart{
	position:absolute;
	width:100%;
	bottom:0px;
	left:0;
	border-radius:0px;
	
}

.pclasses{
	padding:10px;
}
.h4class{
	
	text-align:center;
	color:red;
}
.btn-primary {
    color: #fff;
    background-color: #161e6b;
    border-color: #204d74;
}
.navbar-nav > li > a {padding-top:10px !important; padding-bottom:9px !important;}
.navbar {min-height:39px !important}

.navbar{
	
z-index:99;	
margin-bottom:0px !important;
}
.navbar-default {
    background-color:rgba(15, 23, 101, 0.88);
    border-color: #e7e7e7;
	z-index:999999999;
font-family: 'Roboto', sans-serif;
    font-size: 15px;
	border-radius:0 !important;
	border:none !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color:#161e6b;
	transform: scale(.8);
}
.navbar-default .navbar-nav>li>a { transition: all .2s ease-in-out; }

.navbar-default .navbar-nav>li>a {
    color:white;
}

.nav>li>a {
    position: relative;
    display: block;
        padding: 14px 30px;
    
}
.dropdownsub{
    background: white;
    position: absolute;
    left: 100%;
    width: 100%;
    padding: 13px;
    list-style: none;
    display: none;
    top: 49%;	
}

.submenu:hover>.dropdownsub{
	display:block;
	
}
.header2{
	background:white;
	margin-bottom:4%;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #337ab7;
    text-decoration: none;
    background-color:transparent !important; 
}
.logins:hover{
	cursor:pointer;
	
}
.pcart{
    
    padding-top:14px
  
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #dff0d8;
    background-color: #161e6b;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #d20c0c;
    border-radius: 10px;
}
.nbs-flexisel-inner{
background:transparent !important; 	
border:none !important;	
	
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    margin-bottom: 5px !important;
}
.panel-default>.panel-heading {
    color: white;
    background-color:#62c2e4;
    border-color: rgba(221, 221, 221, 0);
}
.subs{
    background: #2c3377;
    min-height: 39px;
    padding: 5px;
    color: white;
	
}
.news{
  background: #a71f1f;
    color: white;
    border: none;
}
.clearfixs
{
	margin-top:1%;
	
}
.modal-header {
    padding:5px;
    background:#0d2c77;
    /* border-bottom: 1px solid #e5e5e5; */
    color: white;
    text-align: center;
}
.pwd{
	float:right;
color:blue;
	
}
.pwd:hover{
	cursor:pointer;
}
#form2{
display:none;	
	
}
.ulclass{
margin-bottom:3px;	
	
}
.btn-default{
background:#333333;
color:white;	
}
.wraps{
	   
    padding: 31px;
    margin-left: 10%;;
}

.innerwrapper{
border:2px olid red;	
	
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    /* text-align: center; */
    line-height: inherit;
    color: #333;
    border: 0;
    padding-left: 16%;
    /* border-bottom: 1px solid #e5e5e5; */
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #333333;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #0d2c77;
	color:white;
}
.nav-tabs {
     border-bottom:none;
}
.fa-3x {
    font-size: 3em;
    padding-left: 10px;
}
.form-horizontal .form-group {
    margin-right:0px !important;
   margin-left: 0px !important;
}
.bxstyle{
	    box-shadow: 0 0 2px black;
    padding: 12px;
}
.modal {
    
    z-index: 99999999999 !important;
}
/* team css */
.team{
    padding:75px 0;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
	text-align:center;
}
.profile h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
    color: #2c3377;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile p{
text-align:center;	
	
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}


i.red{
    color:#BC0213;
}
.imgwidth{
width:100%	
	
}
.paddingw{
	margin-top:3%;
}
#show{
display:none;	
	
}
.fa-2x {
    font-size: 10px;
    color: #2c3377;
}
.lineheight{
	line-height:26px;
}
.aboutp{
text-align: justify;
    margin-top: 1%;
    margin-bottom: 1%;	
}
/* account css here */
.logoimage{
	width:20%;
}
.fixposition{
	position:fixed;
	width:100%;
	z-index:9999999;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all 2s ease-in;
    transition: all 1s ease-in;
	
}
.hovers:hover{
	
	cursor:pointer;
}
.minicart-showing #PPMiniCart {
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    animation: pop-in 0.25s;
    z-index: 9999999;
    -webkit-animation: pop-in 0.25s;
    -moz-animation: pop-in 0.25s;
}

.overviewwrapper{
	    background: rgba(223, 240, 216, 0.18);
    padding: 10px;
 
    box-shadow: 0 0 1px 0px black;
    font-family: sans-serif;
}
	
	@-webkit-keyframes shakeit {
0% { -webkit-transform: rotate(0deg) translate(2px, 1px); }
10% { -webkit-transform: rotate(2deg) translate(1px, 2px); }
20% { -webkit-transform: rotate(-2deg) translate(3px, 0px) ; }
30% { -webkit-transform: rotate(0deg) translate(0px, -2px); }
40% { -webkit-transform: rotate(-2deg) translate(-1px, 1px); }
50% { -webkit-transform: rotate(2deg) translate(1px, -2px); }
60% { -webkit-transform: rotate(0deg) translate(3px, -1px); }
70% { -webkit-transform: rotate(2deg) translate(-2px, -1px); }
80% { -webkit-transform: rotate(-2deg) translate(1px, 1px); }
90% { -webkit-transform: rotate(0deg) translate(-2px, -2px); }
100% { -webkit-transform: rotate(2deg) translate(-1px, 2px); }
}
@keyframes shakeit {
0% { transform: rotate(0deg) translate(2px, 1px); }
10% { transform: rotate(2deg) translate(1px, 2px); }
20% { transform: rotate(-2deg) translate(3px, 0px) ; }
30% { transform: rotate(0deg) translate(0px, -2px); }
40% { transform: rotate(-2deg) translate(-1px, 1px); }
50% { transform: rotate(2deg) translate(1px, -2px); }
60% { transform: rotate(0deg) translate(3px, -1px); }
70% { transform: rotate(2deg) translate(-2px, -1px); }
80% { transform: rotate(-2deg) translate(1px, 1px); }
90% { transform: rotate(0deg) translate(-2px, -2px); }
100% { transform: rotate(2deg) translate(-1px, 2px); }
}
 .profile-content:hover {
-webkit-animation-name: shakeit;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-name: shakeit;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
	/* user dashboard */
	
	
/* Profile container */
.profile {
  margin: 10px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow:1px 1px 10px rgba(0,0,0,0.3)
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-top:5px;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-content{box-shadow:1px 1px 10px rgba(0,0,0,0.3);}
/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 174px;
  margin-bottom:30px;
}
.medias-heading	
{
text-align:center;

}	
figcaption{
	font-family:sans-serif;
	padding:2px;
}
	


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #151e6b !important;
}

.nav-pills > li > a {
    border-radius: 4px;
    background: #2fdab8 !important;
    color: white !important;
}
.infobox{
    margin-left: -10%;
    line-height: 26px;
}	
/* feedback form */
 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}

.ps{
	line-height: 27px;
    word-spacing: 3px;
    text-align: justify;
}
.navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 9px !important;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
}
.navbar-brand{
font-family: 'Lobster', cursive;
font-size:22px;	
}
.fb:hover{
	background-color:#386090;
	
}
.twitter:hover{
	background-color:#0e94cb;
	
}
.gp:hover{
	background-color:#c22525;
	
}
.linkedin:hover{
	background-color:#0077b5;
	
}
.ig:hover{
	background-color:#3897f0;
	
}
.pt:hover{
	background-color:#bd081c;
	
}
.youtube:hover{
	background-color:#bb0000;
	
}

@media screen and (max-width: 480px) and (min-width: 320px) {
	#first-slider .carousel .item {
  min-height:287px; 
  height: 100%;
  width:100%;
}
}
