@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Black.woff2') format('woff2'), url('../fonts/Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/Inter-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Thin.woff2') format('woff2'), url('../fonts/Inter-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
.full_container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}
.no_mar {
	margin: 0 !important;
}
.no_padd {
	padding: 0 !important;
}
html, body {
	height: 100%;
}
body {
	padding-top: 0px;
	font-family: 'Inter';
	font-weight: normal;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 80%;
	margin-top: 30px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
header.carousel .fill:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	position: absolute;
	content: '';
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin: 50px 0;
	margin-top: 0;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 0px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: relative;
	right: 0;
	left: 0;
	z-index: 1030;
}
.navbar {
	position: relative;
	min-height: 0;
	margin-bottom: 0;
	border: 0px solid transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-nav>li>a {
	margin: 0;
	padding: 15px 20px;
	font-size: 18px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #1B1919;
	background-color: transparent;
}
.navbar-nav>li:last-child a {
	border: 1px solid #FFF;
	border-radius: 40px;
	padding: 15px 30px;
	margin: 0 0 0 17px;
}
.navbar-nav>li:last-child a:hover {
	color: #fff;
	background-color: #1B1919;
	border: 1px solid #1B1919;
}
.top_bar {
	margin: 0;
	padding: 0px 0 0 0;
	width: 100%;
	background: #1B1919;
}
.top_bar_left {
	margin: 0 0 20px 0;
	padding: 25px 0 0 0;
	width: 100%;
}
.top_bar_left p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
}
.top_bar_left p span {
	color: #FFA60D;
}
.top_right {
	margin: 0;
	padding: 0px 0 0 0;
	width: 100%;
}
.time_sec {
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
}
.time_sec p {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 15px;
	color: #FFF;
}
.top_social_area {
	margin: 0;
	padding: 0;
	float: right;
}
.top_social_area ul {
	margin: 0 0 0 25px;
	padding: 23px 0 23px 25px;
	position: relative;
}
.top_social_area ul:before {
	left: 0;
	top: 0;
	background: #2C2B2B;
	width: 1px;
	height: 100%;
	position: absolute;
	content: '';
	transform: rotate(16deg);
}
.top_social_area ul li {
	margin: 0 5px;
	padding: 0 0;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
}
.top_social_area ul li a {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
}
.top_social_area ul li a:hover {
	color: #FFA60D;
}
.logo_bar {
	margin: 0;
	padding: 25px 0 0 0;
	width: 100%;
	background: #FFF;
}
.logo_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.logo_area img {
	max-width: 230px;
	height: auto;
}
.logo_bar_details_post {
	margin: 0;
	padding: 0 0 0 42px;
	width: 100%;
}
.logo_bar_details_post p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #000;
}
.logo_bar_details_post p span {
	font-size: 18px;
}
#tele_id {
	background: url(../images/tele_icon.png) no-repeat 0 12px;
}
#map_id {
	background: url(../images/map-icon.png) no-repeat 0 12px;
}
#mail_id {
	background: url(../images/mail_icon.png) no-repeat 0 12px;
}
.nav_bar_section {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.nav_bar {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
}
.nav_bar:before {
	right: 0;
	top: 0;
	width: 45%;
	background: #FFA60D;
	height: 100%;
	position: absolute;
	content: '';
	z-index: 99;
}
.nav_area {
	margin: 0;
	padding: 14px 0;
	width: 100%;
	position: relative;
	background: #FFA60D;
	z-index: 99;
}
.nav_area:after {
	left: -60px;
	top: 0;
	width: 60px;
	background: url(../images/nav_bg.png) no-repeat;
	height: 100%;
	background-size: cover;
	position: absolute;
	content: '';
	z-index: 99;
}
.carousel-caption {
	position: absolute;
	right: 0%;
	top: 24%;
	left: 0%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: 0;
}



.carousel-caption {
	right: 0;
	left: 0;
	padding-bottom: 10%;
}
.banner_caption_area {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	border-left: 5px solid #FFF;
}
.banner_caption_area:before {
	top: 0;
	left: 0;
	width: 50%;
	height: 5px;
	background: #FFF;
	position: absolute;
	content: '';
}
.banner_caption_area:after {
	bottom: 0;
	left: 0;
	width: 50%;
	height: 5px;
	background: #FFF;
	position: absolute;
	content: '';
}
.banner_caption h2 {
	margin: 0 0 0px 0;
	padding: 50px 0 50px 50px;
	font-size: 65px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.banner_caption h2:before {
	top: 0;
	left: 50%;
	width: 5px;
	height: 40px;
	background: #FFF;
	position: absolute;
	content: '';
}
.banner_caption h2:after {
	bottom: 0;
	left: 50%;
	width: 5px;
	height: 40px;
	background: #FFF;
	position: absolute;
	content: '';
}
.carousel-control {
	color: #fff;
	top: 44%;
	bottom: auto;
	padding-top: 0px;
	width: 42px;
	height: 42px;
	opacity: 1;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}
.carousel-control.right, .carousel-control .glyphicon-chevron-right {
	left: auto;
	right: 49px;
	margin-top: 59px;
}
.carousel-control.left {
	left: auto;
	right: 49px;
}
.about_section {
	margin: 0;

	padding: 120px 0 90px 0;
	width: 100%;
	background: #fff;
}
.about_banner {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	position: relative;
}
#about_banner {
	margin: 0;
	padding: 0;
	width: 100%;
}
#about_banner_icon {
	position: absolute;
	left: -15px;
	top: -25px;
}
.about_details {
	margin: 0;
	padding: 0;
	width: 100%;
}
.about_details h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
	font-weight: 300;
	color: #ED9C10;
}
.about_details h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 46px;
	font-weight: bold;
	color: #000000;
	position: relative;
}
.about_details h2:before {
	left: 0;
	bottom: 0;
	background: url(../images/devider.png) no-repeat;
	width: 181px;
	height: 7px;
	position: absolute;
	content: '';
}
.about_details p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	color: #000000;
	position: relative;
}
.about_details a {
	font-size: 20px;
	color: #FFA60D;
	position: relative;
	border: 1px solid #FFA60D;
	border-radius: 40px;
	padding: 15px 30px;
	margin: 10px 0 30px 0;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.about_details a:hover {
	border: 1px solid #1B1919;
	color: #fff;
	background: #1B1919;
}
.services_section {
	margin: 0;
	padding: 120px 0 90px 0;
	width: 100%;
	background: #FFF6E5;
}
.services_section h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 46px;
	font-weight: bold;
	color: #000000;
	position: relative;
	text-align: center;
}
.services_section h2:before {
	left: 50%;
	margin-left: -90px;
	bottom: 0;
	background: url(../images/devider.png) no-repeat;
	width: 181px;
	height: 7px;
	position: absolute;
	content: '';
}
.services_posts_area {
	margin: 0;
	padding: 40px 0 0 0;
	width: 100%;
	display: inline-block;
}
.services_post {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.services_post img {
	width: 100%;
}
.services_post_details {
	margin: 0;
	padding: 10px 15px;
	width: 95%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFA60D;
}
.display_table {
	display: table;
	height: 90px;
	overflow: hidden;
}
.table_cell {
	display: table-cell;
	vertical-align: middle;
}
.services_post_details h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	width: 90%;
}
.services_post_details a img {
	width: 50px;
	height: 45px;
}
.services_post_details a {
	position: absolute;
	top: 0;
	right: 0;
}
.mid_banner_section {
	margin: 0;
	padding: 80px 0;
	width: 100%;
	background: url(../images/mid_banner.png) no-repeat;
	position: relative;
}
.mid_banner_section:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.90);
}
.mid_banner_section h3 {
	margin: 0;
	padding: 45px 0 45px 200px;
	font-size: 41px;
	color: #fff;
	background: url(../images/icon2.png) no-repeat;
	font-weight: bold;
}
.mid_banner_section h3 span {
	color: #FFA60D;
}
.projects_section {
	margin: 0;
	padding: 0;
	width: 100%;
}
.projects_posts_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.project_post {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.project_post img {
	width: 100%;
	position: relative;
}
.img_overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.80);
}
.project_post_details {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.project_post_details h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	color: #FFF;
	font-weight: normal;
}
.project_post_details h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}
.project_post_details a img {
	width: 50px !important;
	height: 45px !important;
}


.testimonial_section {
    margin: 0;
    padding: 120px 0 160px 0;
    width: 100%;
    background: url(../images/testimonial_bg.png) no-repeat;
    background-size: cover;
    position: relative;
	
}

.testimonial_section:before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.841);
    content: '';
	z-index: 0;
}

.testimonial_section h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 21px;
    font-weight: 300;
    color: #ED9C10;
    text-align: center;
}

.testimonial_section h2 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 46px;
    font-weight: bold;
    color: #000000;
    position: relative;
    text-align: center;
}

.testimonial_section h2:before {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/devider.png) no-repeat;
    width: 181px;
    height: 7px;
    position: absolute;
    content: '';
}

.testimonial_posts_area {
    margin: 0;
    padding: 60px 0; /* Espaciado alrededor del área de las tarjetas */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Espacio entre las tarjetas */
}

.testimonial_post {
    position: relative;
    z-index: 1;
    width: calc(35% - 40px); /* 4 tarjetas por fila, considerando el gap */
    background: #FFF6E5;
    border: 1px solid #F0DBB2;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none; /* Elimina el subrayado en los enlaces */
    color: inherit; /* Hereda el color de texto */
    display: inline-block; /* Asegura que la tarjeta se muestre como un bloque clicable */
}

.testimonial_post:hover .testimonial_post_banner {
    transform: scale(1.05); /* Ajuste del zoom solo en la imagen al hacer hover */
}

.testimonial_post:hover {
    transform: none; /* Asegura que el hover del enlace no cambie el tamaño del contenedor */
}

.testimonial_post_banner {
    width: 100%;
    height: 150px; /* Altura de la imagen */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0;
}

.testimonial_title {
    background-color: #FFA60D;
    padding: 10px;
    color: #1c0e23;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-top: 1px solid #F0DBB2;
	position: relative;
}

.link_icon {
    position: absolute;
    top: -3px; /* Ajusta según sea necesario para que se superponga en la esquina */
    right: -2px; /* Ajusta según sea necesario para que se superponga en la esquina */
    z-index: 2; /* Asegura que el ícono esté sobre el contenido */
    /* background-color: rgba(255, 255, 255, 0.8);  */
    padding: 5px; /* Opcional: espacio alrededor del ícono */
    border-radius: 50%; /* Opcional: para darle forma redonda */
}

.link_icon img {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.869); /* Agrega un glow alrededor de la imagen */
    /* border-radius: 50%; Opcional: para darle una forma redonda si la imagen es cuadrada */
}

.testimonial_post a {
    text-decoration: none !important; /* Asegura que ningún enlace dentro de .testimonial_post tenga subrayado */
    color: inherit; /* Mantiene el color del texto */
}

.testimonial_post a:hover {
    text-decoration: none !important; /* Asegura que no haya subrayado al hacer hover */
}

.testimonial_post h4 {
	text-decoration: none !important;
    margin: 0;
	color: #1f0f21;
}

a:hover{
	text-decoration: none;
	}

.testimonial_post h4:hover {
    text-decoration: none !important; /* Asegura que no haya subrayado al hacer hover */
}

@media screen and (max-width: 992px) {
    .testimonial_post {
        width: calc(50% - 40px); /* 2 tarjetas por fila en pantallas medianas */
    }
}

@media screen and (max-width: 576px) {
    .testimonial_post {
        width: calc(100% - 40px); /* 1 tarjeta por fila en pantallas pequeñas */
    }
}




.footer {
	margin: 0;
	padding: 90px 0 40px 0;
	width: 100%;
	background: url(../images/footer_bg.png) no-repeat;
	position: relative;
	background-size: cover;
}
.footer:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.20);
	position: absolute;
	content: '';
}
.newsletter_sec {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	width: 100%;
	border-bottom: 1px solid #3E3C3C;
}
.newsletter_details {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
.newsletter_details h2 {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	font-size: 46px;
	font-weight: bold;
	color: #FFF;
}
.newsletter_details p {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 19px;
	color: #868686;
}
.newsletter_field_area {
	margin: 20px 0 30px 0;
	padding: 8px;
	width: 100%;
	height: 82px;
	background: transparent;
	border: 1px solid #FFA60D;
	display: inline-block;
}
input.newslleter_field {
	margin: 0;
	padding: 5px 20px;
	font-size: 18px;
	color: #929292;
	width: 84%;
	height: 64px;
	background: transparent;
	border: none;
	float: left;
	outline: none;
}
.newsletter_btn {
	margin: 0;
	padding: 0;
	float: right;
	background: url(../images/newsletter_btn.png) no-repeat;
	width: 14%;
	height: 64px;
	border: none;
	background-size: 100% 100%;
	border: none;
	font-size: 0;
	outline: none;
}
.footer_bottom {
	margin: 0;
	padding: 60px 0 0 0;
	width: 100%;
}
.footer_nav {
	margin: 0 0 60px 0;
	padding: 0;
	width: 100%;
}
.footer_nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
.footer_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.footer_nav ul li a {
	margin: 0 0 0 40px;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_nav ul li a:hover {
	color: #FFA60D;
}
.footer_social ul {
	margin: 0 0 0 0px;
	padding: 0px;
	position: relative;
	text-align: right;
}
.footer_social ul li {
	margin: 0 5px;
	padding: 0 0;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
}
.footer_social ul li a {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
}
.footer_social ul li a:hover {
	color: #FFA60D;
}



.copyright {
	margin: 0;
	padding: 0;
	width: 100%;
}
.copyright p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
}
.inner_title_area {
	margin: 30px 0 0 0;
	padding: 200px 0 150px 0;
	width: 100%;
	position: relative;
	background-size: cover !important;
}
.inner_title_area:before {
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.70);
	width: 100%;
	height: 100%;
}
.inner_title_area h2 {
	margin: 0;
	padding: 0;
	font-size: 65px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.inner_title_area h2 strong {
	position: relative;
	border-left: 3px solid #FFF;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	padding: 20px 60px;
}
.inner_title_area h2 strong:before {
	top: 0;
	right: 0;
	width: 3px;
	height: 20px;
	background: #FFF;
	position: absolute;
	content: '';
}
.inner_title_area h2 strong:after {
	bottom: 0;
	right: 0;
	width: 3px;
	height: 20px;
	background: #FFF;
	position: absolute;
	content: '';
}
.services_mid_sec {
	margin: 0;
	padding: 60px 0 30px 0;
	width: 100%;
	background: #FFA60D;
	text-align: center;
}
.services_mid_sec p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 34px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.inner_services_post {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	background-color: #FFF6E5 !important;
	background-repeat: no-repeat !important;
	background-size: 50% 100% !important;
}
.inner_services_post_banner {
	display: none;
}
.inner_services_post_banner img {
	width: 100%;
}
.inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 80px;
	width: 100%;
}
.inner_services_post_details h2 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	position: relative;
}
.inner_services_post_details h2:before {
	left: 0;
	bottom: 0;
	background: url(../images/devider.png) no-repeat;
	width: 181px;
	height: 7px;
	position: absolute;
	content: '';
}
.inner_services_post_details p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	color: #000000;
	position: relative;
}
.inner_services_post_details ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.inner_services_post_details ul li {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	font-size: 20px;
	color: #000000;
	position: relative;
	display: inline-block;
	width: 100%;
	background: url(../images/list_style.png) no-repeat 0 5px;
}
div#inner_services_post_right {
	background-position: top right !important;
}
#inner_services_post_right .inner_services_post_details {
	margin: 0;
	padding: 80px 80px 80px 0px;
	width: 100%;
}
.inner_services_post_details h3 {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	position: relative;
}
.inner_services_post_details img {
	margin-bottom: 30px;
}
.display_table2 {
	display: table;
	height: 464px;
	overflow: hidden;
}
.contact_section {
	margin: 0;
	padding: 120px 0 90px 0;
	width: 100%;
	background: #FFF;
	position: relative;
}
.contact_section:before {
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #FFF6E5;
	position: absolute;
	content: '';
}
.contact_form_area {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	background: #FFF6E5;
}
.contact_form_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.contact_form_area p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}
.contact_text_field {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	height: 30px;
	font-size: 16px;
	border: none;
	outline: none;
	border-bottom: 1px solid #000;
	background: none;
}
.contact_text_area {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	height: 120px;
	font-size: 16px;
	border: none;
	outline: none;
	border-bottom: 1px solid #000;
	background: none;
	resize: none;
}
.started_btn {
	margin: 0;
	padding: 0;
	width: 152px;
	height: 47px;
	color: #FFF;
	background: #FFA60D;
	border-radius: 40px;
	outline: none;
	border: none;
}
.contact_details_area {
	margin: 0;
	padding: 0 0 0 40px;
	width: 100%;
}
.contact_details_area h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 40px;
	color: #000;
	font-weight: bold;
}
.contact_details_area h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
	color: #FFA60D;
	font-weight: bold;
}
.contact_details_area p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
	color: #000;
}
.map_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.map_area img {
	width: 100%;
	margin-bottom: 40px;
}
.services_inner_post_section {
	margin: 0;
	padding: 80px 0 50px 0;
	width: 100%;
	background: #FFF6E5;
	text-align: center;
}
.inner_service {
	margin-bottom: 30px;
}
.services_inner_post_section h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 34px;
	color: #000;
	font-weight: bold;
}
.services_inner_post_section p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	color: #000;
}
.services_inner_post {
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.services_inner_post img {
	width: 100%;
}
.services_inner_post_title {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFA60D;
}
.services_inner_post_title h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.services_inner_bottom_posts_area {
	margin: 0;
	padding: 40px 0 40px 0;
	width: 100%;
	display: inline-block;
}
.services_inner_bottom_post_details {
	margin: 0;
	padding: 0;
	width: 100%;
}
.services_inner_bottom_post_details ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.services_inner_bottom_post_details ul li {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: 20px;
	color: #000;
	list-style: none;
	position: relative;
	text-align: left;
}
.services_inner_bottom_post_details ul li:before {
	position: absolute;
	left: 0;
	top: 11px;
	background: #000;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 40%;
}
.download_btn {
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.download_btn a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 47px;
	color: #FFF;
	background: #FFA60D;
	border-radius: 40px;
	outline: none;
	line-height: 47px;
	border: none;
}
#white_bg {
	background: #F5F5F5;
}
/* Responsive Styles */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1230px) {
.container {
	width: 1200px;
}
}
@media(max-width:991px) {
.customer-img, .img-related {
	margin-bottom: 30px;
}
}
 @media(max-width:767px) {
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}

/* MODIFICAR ESTO PARA QUE SEA RESPONSIVE */
 @media (min-width: 0px) and (max-width: 480px) {
.top_bar_left {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}
.top_social_area {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	text-align: center;
}
.top_social_area ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.time_sec {
	display: none;
}
.logo_bar_details {
	display: none;
}
.logo_bar {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	background: #FFF;
	text-align: center;
}
.nav_area {
	margin: 0;
	padding: 0;
}
.navbar-toggle {
	margin-right: 0;
}
.banner_caption h2 {
	margin: 0 0 0px 0;
	padding: 50px 0 50px 10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.carousel-control {
	display: none !important;
}
.mid_banner_section h3 {
	margin: 0;
	padding: 0;
	font-size: 41px;
	color: #fff;
	background: none;
	font-weight: bold;
	text-align: center;
}
.footer_logo {
	text-align: center;
}
.footer_nav ul {
	text-align: center;
}
.footer_nav ul li {
	width: 100%;
}
.footer_social ul {
	text-align: center;
}
.copyright p {
	text-align: center;
}
.footer_nav ul li a {
	margin: 0;
}
.inner_title_area h2 {
	font-size: 30px;
}
.inner_title_area h2 strong {
	padding: 15px 40px;
}
.about_details h2 {
	font-size: 36px;
}
.inner_services_post {
	background-image: none !important;
}
.inner_services_post_banner {
	display: block;
}
.inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0;
	width: 100%;
}
#inner_services_post_right .inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0px;
	width: 100%;
}
.contact_section::before {
	left: 0;
	top: 0;
	width: 100%;
}
.contact_details_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
}
 @media (min-width: 481px) and (max-width: 767px) {
.top_bar_left {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}
.top_social_area {
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	text-align: center;
}
.top_social_area ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.time_sec {
	display: none;
}
.logo_bar_details {
	display: none;
}
.logo_bar {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	background: #FFF;
	text-align: center;
}
.nav_area {
	margin: 0;
	padding: 0;
}
.navbar-toggle {
	margin-right: 0;
}
.banner_caption h2 {
	margin: 0 0 0px 0;
	padding: 50px 0 50px 10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.carousel-control {
	display: none !important;
}
.mid_banner_section h3 {
	margin: 0;
	padding: 0;
	font-size: 41px;
	color: #fff;
	background: none;
	font-weight: bold;
	text-align: center;
}
.footer_logo {
	text-align: center;
}
.footer_nav ul {
	text-align: center;
}
.footer_nav ul li {
	width: 100%;
}
.footer_social ul {
	text-align: center;
}
.copyright p {
	text-align: center;
}
.footer_nav ul li a {
	margin: 0;
}
.inner_title_area h2 {
	font-size: 30px;
}
.inner_title_area h2 strong {
	padding: 15px 40px;
}
.about_details h2 {
	font-size: 36px;
}
.inner_services_post {
	background-image: none !important;
}
.inner_services_post_banner {
	display: block;
}
.inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0;
	width: 100%;
}
#inner_services_post_right .inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0px;
	width: 100%;
}
.contact_section::before {
	left: 0;
	top: 0;
	width: 100%;
}
.contact_details_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
}


/* MODIFICAR V2 */
 @media (min-width: 768px) and (max-width: 992px) {
.top_bar_left p {
	font-size: 13px;
}
#mail_id {
	display: none;
}
.navbar-nav > li > a {
	margin: 0;
	padding: 15px 14px;
	font-size: 15px;
}
.banner_caption h2 {
	font-size: 48px;
}
.mid_banner_section h3 {
	padding: 0 0 45px 200px;
}
.footer_nav ul li a {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.inner_services_post {
	background-image: none !important;
}
.inner_services_post_banner {
	display: block;
}
.inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0;
	width: 100%;
}
#inner_services_post_right .inner_services_post_details {
	margin: 0;
	padding: 80px 0 80px 0px;
	width: 100%;
}
.contact_section::before {
	left: 0;
	top: 0;
	width: 100%;
}
.contact_details_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
}
 @media (min-width: 993px) and (max-width: 1200px) {
.navbar-nav > li > a {
	margin: 0;
	padding: 15px 6px;
	font-size: 17px;
}
#mail_id {
	display: none;
}
.mid_banner_section h3 {
	padding: 20px 0 45px 200px;
}
.footer_nav ul li a {
	margin: 0 0 0 10px;
}
}





@media (max-width: 767px) {
    .dropdown-item {
      white-space: normal !important;
    }
}

@media (max-width: 767px) {
	.navbar-collapse {
	  border: 2px solid rgb(33, 29, 25) !important;
	}
  
	.navbar-nav > li > a {
	  border-bottom: 1px solid rgb(33, 29, 25);
	}
  
	.navbar-nav > li:last-child > a {
	  border-bottom: none; /* Elimina la línea del último elemento */
	}

	.navbar-nav > li > button {
		margin-top: 10px;
		margin-bottom: 5px;
	  }
  }
  
  

/* en 1201px debe hacer el background size cover y mas espacio entre */