.bg-white {
	background:#fff;
}
.bg-eee {
	background:#e7e7e7;
}
.bg-blue {
	background:#2ca2ce;
}

.bg-dark {
	background:#212121;
}

.bg-gray {
	background:#828589;
}
.bg-green {
	background:#72c02c;
}
.bg-white-alpha {
	background:rgba(255,255,255,0.5);
}

.bg-blue-alpha {
	background:rgba(44,161,205,0.75)
}

.link01 {
    transition: all .4s ease-in-out;
    color: #202545;
    font-size:16px;
}

.link01:hover {
    color: #212121;
    padding-left: 15px !important 
}

.link02 {
    transition: all .4s ease-in-out;
    color: #202545;
    font-size:16px;
}

.link02:hover {
    color: #31a2b9;
}


/*SLIDER*/
#rev_slider_wrapper {
	position:absolute !important;
	top:0px !important;
	width: 100%;
	height: 100% !important;
	overflow: hidden;
	left:0px !important;
	right:0px !important;
	z-index:0 !important;
}
.revslider-wrap{
	background-color:rgba(49, 162, 185, 0.5) !important;
	/*background: url(../images/bgslide.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
}
.NotGeneric-Title{
	font-family: 'Montserrat', sans-serif !important;
	font-weight:normal !important;
	text-transform:uppercase;
	color:#fff;
}
.NotGeneric-subTitle{
	font-family: 'Roboto', sans-serif !important;
	font-weight:normal !important;
	color:#fff !important;
	letter-spacing:-1px !important;;
}


.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes floating {
    from {
		-webkit-transform: translate(0, 0px);
	}
    65% {
		-webkit-transform: translate(0, 20px);
	}
    to {
		-webkit-transform: translate(0, 0px);
	}
}

@-moz-keyframes floating {
    from {
		-moz-transform: translate(0, 0px);
	}
    65% {
		-moz-transform: translate(0, 20px);
	}
    to {
		-moz-transform: translate(0, 0px);
	}
}



.business-feature-top {
	background: #ffffff;
	padding:40px;
	position: relative;
	margin-top: -90px;
	z-index: 4;
		-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
}


.feature-text {
	text-align: center;
}
.feature-text .feature-icon span, 
.feature-text .feature-icon i {
	font-size:56px;
	margin:0px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	color:#202545;
}

.feature-text:hover .feature-icon span{
	color:#31a2b9 !important;
}

.feature-info a{
	font-weight:bold;
	font-size:18px;
	color:#333;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
.feature-info a:hover{
	color:#31a2b9;
}

.home-text h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}



/*BTN PRIMARY*/

.btn-primary {
	color: #ffffff;
	background-color: #44ce6f;
	padding:12px 25px !important;
	font-size:16px !important;
	-webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
	box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #ffffff;
	background: #0e314c;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show>.btn-primary.dropdown-toggle {
	color: #ffffff;
	background: #0e314c;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff;
	background-color: #44ce6f;
	-webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
	box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
	opacity: 1;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
	background: #0e314c;
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.btn {
	font-weight: 600;
	font-size: 14px;
	border: none;
	padding: 15px 40px;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn::after,
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #c679e3;
	z-index: -1;
}

.btn::after {
	left: 0;
	border-radius: 4px 0 0 4px;
}

.btn::before {
	right: 0;
	border-radius: 0 4px 4px 0;
}

.btn:hover::after,
.btn:hover::before {
	width: 50%;
}





.btn.btn-light {
	background: #202545;
	border:0px solid #cdf1d8;
	padding: 12px 33px;
	margin-right: 10px;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
	color: #ffffff;
	border-color: #44ce6f;
}

.btn.btn-light::after,
.btn.btn-light::before {
	background: #44ce6f;
}

.btn.btn-primary {
	background: #2ca2ce;
	-webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
	box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}

.btn.btn-primary::after,
.btn.btn-primary::before {
	background: #44ce6f;
	-webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
	box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
/*BTN PRIMARY*/




/*HEADING*/
.headline {
	display: block;
	margin: 15px 0 20px 0;
	border-bottom:5px solid #fff;
}

.headline h1 {
	font-size:26px;
}
.headline h2 {
	font-size: 20px;
}
.headline h3 {
	font-size: 16px;
}

.headline h1,
.headline h2,
.headline h3 {
	margin: 0 0 -5px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom:5px solid #31a2b9;
}




/*img background*/
.background-fullscreen {
	background-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
}


.section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}


/*about*/
.about {
	min-height:350px;
}



.about-img-colun {
	overflow: hidden;
	position: absolute;
	height: 100%;
	padding: 0;
	top: 0
}

.about-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center
}

@media(max-width:992px) {
	.about-img-colun {
		position: relative
	}
	.about-img {
		position: relative;
		height: 390px
	}
}

@media (max-width: 991px) {
	.about .content-lg {
		padding-top:40px;
		padding-bottom:40px;
	}
}

/*about*/




.demo-video-v2-wrapper{
    overflow: initial;
    padding-bottom: 300px;
}
.demo-video-v2-wrapper>.container{
    z-index: 10;
}
.demo-video-v2{
    margin: 0 25px;
    margin-top: -260px;
    -webkit-box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.25),0px 16px 28px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.25),0px 16px 28px 0px rgba(0, 0, 0, 0.35);
}
.demo-video-v2 .video-content img{
    width: 100%;
    display: block;
	position:relative;
}


.demo-video-v2 .video-content:after {
    top: 0;
    left: 0;
    z-index:1 !important;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(125, 125, 125,0.1);

}
.demo-video-v2 .video-content:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
	  z-index:1 !important;
    background: rgba(44, 161, 205,0.4);
}


.shadow-video{
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.4);
}


/* play button */


@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4,5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	transition: opacity 1s ease,  stroke-width 1s ease;
}

.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	transition: stroke-dashoffset 1s ease,  opacity 1s ease;
}

.icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#play:hover .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}
#play:hover .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}
#play:hover .icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


#play {
	cursor: pointer;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index:10;
		-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}




.relative{ position: relative; }
.bg-gradient-dark{
    background-color: #31a2b9;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}
.bg-gradient-dark:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(125, 125, 125,0.3);

}

.bg-gradient-dark:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(125, 125, 125,0.4);
    /*background: rgba(178, 152, 88,0.4);*/
}

.bg-gradient-dark .section-title{ color: #fff; font-weight:bold; font-size:30px !important; }
.bg-gradient-dark .section-header .section-subtitle { color: #fff; font-size:20px !important;  }

.bg-gradient-dark .container{
    position: relative;
    z-index: 10;
}

.content-video-business{
	padding-bottom:50px;
}

@media (max-width:605px) {
	.demo-video-v2 {
		margin-top:-290px;
		}
	.content-video-business{
	padding-bottom:0px;
}
}





/*GALLERY*/
.img-hover img {
    border:0px solid #353e40 !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
}
.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.5) rotate(0deg);
    -moz-transform: scale(1.5) rotate(0deg);
    -o-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
}
.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}
.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border:0px solid transparent;
    background: rgba(44,161,205,0.6);

    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size:56px;
    position: absolute;
    z-index:2 !important;
    color: #fff;
    opacity:0;
    height:58px;
    width:56px;
    line-height:56px;
    padding:0px;
    margin:0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}



.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}


.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}
/*
.grid-item img {
	width:100% !important;
	height:100%;
}*/

.content_list ul > li {
    padding:5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
	list-style-position: inside;
	color:#fff;
}
.content_list ul > li:hover {
    opacity: 1.0;

}
.content_list ul:hover > li:not(:hover) {
    opacity: 0.6;
}







#testimonial-client-wrapper {
	margin: 0px auto;
	padding: 0 0px;
	
}

#testimonial-client-wrapper .testimonial-client {
	background:rgba(255,255,255,.5);
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 25px 25px 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-webkit-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.2);
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}

#testimonial-client-wrapper .mdi-format-quote-open {
	position: relative;
	top:0px;
	font-size:72px;
	z-index:10;
	color:#31a2b9
}
#testimonial-client-wrapper p {
	color: #373a47;
	font-size: 16px;
	text-align: left;
	margin-top:0px;
	font-style: italic;
	margin-top:-30px;
	padding:10px 40px;
	
}
#testimonial-client-wrapper .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#testimonial-client-wrapper .cl-author {
	text-align: center;
}
#testimonial-client-wrapper .cl-author img {
	width: 60px !important;
	border-radius: 50%;
	display: inline-block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#testimonial-client-wrapper .testimonial-client:hover {
	-webkit-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 25px -5px rgba(0,0,0,0.3);
}


#testimonial-client-wrapper .testimonial-client:hover  .cl-author img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}



#testimonial-client-wrapper .cl-author .cl-author-info {
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}
#testimonial-client-wrapper .cl-author .cl-author-info li {
	list-style: none;
	font-size:24px;
	color: #333;
	font-weight: bold;
}
#testimonial-client-wrapper .cl-author .cl-author-info li span {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#testimonial-client-wrapper .cl-author .cl-author-info li:last-child {
	color: #999;
	font-size: 16px;
}


#testimonial-client-wrapper .owl-dots {
	text-align: center;
	margin-top:15px !important;
}

#testimonial-client-wrapper .owl-dots .owl-dot {
	height:15px;
	width:15px;
	border-radius: 50%;
	border:0px solid #c00 !important;
	display: inline-block;
	    margin: 3px 3px;
	background:#ccc !important;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#testimonial-client-wrapper button{
	padding:0px;
	margin:0px;
}


#testimonial-client-wrapper .owl-dots .owl-dot span {
	position:relative;
	left:-0px;
	top:-0px;
	height:15px;
	width:15px;
	border-radius: 50%;
    margin:0px 0px;
   background:#ccc;
    display: block;
    -webkit-backface-visibility: visible;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#testimonial-client-wrapper .owl-dots .owl-dot.active span,
#testimonial-client-wrapper .owl-dots .owl-dot:hover span {
    background: #202545 !important;
}



/*
.testimonials.style-3 .testimonial-box {
  background-color: #fff;
  padding:25px ;
  margin:30px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}

.testimonials.style-3 .owl-pagination {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}

.testimonials.style-3 .testimonial-text {
  font-size:16px;
  color:#212121;
   font-style: italic;
}

.testimonials.style-3 .testimonial-author {
  padding-top: 15px 7px;
  font-size:16px;
  color:#555;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
}




.testimonials .owl-dots {
	text-align: center;
	margin-top: 30px !important
}

.testimonials .owl-dots .owl-dot {
	height:25px;
	width:25px;
	border-radius: 50%;
	border:0px solid #009750;
	display: inline-block;
	    margin: 5px 7px;
	background:transparent !important;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.testimonials button{
	padding:0px;
	margin:0px;
}


.testimonials  .owl-dots .owl-dot span {
	position:relative;
	left:-7px;
	top:-5px;
	height:25px;
	width:25px;
	border-radius: 50%;
    margin: 5px 7px;
    background:#212121;
    display: block;
    -webkit-backface-visibility: visible;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #31a2b9;
}
*/

/*
.testimonials .owl-dots .owl-dot.active {
	background: #ed1c24 !important
}
*/



/*********************
	SERVICES
	******************/
.project {
    padding: 0;
    overflow: hidden;
}



.project figure {
    position: relative;
}
.project figure img {
    display: block;
    width: 100%;
    -webkit-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
      filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.project figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#31a2b9;
    opacity: 0.3;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project.project-light figure:after {
    opacity: 0.4;
}
.project figcaption {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align:center;
    margin: 30px 0px;
}
.project-title {
    position: relative;
    /*top: 0;
    left: 0;
    margin: 0;*/
	    left:0;
    top: 50%;
    width:100%;
    height:40px;
	padding-left:30px;
	padding-right:30px;
    margin-top: -20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size:24px;
    line-height: 1.45;
    letter-spacing: -1px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.project-zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    width:7em;
    height:7em;
    margin: -3.5em;
 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.project-zoom:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3em;
    height: 3em;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project figure:hover:after {
    opacity: 0;

}
.project figure:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
          filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.project figure:hover .project-title {
        -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.project figure:hover .project-category {
    opacity: 0;
    letter-spacing: 2em;
}
.project figure:hover .project-zoom {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

	
.project .owl-dots {
	text-align: center;
	margin-top: 30px !important
}

.project .owl-dots .owl-dot {
	height:15px;
	width:15px;
	border-radius: 50%;
	margin-left:3px;
	margin-right:3px;
	border:0px solid #009750;
	display: inline-block;
	background:transparent !important;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.project button{
	padding:0px;
	margin:0px;
}


.project  .owl-dots .owl-dot span {
	position:relative;
	height:15px;
	width:15px;
	border-radius: 50%;
    background:#212121;
    display: block;
    -webkit-backface-visibility: visible;
		-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.project .owl-theme .owl-dots .owl-dot.active span,
.project .owl-theme .owl-dots .owl-dot:hover span {
    background: #31a2b9;
}


/*Forms*/


/*FORM*/
label {
    font-size:16px;
    font-weight:bold;
    color:#333333;
}
.form-control {
    display: block;
    padding:10px 15px !important;
    font-size:16px;
    /*line-height:50px;*/
    color: #bfbfbf;
    height:50px;
    background-color: #fff;
    outline:none !important; 
    background-clip: padding-box;
    border:2px solid #ccc;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus,
.form-control:hover {
    color: #333333;
    background-color: #fff;
    border-color: #e9e9e9;
    outline: 0;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
textarea {
    resize: none;
}





























































button,
.btn,
.button a,
.btn-red,
.btn-red a {
	transition: all .4s ease-in-out;
	border-radius: 4px;
	color: #fff;
	font-size:14px;
	font-weight: 800;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}

button:focus,
.btn:focus,
.button a:focus,
.btn-red:focus,
.btn-red a:focus{
	outline: none
}

button:hover,
.btn a:hover,
.button a:hover,
.btn-red:hover,
.btn-red a:hover {
	color: #fff
}

.btn-red {
	background: #ed1c24;
	border: none;
	border-radius: 4px
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
	color: #fff;
	background: #b3151b
}








/*CONVENIO*/


.convenios .owl-convenios img {
	text-align:center;
	height: auto;
	transition: all 0.9s ease-in-out;
	background:#fff;
	border:5px solid #e9e9e9;
	filter: grayscale(99%);
    -webkit-filter: grayscale(99%);
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.convenios .owl-convenios img:hover {
	transition: all 0.4s ease-in-out;
	border-color:#ccc;
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.convenios .owl-convenios .owl-dots,
.convenios .owl-convenios .owl-pagination {
	display: none !important;
}



/* NAVIGATION PATNERS */

.convenios .owl-nav{
	position:absolute;
	right:0px;
	top:-60px
}

.convenios .owl-prev {
    float: left;
    margin-left:0px;
}
.convenios .owl-next {
    float: right;
    margin-right:0px;
	margin:0px 0px 0px 10px !important;
}


.convenios .owl-next,
.convenios .owl-prev{
    /*margin-top:15px !important;*/
    color:#fff !important;
	height:45px !important;
	width:40px !important;
    padding:15px 15px !important;
    font-size:28px !important;
    line-height:24px;
    text-align: center;
    background: #31a2b9 !important;
    display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    position:relative;
	/*top:-90px;*/
    border:0px solid transparent;
    margin:0px 0px 0px 0px;
    text-align: center;
    z-index: 2;
	
}

.convenios .owl-next:before,
.convenios .owl-prev:before{
    content: "";
    background:#202545;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.convenios .owl-next:hover::before,
.convenios .owl-prev:hover::before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.convenios .owl-next:hover,
.convenios .owl-prev:hover,
.convenios .owl-next:focus,
.convenios .owl-prev:focus{
    color:#fff;
    border-color:none
}

/* transitions*/
.convenios .owl-next:before,
.convenios .owl-prev:before{
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}



/*CONVENIO*/





/* BLOG */
.latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.latest-post:hover {
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.4);
}

.latest-post img {
    position: relative;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.latest-post:hover img {
    transform: scale(1.2) rotate(0deg);

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.latest-post-media{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius:4px;
    overflow:hidden;

}


.post-body {
    position: relative;
    z-index: 2;
    /*padding-left: 20px;*/
}

.post-item-date {
    position: absolute;
    height: 100%;
    top:15px !important;
    right:30px !important;
}
/*.post-item-date:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	background: #ccc;
	width: 1px;
	height: 100%;
}*/
/*.post-item-date:after {
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	content: "";
	background: #202545;
	left: 50%;
	margin-left: -10px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius:4px !important;
	border:0px solid #4a4a4a;
}*/

.post-date {
    width: 60px;
    height: 60px;
    background:rgba(44,161,205,0.75);
    -webkit-border-radius:4px !important;
    -moz-border-radius:4px !important;
    border-radius:4px !important;
    text-align: center;
    color: #fff;
    position: relative;
    top:0px;
    z-index: 3;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);*/
}
.post-date .date {
    display: block;
    font-weight:600;
    margin-top:-7px;
    font-size:30px !important;
    margin-bottom:2px;
    text-align:center;
}
.post-date .month {
    display: block;
    font-weight:600;
    font-size: 14px;
    margin-top: -12px;
}

.post-info {
    margin-left: 20px;
    padding-right:20px;
}
.post-info .post-title {
    padding-bottom: 7px;
    font-size: 24px !important;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:20px !important;
}
.post-info .post-title h3{
    margin-bottom:0px;
    font-size: 24px !important;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:20px !important;
}
.post-info .post-title a {
    color: #202545;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:0px;
    font-size: 18px !important;
    font-weight:700 !important;
    letter-spacing:-1px;
    line-height:18px !important;
}
.post-info .entry-content p {
    font-size: 15px;
    padding-right: 10px;
}
.post-meta {
    padding-top: 20px;
    padding-bottom: 7px;
    color:#4a4a4a
}
.post-meta a {
    color: #4a4a4a;
}

.post-meta a:hover {
    color: #31a2b9;
}



.latest-post:hover .latest-post .post-title a,
.latest-post:hover .post-info .post-title a,
.latest-post:hover .post-info .post-meta a {
    color: #31a2b9;
}















.quotes {
    margin:5px 0px;
}
/*
	.quotes:first-child {
	margin-top: 0
}*/

.quotes .quotes-text {
    padding: 30px 0;
    font-size: 1em
}

.quotes.quotes-single .quotes-text {
    font-size: 18px;
    line-height: 1.875;
    margin-top: 20px
}

.quotes .profile {
    position: relative;
    text-align: center
}

.quotes .profile img {
    width: 65px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto
}

.quotes .profile h5 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px
}

.quotes .profile h6 {
    font-weight: 400;
    font-family: "Montserrat", sans-serif
}

.quotes-slider {
    margin-top: 20px
}

.quotes-slider:first-child {
    margin-top: 0
}

.quotes-slider:hover .carousel-indicators {
    opacity: 1
}

.quotes-slider.carousel {
    padding-bottom: 30px
}

.quotes-slider .carousel-indicators {
    bottom: 0;
    margin-top: 0;
    width: 60%;
    margin-left: -30%;
    line-height: 1;
    opacity: .5;
    transition: opacity .4s
}

.quotes-slider .carousel-indicators li {
    display: inline-block;
    list-style: none;
    padding-bottom: 0;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border: 0px
}

.quotes-slider .carousel-indicators li.active {
    background-color: #009750
}

.quotes-boxed .quotes-text {
    background: rgba(255, 255, 255, 0.9);
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 30px
}













.home-srvc-column-two {
    background: #e9e9e9;
    padding: 15px;
    position: inherit;
    z-index:10;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}






.home-srvc-column-two.one {
    margin-top: 0;
}
.home-srvc-column-two:hover {
    cursor: pointer;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.2);
}

@media (min-width: 1200px) {
    .home-srvc-column-two {
	height:265px;
    }
}
@media (max-width:1199px) {
    .home-srvc-column-two {
	height:auto;
    }
}


.home-srvc-details-two {
    padding-top: 0;
}
.home-srvc-details-two h1 {
    color: #414141;
    margin-top: 0;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.home-srvc-details-two > p {
    color: #414141;
    padding-left:20px;
    padding-right:20px;
}



@media (max-width: 991px) {


    .home-about-two {
        margin-top:0px;
        padding-bottom:40px;
        padding-top: 0px;
    }


    .home-srvc-column-two {
        margin-top:40px;
    }
}








.home-srvc-column-two .home-srv-icon-two {
    color: #414141;
    font-size: 60px;
    line-height: 1.3em;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home-srv-icon-two{
    padding-bottom: 0;
}

.home-srvc-column-two:hover  .home-srv-icon-two{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    color:#202545
}














/*Parallax Quote*/
.parallax-quote {
    color: #fff;
    padding: 120px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
    background: url(../../../../images/paralax.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-quote:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(50,166,189,0.5);

}

.parallax-quote:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0,0.5);
    /*background: rgba(178, 152, 88,0.4);*/
}
.parallax-quote-in {
    z-index: 1;
    padding: 0 80px;
    position: relative;
}
.parallax-quote-in h1 {
    color: #fff;
    font-size: 45px;
    line-height:45px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

.parallax-quote-in p {
    color: #fff;
    font-size: 20px !important;
    font-weight: 400;
}

@media (max-width: 767px){
    .parallax-quote-in {
	padding: 0 40px;
    }
    .parallax-quote-in h1 {
	font-size:30px;
	line-height:30px;
    }
    .parallax-quote-in p {
	line-height:16px;
    }

}








.single-services .services-img {
    position: relative;
}
.services-img > img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.services-title {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    transition: all 0.5s ease 0s;
    text-align:center;
}
.services-hover-desc {
    bottom: 0;
    left: 0;
    padding:15px;
    position: absolute;
    top: 0;
    right:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.services-title > h2 {
    background: rgba(50,166,189, 0.85) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size:16px !important;
    line-height: 18px;
    margin-bottom: 0;
    padding: 15px 10px;
    width: 100%;
    font-weight:600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.single-services {
    overflow: hidden;
}
.services-hover-inner {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    opacity: 0;
    padding: 10px;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;

}
.services-hover-table-cell > h2 {
    font-size:16px !important;
    line-height: 18px;
    font-weight:600;
    color: #414141 !important;
}
.services-hover-table {
    display: table;
    height: 100%;
    width: 100%;
}
.services-hover-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.services-hover-table-cell > p {
    font-size:16px!important;
    padding:5px 10px;
    line-height: 20px;
    color: #414141 !important;
    margin-bottom:15px;
}
.single-services:hover .services-hover-inner,.single-services.active .services-hover-inner{
    opacity: 1;
    transform: scale(1)
}
.single-services:hover .services-title{
    opacity: 0;
    transform: scale(0)
}
.services-hover-table-cell > p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.single-services:hover .services-img > img{
    opacity: 1;
    transform: scale(1.25)
}

.single-services .services-hover-desc a{
    font-size:16px!important;
    padding:10px 15px 10px;
    font-weight:bold;
    color:#fff;
    background:#32a6bd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align:center;
}
.single-services .services-hover-desc a:hover{
    background:#202545;
}	




















.pageTitle {
    padding:225px 0 100px;
    position: relative;
    background-size: cover;
    text-align: center;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat
}
.pageTitle:before {
    left: 0;
    /*opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
    z-index: -1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    background-color:rgba(50,166,189,.50);
}


.pageTitle .section-title h1 {
    margin: 0 0 50px;
    color: #fff
}



.pageTitle .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: center !important;
}

.pageTitle .breadcrumb a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    font-weight:bold;
    font-size: 16px;
}

.pageTitle .breadcrumb>li>a {
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}
.pageTitle .breadcrumb>li.active,
.pageTitle .breadcrumb>li>a:focus,
.pageTitle .breadcrumb>li>a:hover {
    color: #202545;
    font-weight:bold;
    font-size: 16px;
}

.pageTitle .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #202545;
    content: "/\00a0";
}



.content_post ul {
    display: inline-block;
    width: auto;
    padding:0px 10px;
    margin-bottom: 15px;
}
.content_post ul > li {
    margin:0px 5px;
    padding:3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}
.content_post ul > li:hover {
    opacity: 1.0;
}
.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}




/*Contacts*/
.sidebar .contacts ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.sidebar .contacts li {
    color: #333;
    padding:7px 0px 7px;
    border-bottom:1px solid #e1e1e1;
     font-size:15px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}
.sidebar .contacts li:last-child {
    border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
    content: " ";
    display: table;
}
.sidebar .contacts li:after {
    clear: both;
}
.sidebar .contacts li i {
 float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
    color:#333
}
.sidebar .contacts li p {
    margin-bottom: 0;
    color: #333;
    font-size:14px;
}
.content-footer.contacts li {
    color: #333;
    font-size:16px;
}
.sidebar .contacts li a {
    color: #333;
    font-size:16px;
    line-height:16px
}
.sidebar .contacts li a:hover {
      color:#32a6bd;
    padding-left:10px;
    border-color:rgba(13, 23, 51, .5);
}


a,
a:focus,
a:hover,
a:active,
button,
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active{
    outline: 0 !important;
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none; 
}


.content_post img {
    margin: 15px auto !important;
    width: 100% !important;
}




.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;

}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding:5px 15px;
    margin-left: -1px;
    color: #fff;
    height:50px;
    line-height:40px;
    text-decoration: none;
    background-color: #32a6bd;
    border: 1px solid #fff;
    font-size:16px;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    outline:none !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #202545;
    border-color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #202545;
    border-color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}




/*NOTICIAS*/
.noticias-item {
    margin:0px 0px 30px 0px;
    border-bottom: 3px solid #eee;
    display: block;
    padding: 0px 15px 0px 15px;
    background: #fff;
    height: 100% !important;
    min-height: 100% !important;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
        -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.noticias-item:hover{
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.10);
}

.noticias-item em.overflow-hidden {
    display: block;

}



.noticias-item a img {
    transition: all 0.8s ease-in-out;
}

.noticias-item:hover img ,
.noticias-item a:hover img {
    opacity: 0.8;
    transform: scale(1.1) rotate(0deg);
}
.hover-effect {
    transition: all 0.4s ease-in-out;
}


.noticia .noticia-in {
    padding:15px 10px 15px 10px; 
}
.noticia .noticia-in-sm {
    padding:0px 0px;
}
.noticia h1 {
    font-size:16px;
    font-weight: 600;
    margin:0px 0px 15px 0px ;
    padding:0px 0px;
    line-height: 24px;

}

.noticia .noticia-in-sm h1 {
    font-size:18px;
    margin: 10px 0px 10px 0px;
    line-height:20px;
    text-transform: inherit;
    font-family: 'Montserrat', sans-serif
}

@media (max-width: 768px) {
    .noticia h1 {
        font-size: 18px;
        line-height: 20px;
    }
}

.noticia h1 a {
    color: #202545;
}

.noticia h1 a:hover {
    color: #202545;
    text-decoration: none;
}

.noticia p {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    line-height:18px;
}


.noticia hr {
    margin:10px 0px;
}

/*News Info*/
.noticia .posted-info li {
    color: #111111;
}

.noticia .noticia-in-sm .posted-info li {
    padding: 0;
    font-size: 12px;
    padding-left: 5px;
}

.noticia .posted-info li:before,
.noticia .noticia-in-sm .posted-info li:before {
    content: '/';
}

.noticia .posted-info li:before {
    font-size: 12px;
    line-height: 12px;
    margin-right: 13px;
}

.noticia .noticia-in-sm .posted-info li:before {
    font-size: 11px;
    line-height: 11px;
    margin-right: 9px;
}
.noticia .posted-info li:first-child:before,
.noticia .noticia-in-sm .posted-info li:first-child:before {
    content: " ";
    margin-right: 0;
}
.noticia .posted-info li a {
    color: #111111;
}
.noticia .posted-info li a:hover {
    color: #ab2930;
}
/*News Shares*/
.noticia .post-shares {
    padding-left: 0;
    list-style: none;
    margin: 40px 0 0 -5px;
}
.noticia .noticia-in-sm .post-shares {
    margin: 20px 0 0 -5px;
}
.noticia .post-shares li {
    position: relative;
    padding: 0 10px 0 5px;
    display: inline-block;
}
.noticia .post-shares li i {
    color: #111111;
    width: 40px;
    height: 40px;
    padding: 13px;
    font-size: 16px;
    background: #eee;
    text-align: center;
    display: inline-block;
}
.noticia .post-shares li i:hover {
    background: #ddd;
}
.noticia .post-shares li span {
    top: -5px;
    right: 6px;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    background: #ab2930;
    border: 2px solid #fff;
    border-radius: 50% !important;
}
.noticia .post-shares-lg li span {
    top: -10px;
    right: 0px;
    width: 29px;
    height: 29px;
    padding: 4px;
    font-size: 10px;
    line-height: 16px;
}





/* TITLE SIDE BAR*/
.heading-sidebar {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 3px solid #ccc;
}

.heading-sidebar:after {
    left: 0;
    bottom: -3px;
    height:3px;
    width: 75px;
    content: " ";
    background: #32a6bd;
    position: absolute;
}

.heading-sidebar h1 {
    color: #202545;
    font-size:20px !important;
}


.radius-form-group {
    -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}



.btnside {
    border: 0;
    color: #fff;
    font-size:20px;
    cursor: pointer;
    font-weight: 400;
    padding:10px 13px !important;
    position: relative;
    background: #32a6bd;
    white-space: nowrap;
    height: 50px;
    width:55px;
    z-index: 5;
    display: inline-block;
    text-decoration: none;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;

    -webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-bottomleft:0px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}

.btnside:hover {
    color: #fff;
    background: #202545;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btnside:hover,
.btnside:focus {
    outline: none;
}



/*popular posts*/

.sidebar .popular-posts .post{
    position:relative;
    font-size:16px;
    color:#555555;
    padding:0px 0px 10px 0px;
    padding-left:90px;
    min-height:85px;
    margin-bottom:15px;
    border-bottom:2px solid #ccc;
}

.sidebar .popular-posts .post:last-child{
    margin-bottom:0px;
    border-bottom:0px;
    min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
    position:absolute;
    left:0px;
    top:0px;
    width:75px;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border:3px solid #202545
}

.sidebar .popular-posts .post:hover .post-thumb img{
    opacity:0.70;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    border-color: #202545 !important
}

.sidebar .popular-posts .post .post-thumb img{
    display:block;
    width:100%;
    -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
}



.sidebar .popular-posts .post h4{
    position:relative;
    font-size:14px !important;
    line-height: 16px;
    margin:5px 0px 5px;
    font-weight:600;
    color:#202545;
    top:9px;
}

.sidebar .popular-posts .post a:hover{
    color:#32a6bd;	
}

.sidebar .popular-posts .post h4 a{
    color:#555;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-size:16px !important;
}

.sidebar .popular-posts .post-info-date{
    font-size:12px;
    color:#555;
    padding-top: 10px;
}

.sidebar .popular-posts .post-info-date .fa{
    position:relative;
    padding-right:5px;
    font-style:normal;
}





/*YHUMBNAIL*/
.thumbnail-style {
    padding: 15px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.thumbnail-style:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
    transition: box-shadow .2s ease-in-out
}

.thumbnail h3,
.thumbnail-style h3 {
    margin:0px
}

.thumbnail h3 a,
.thumbnail-style h3 a {
    color: #202545;
    font-size: 16px!important;
    letter-spacing: 0
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
    color: #202545;
    text-decoration: none
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: 0px;
    overflow:hidden
}

.thumbnail-style a.btn-more {
    left: 0;
    width: 100%;
    bottom:-30px;
    color: #fff;
    padding: 7px 10px;
    position: absolute;
    background: #32a6bd;
    display: inline-block;
    text-align: center;
    opacity:0;
}
.thumbnail-style .btn-more i {
    position:relative;
    top:0px;
    font-size:16px;
}

.thumbnail-style:hover h3 a {
    color: #202545;
    text-decoration: none
}

.thumbnail-style:hover a.btn-more {
    text-decoration: none;
    background: #0660a5;
    bottom: 0!important;
    left: 0;
    opacity:1;
}

.thumbnail-kenburn img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.thumbnail-kenburn:hover img {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}

.thumbnail-style p {
    color: #373737;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}



.error-page {
    text-align: center;	
}

.error-page p {
    color: #6a6a6a;
    font-size: 16px;
}

.error-page span {
    color: #6a6a6a;
    display: block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.error-page span.error-page-title {
    color: #6a6a6a;
    font-size:200px;
    line-height:160px;
    padding-bottom:10px;
}
@media (max-width: 500px) { 
    .error-page p {
        font-size: 12px;
    }	

    .error-page span {
        font-size: 25px;
    }

    .error-page span.error-page-title {
        font-size: 140px;
    }
}




.img-hover img {
    border:0px solid #353e40 !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(25%);
    -webkit-filter: grayscale(25%);
}
.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}
.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}
.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border:0px solid transparent;
    background: rgba(50,166,189,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size:56px;
    position: absolute;
    z-index:2 !important;
    color: #fff;
    opacity:0;
    height:58px;
    width:56px;
    line-height:56px;
    padding:0px;
    margin:0px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}
.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}

.fancybox-container {
    position: fixed !important;
}

.bloimg .img-responsive {
    margin: 0 auto;
}





.modal-header {
    border-bottom:0px solid #288699 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background:#288699;
    position:relative;
	padding-top:20px !important;
	padding-bottom:15px !important;
}

.modal-header h5 {
   padding:0px !important;
   margin:0px !important;
   line-height:24px  !important;
   font-size:24px !important;
   color:#fff !important;
}

.modal-content {
    border:0px solid rgba(0, 255, 0, 0.5) !important;
    border-radius:0px !important;
}

.modal-content p {
    font-size: 16px;
    line-height:20px;
    margin-bottom:10px;
    font-weight: normal;
	
}

.modal-content .btn-theme {
    background-color: #646363;
    color: #ffffff !important;
    border:0px solid #646363;
	margin:3px;
	padding: 6px 10px;
}


.modal-content .btn-theme:hover,
.modal-content .btn-theme:focus {
    background-color: #403f3f;
    color: #ffffff !important;
    border: 0px solid #403f3f !important;
}



@media (min-width: 1200px) {
    .modal-xl {
        max-width:94%;
	}
}

@media (min-width: 992px) {
    .modal-xl {
        max-width:90%;
	}
}


.modal-footer {
    border-top:0px solid #e9ecef;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}
.modal-footer p {
    font-size:12px;
    margin:0px;
}

.modal-body {
    padding:30px;
    border-radius:0px !important;
    background:#fff
}

.modal-footer {
    border-top:0px solid #e9ecef;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    background:#f1f1f1;
}


.modal-header .close-button {
    width:60px;
    height:60px;
    box-shadow: 0px rgba(0, 0, 0, 0.0);
    border-radius:0px;
    background: #646363;
    right:0px;
    top:0px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    cursor:pointer;
}

.modal-header .close-button:hover {
    background:#288699;
}
.modal-header .close-button:before,
.modal-header .close-button:after {
    content: '';
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.modal-header .close-button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.modal-header .close-button:hover:before,
.modal-header .close-button:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
	
	
	.modal-content p {
		font-size: 14px;
		line-height: 16px;
	}
	
	.modal-content .btn-theme {
		margin:2px;
		padding:3px 5px;
		font-size: 14px;
	}
	
	
	
}