/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Call us banner
	05. About area
	06. Services area
	07. Counter area
	08. Skills area
	09. Portfolio
	10. Pricing area
	11. Call to action
	12. Blog
	13. Footer
	14. Inner page header
	15. Team
	16. Faq
	17. Gallery
	18. Testimonial
	19. Error page 404
	20. Contact us
		
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #4F86AB;
	color: #fff;
}
::-moz-selection {
 background-color: #4F86AB;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
	letter-spacing: 1px;
	background-color: #000;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #c5c5c5;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #4F86AB;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 0px 0px 0px 0px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #4F86AB;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	color: #000;
	text-decoration: none;
}
.btn-style-2 {
	color: #fff;
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	color: #fff;
	text-decoration: none;
	background-color: #151515;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title .small-title {
	font-size: 12px;
	color: #4F86AB;
}
.section-title h2 {
	position: relative;
	color: #fff;
	font-weight: 500;
}
.section-title span.dashed-border {
	border: 1px dashed rgba(255,255,255,0.2);
	width: 200px;
	position: relative;
	display: inline-block;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #151515;
	padding: 12px 0px;
}
/* header social */
.header-social li {
	margin-right: 20px !important;
}
.header-social li:last-child {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px;
	color: #9f9f9f;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #4F86AB;
}
/* header location */
.header-location {
	text-align: right;
}
.header-location li {
	color: #fff;
	padding: 0 30px;
	position: relative;
	margin-right: 0px !important;
}
.header-location li:last-child {
	padding-right: 0px;
}
.header-location li:after {
	content: "";
	height: 40px;
	width: 1px;
	background-color: rgba(255,255,255,0.2);
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.header-location li:last-child:after {
	display: none;
}
.header-location li .icon {
	display: table-cell;
	vertical-align: middle;
}
.header-location li .icon i {
	border: 1px solid;
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	color: #4F86AB;
}
.header-location li .title-box {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
}
.header-location li .title-box h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 2px;
}
.header-location li .title-box p {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	margin-bottom: 0px;
}
.header-location li .title-box p a {
	font-size: 14px;
	font-weight: 500;
	color: #5d6576;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-location li .title-box p a:hover {
	color: #4F86AB;
}
/* navbar brand */
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
/* header lover */
.header-lover {
	padding: 20px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .navbar {
	padding: 0px 0px;
}
.header-navigation .nav-item .nav-link {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .nav-item .nav-link:hover, .header-navigation .nav-item.active .nav-link {
	color: #4F86AB;
}
.header-navigation .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-navigation .navbar-toggler span {
	background: #000;
}
.header-navigation .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	background-color: #4F86AB;
}
.header-navigation .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-navigation .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-navigation .dropdown-menu .dropdown-item:hover {
	color: #000;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-upper {
	z-index: 999 !important;
	background-color: #333 !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-upper .navbar .nav-item .nav-link {
	color: #ccc;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #4F86AB !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.slider .carousel-center-box {
	
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.6);
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption h5 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-caption h5 span {
	color: #000;
}
.slider .carousel-caption h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	font-style: italic;
	margin-bottom: 6px;
}
.slider .carousel-caption p {
	color: #fff;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}
.slider .carousel-control-next {
	right: 10px;
}
.slider .carousel-control-prev {
	left: 10px;
}
/* ===================================
	04. Call us banner
=================================== */
.callus-banner-box {
	background-image: url(../img/bg/callus-banner-bg.jpg);
	background-position: top center;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 40px 20px 40px;
}
.callus-banner-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;

}
.callus-banner-box .text {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.callus-banner-box .text span {
	font-size: 16px;
	font-weight: 500;
}
.callus-banner-box .number {
	color: #000;
	font-weight: 700;
	font-size: 22px;
}
/* ===================================
	05. About area
=================================== */
.about-area {
	background-color: #111;
}
.about-text h2 {
	font-size: 30px;
	line-height: 28px;
	font-weight: 500;
	color: #4F86AB;
	text-transform: capitalize;
}
.about-img-holder {
	position: relative;
}
.about-img-holder img {
	transition: all .3s ease;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.about-img-holder:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	border-radius: 0px 0px 40px 0px;
}
.about-img-holder .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.about-img-holder .hoverlay a {
	background-color: #4F86AB;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about-img-holder .hoverlay a:hover {
	background-color: #000;
}
.about-box {
	text-align: left;
	padding: 15px;
	border: 1px solid #4F86AB;
	position: relative;
}
.about-box p {
	margin-bottom: 0px;
}
.about-box h4 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
}
/* ===================================
	06. Services area
=================================== */
.service-box .image {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 0px;
}
.service-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box:hover .image img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.service-box .image .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box:hover .image .overlay {
	opacity: 1;
}
.service-box .image .overlay:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #4F86AB;
	position: absolute;
	left: 10px;
	top: 10px;
}
.service-box .image .overlay a {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
	border: 1px solid #4F86AB;
	height: 40px;
	width: 40px;
	color: #4F86AB;
	text-align: center;
	border-radius: 100%;
	line-height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service-box .caption {
	padding: 0px;
	background-color: #111;
	text-align: center;
}
.service-box .caption p {
	margin-bottom: 0px;
	padding: 16px 20px;
}
.service-box h4 {
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 18px;
	background-color: #4F86AB;
	padding: 14px 20px;
}
.service-box h4 a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box h4 a:hover {
	color: #000;
}
/* service sidebar link */
.service-sidebar-link {
	background-color: #111;
	overflow: hidden;
}
.service-sidebar-link li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-sidebar-link li.active a, .service-sidebar-link li a:hover {
	background-color: #4F86AB;
	padding-left: 20px;
}
.service-sidebar-link li a i {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 50px;
	width: 40px;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	line-height: 50px;
}
.service-sidebar-link li:last-child a {
	border-bottom: 0px;
}
/* download brochures widget */
.brochure-widget-title {
	font-weight: 500;
	font-size: 22px;
}
.download-brochures-widget {
	background-color: #111;
	padding: 20px 20px 16px 20px;
	text-align: center;
	overflow: hidden;
}
.download-brochures-widget a {
	display: block;
	margin-bottom: 4px;
}
/* call us widget */
.call-us-widget {
	background-color: #111;
	overflow: hidden;
	text-align: center;
}
.call-us-widget .des {
	padding: 20px;
}
.call-us-widget ul li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #c5c5c5;
}
.call-us-widget ul li.call {
	font-size: 21px;
	color: #4F86AB;
}
.call-us-widget ul li:last-child {
	padding-bottom: 0px;
}
/* single service content */
.single-service-content h3 {
	position: relative;
	color: #4F86AB;
	font-weight: 400;
	font-size: 28px;
}
.single-service-content h4 {
	position: relative;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
}
/* blockquote */
.single-service-content figure {
	background-color: #4F86AB;
	padding: 25px;
	position: relative;
}
.single-service-content figure .blockquote {
	margin-bottom: 10px;
}
.single-service-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.single-service-content figure .blockquote i {
	color: #000;
	font-size: 30px;
}
.single-service-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #000;
	font-size: 12px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	background-image: url(../img/bg/counter-bg.jpg);
	background-position: bottom center;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.counter-box {
	text-align: center;
	position: relative;
}
.counter-box .icon {
	width: 80px;
	height: 80px;
	margin: auto auto 20px auto;
	line-height: 80px;
	font-size: 22px;
	color: #fff;
	background-color: #4F86AB;
	text-align: center;
	border-radius: 100% 100% 0 100%;
}
.counter-box:hover:before {
	top: 20px;
}
.counter-box h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 6px;
}
.counter-box span {
	color: #4F86AB;
	font-size: 26px;
}
/* ===================================
	08. Skills area
=================================== */
.skills-area {
	background-image: url(../img/bg/skills-bg.jpg);
	background-position: bottom center;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.skill-text-main {
	padding-right: 100px;
}
.skill-progres-main {
	padding-left: 100px;
}
.skill-text h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.skill-text p {
	margin-bottom: 0px;
	color: #fff;
}
/* Skill progress */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #4F86AB;
	height: 2px;
}
.skill-progress .progress-content {
	width: 0%;
	height: 2px;
	background-color: #4F86AB;
}
.skill-progress .percent {
	color: #fff;
	font-size: 12px;
	position: relative;
}
.skill-progress .percent:before {
	background-color: #4F86AB;
	border-radius: 100%;
	bottom: -18px;
	content: "";
	height: 12px;
	position: absolute;
	right: 13px;
	width: 12px;
}
.skill-progress .skill-bar {
	margin-bottom: 40px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
/* ===================================
	09. Portfolio
=================================== */
.portfolio-box {
	position: relative;
	overflow: hidden;
	background-color: #111;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-img img {
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(0.9);
	opacity: 0.3;
	border: 1px solid #fff;
}
.portfolio-box .des {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%);
	z-index: 5;
}
.portfolio-box h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	font-style: italic;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.6);
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #4F86AB;
	opacity: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
/* portfolio single title */
.portfolio-single-title {
	color: #fff;
	font-weight: 400
}
/* project info */
.project-info {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px 30px;
}
.project-info .table tr th, .project-info .table tr td {
	padding: 14px 0px 14px 0px;
	color: #fff;
	font-size: 14px;
}
.project-info .table tr:last-child th, .project-info .table tr:last-child td {
	border-bottom: 0px;
}
.project-info .table > :not(caption) > * > * {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
/* ===================================
	10. Pricing area
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
	position: relative;
	text-align: center;
	padding: 30px;
	background-color: #4F86AB;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 15px;
}
.single-pricing .pricing-classic-price {
	font-weight: 300;
	letter-spacing: 0;
	color: #000;
	font-size: 20px;
	line-height: 25px;
}
.single-pricing .pricing-body {
	text-align: center;
	padding-bottom: 30px;
}
.single-pricing ul.feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
	display: block;
	font-size: 14px;
	padding: 16px 0px;
	text-transform: capitalize;
	color: #888888;
}
.single-pricing ul.feature li:nth-of-type(even) {
	background-color: rgba(255,255,255,0.1);
}
.single-pricing ul.feature li:nth-of-type(odd) {
	background-color: #000;
}
.single-pricing ul.feature li .fa-check {
	color: #012a5e;
}
.single-pricing ul.feature li .fa-times {
	color: #ee4155;
}
.single-pricing:hover, .single-pricing.active {
	border-color: #4F86AB;
}
/* ===================================
	11. Call to action
=================================== */
.call-to-action-area {
	z-index: 0;
	position: relative;
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.call-to-action-area:after {
	position: absolute;
	content: "";
	background-color: #000000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.cta-text h2 {
	text-transform: capitalize;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.cta-text p {
	line-height: 24px;
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
.blog-item-content {
	padding: 20px 20px 20px 20px;
	position: relative;
}
.blog-item-content h6 a {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-content h6 a:hover {
	color: #4F86AB;
}
.blog-item .blog-item-img {
	position: relative;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.blog-item .blog-item-img .read-icon {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 0px;
	height: 0px;
	margin: auto;
	z-index: 1;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease 0s;
}
.blog-item .blog-item-img a {
	position: relative;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	background-color: #000;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img a:hover {
	background-color: #4F86AB;
}
.blog-item:hover .blog-item-img .read-icon {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.blog-item-content .tag {
	text-align: center;
	font-size: 14px;
	margin-bottom: 14px;
	color: #4F86AB;
}
.blog-item-content ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-content ul li a:hover {
	color: #4F86AB;
}
/* sidebar widget */
.sidebar-widget {
	background-color: #111;
	padding: 25px;
}
/* widget title */
.sidebar-widget .sidebar-widget-title {
	font-size: 18px;
	font-weight: 400;
	color: #4F86AB;
	margin-bottom: 16px;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	position: relative;
	display: block;
	background-color: rgba(255,255,255,0.1);
	border: 0px;
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 100%;
	padding-left: 20px;
	padding-right: 65px;
	transition: all 500ms ease 0s;
}
.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	background-color: transparent;
	color: #4F86AB;
	transform: translateY(-50%);
	font-size: 20px;
	border: 0px;
	text-align: center;
	border-radius: 0px;
}
/* categories */
.sidebar-categories li a {
	display: block;
	margin-bottom: 10px;
	color: #ccc;
	position: relative;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.sidebar-categories li:hover a {
	color: #4F86AB;
}
.sidebar-categories li a span {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #4F86AB;
}
/* recent post */
.sidebar-recent-post li {
	display: block;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.sidebar-recent-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-recent-post li .post-date {
	color: #fff;
	margin-top: 8px;
	border: 1px solid #4F86AB;
	display: inline-block;
	font-size: 10px;
	background-color: #4F86AB;
	padding: 4px 12px;
}
.sidebar-recent-post li .post-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.sidebar-recent-post li .post-title a {
	color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-recent-post li .post-title a:hover {
	color: #4F86AB;
}
/* popular tag */
.popular-tag li {
	display: inline-block;
	margin: 2px;
}
.popular-tag li a {
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	padding: 4px 10px;
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tag li a:hover {
	color: #fff;
	background-color: #4F86AB;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	padding-bottom: 20px;
	text-align: center;
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
}
.blog-post-meta li a:hover {
	color: #4F86AB;
}
.blog-post-meta li:after {
	position: absolute;
	content: "/";
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
.blog-post-content h6 {
	color: #ccc;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.blog-post-feature li {
	margin-bottom: 12px;
	color: #ccc;
	font-size: 14px;
	text-transform: capitalize;
}
.blog-post-feature li:last-child {
	margin-bottom: 0px;
}
.blog-post-feature li i {
	font-size: 10px;
	color: #4F86AB;
	padding-right: 4px;
}
/* blockquote */
.blog-post-content figure {
	background-color: #4F86AB;
	padding: 25px;
	position: relative;
}
.blog-post-content figure .blockquote {
	margin-bottom: 10px;
}
.blog-post-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content figure .blockquote i {
	color: #000;
	font-size: 30px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #000;
	font-size: 12px;
}
/* single tag */
.blog-single-tag li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #4F86AB;
}
.blog-single-tag li a {
	color: #959595;
	font-size: 14px;
}
.blog-single-tag li a:hover {
	color: #4F86AB;
}
.blog-single-social li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #4F86AB;
}
.blog-single-social li a {
	color: #959595;
	font-size: 14px;
}
.blog-single-social li a:hover {
	color: #4F86AB;
}
/* comments block */
.blog-post-subtitle {
	color: #4F86AB;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
.comments-block ul li {
	width: 100%;
	margin-bottom: 30px;
}
.comments-block ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.comments-block ul li ul li {
	margin-top: 30px;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 2px solid #4F86AB;
}
.comments-block ul li .d-flex .flex-shrink-0 {
	position: relative;
}
.comments-block ul li ul li:last-child {
	margin-bottom: 0px !important;
}
.comments-block ul li h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 4px;
}
.comments-block ul li h5 small {
	font-size: 12px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.comments-block ul li .d-flex .flex-shrink-0:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-block ul li p {
	margin-bottom: 0px;
}
.comments-block ul li a.reply {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	color: #4F86AB;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-block ul li .d-flex:hover a.reply, .comments-block ul li .d-flex:hover .flex-shrink-0:after {
	opacity: 1;
}
/* leave a comments block */
.leave-reply-form input {
	padding: 0px;
	background-color: rgba(0,0,0,0.8);
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 55px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form textarea {
	background-color: rgba(0,0,0,0.8);
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.leave-reply-form input:focus, .leave-reply-form textarea:focus {
	background-color: #000;
	border-bottom: 1px solid #4F86AB !important;
	color: #fff;
	box-shadow: none;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
	background-color: #0f0f0f;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-upper {
	background-repeat: no-repeat;
	background-position: center center;
}
/* footer title */
.footer-title {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
/* footer link */
.footer-link li {
	margin-bottom: 10px;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li a {
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #4F86AB;
}
.footer-link li i {
	margin-right: 6px;
}
/* footer instagram */
.footer-instagram {
	clear: both;
	overflow: hidden;
	margin: -7px;
	list-style: none;
}
.footer-instagram li {
	width: 33.33%;
	float: left;
	list-style-type: none;
	padding: 6px;
}
.footer-instagram li img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-instagram li:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
/* footer address */
.footer-address li {
	margin-bottom: 10px;
	color: #ccc;
	font-size: 14px;
}
.footer-address li:last-child {
	margin-bottom: 0px;
}
.footer-address li a {
	color: #ccc;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-address li a:hover {
	color: #4F86AB;
}
.footer-address li i {
	margin-right: 6px;
}
/* footer social */
.footer-social a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #4F86AB;
}
/* footer copyright */
.footer-copyright {
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-copyright p {
	color: #ccc;
	font-size: 14px;
}
/* ===================================
	14. Inner page header
=================================== */
.inner-page-header-bg {
	background-image: url("../img/services/Fondo.png");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.inner-page-header-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title {
	padding: 20px 0 80px 0;
}
.inner-page-title h1 {
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
}
/* breadcrumb */
.breadcrumb-box {
	padding: 0;
	margin-bottom: 80px;
}
.breadcrumb-box .breadcrumb {
	margin: auto;
	display: inline-block;
}
.breadcrumb-box .breadcrumb li {
	display: inline-block;
	color: #ccc;
	font-size: 14px;
}
.breadcrumb-box .breadcrumb li a {
	color: #4F86AB;
}
/* ===================================
	15. Team
=================================== */
.team-item {
	overflow: hidden;
	position: relative;
}
.team-item .image {
	overflow: hidden;
}
.team-item .image img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover .image img {
	transform: scale(1.1);
}
.team-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+48,000000+100&0.9+0,0.2+49,0.9+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.21) 48%, rgba(0,0,0,0.2) 49%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.21) 48%, rgba(0,0,0,0.2) 49%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.21) 48%, rgba(0,0,0,0.2) 49%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item:hover:after {
	opacity: 1;
}
.team-item .team-item-caption {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-item .team-item-caption p {
	color: #fff;
}
.team-item .team-item-caption h4 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 8px;
	position: relative;
}
.team-item .team-item-caption h4:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
}
.team-item .team-item-caption h4:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	bottom: -6px;
	left: 0px;
	background-color: #fff;
}
.team-social {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0px;
	width: auto;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-social li a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 14px 0;
	width: 22px;
	display: block;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-social li a:hover {
	color: #4F86AB;
}
.team-social li:last-child a {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.team-item:hover .team-item-caption h4, .team-item:hover .team-item-caption p {
	color: #fff;
}
.team-item:hover .overlay, .team-item:hover .team-social {
	opacity: 1;
}
/* ===================================
	16. Faq
=================================== */
.faq-box {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 10px 30px 10px 30px;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #4F86AB !important;
	padding: 20px 0px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button span {
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed span {
	color: #4F86AB;
	margin-right: 6px;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 0px !important;
	font-size: 14px;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	background-color: transparent;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	border-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 0px 0px 20px 0px;
	color: #333;
	margin-top: 1px;
}
/* ===================================
	17. Gallery
=================================== */
.gallery-box {
	position: relative;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	left: 4%;
	top: 4%;
	width: 92%;
	height: 92%;
	content: "";
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0px;
	right: 0px;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover:before {
	opacity: 1;
	width: 100%;
}
.gallery-zoom-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%);
	z-index: 2;
}
.gallery-box .gallery-zoom {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-zoom, .gallery-box:hover:after {
	opacity: 1;
}
.gallery-box .gallery-zoom:hover {
	color: #4F86AB;
}
/* ===================================
	18. Testimonial
=================================== */
.testimonial-item {
	background-color: #111;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-img .testimonial-user-img img {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.testimonial-user-name {
	margin: 10px 0 5px 0;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 500;
	color: #4F86AB;
}
.testimonial-user-position {
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #959595;
}
.testimonial-des {
	padding: 20px;
}
.testimonial-item p {
	margin-bottom: 0px;
}
/* ===================================
	19. Error page 404
=================================== */
.error-page {
	background-image: url(../img/bg/error-page-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	padding: 100px 0px;
	background-size: cover;
}
.error-page:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.error-page-item {
	text-align: center;
}
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 32px;
	color: #4F86AB;
}
.error-page-item p {
	color: #fff;
}
/* ===================================
	20. Contact us
=================================== */
.contact-box {
	background-color: #111;
	padding: 25px;
}
.contact-box .icon {
	color: #fff;
	font-size: 30px;
	margin-bottom: 8px;
	color: #4F86AB;
}
.contact-box h4 {
	line-height: 22px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}
.contact-box p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.contact-form-map {
	background-color: #111;
}
/* contact form */
.contact-form input {
	padding: 0px;
	background-color: rgba(0,0,0,0.8);
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	height: 55px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.contact-form textarea {
	background-color: rgba(0,0,0,0.8);
	border: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0px;
	border-radius: 0px;
	font-size: 14px;
	color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #000;
	border-bottom: 1px solid #4F86AB !important;
	color: #fff;
	box-shadow: none;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	overflow: hidden;
}

.float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 40px;
      background-color: #ffffff;
      color: #000000;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
    }

.my-float {
	margin-top: 16px;
}
