/*FONT FAMILY*/
@font-face {
    font-family: 'Edwardian S';
    src: url('../fonts/Edwardian Script.TTF');
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/Sofia Pro.otf');
}
@font-face {
    font-family: 'Rambla';
    src: url('../fonts/Rambla/Rambla-Regular.otf');
}
/*END FONT FAMILY*/
html, body {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}
header {
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    width: 100%;
}
.container {
    width: 100%;
}
.row {
    margin-bottom: 5px;
}
/*NAVBAR*/
nav {
    color: #006FB6;
    transition: all 0.35s ease;
}
nav ul li {
    padding: 16px 8px;
}
.navbar {
    font-family: 'Rambla';
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    color: #006FB6;
}
.navbar img {
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #006FB6;
}	
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
    opacity: .90;
    transition: all 0.35s ease;
}
.menu_item {
    color: #006FB6;
}
/*CSS BUTTONS*/
.btn-send-message {
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.btn-send-message:hover {
    opacity: .75;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.btn-info {
    background-color: #FF0D63! important;
    border: 1px solid #7F0631! important;
}
.btn-info:hover {
    background-color: #B709AA! important;
    border: 1px solid #490344! important;
}
/*END CSS BUTTONS*/
/*END NAVBAR*/
.side-info {
    padding: 10px 0;
}
.side-info i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    color: #fff;
    opacity: 0.9;
}
.side-info ul {
    display: inline-block;
    padding: 0px;
    margin-bottom: 15px;
    position: relative;
}
.side-info ul li {
    display: inline-block;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
}
.side-info ul li:hover {
    display: inline-block;
    margin-right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3 ease-in-out;
    border-radius: 50%;
    background-color: #FF0D63;
    color: #FFFFFF;
}
.side-info ul li i {
    line-height: 37px;
    width: 37px;
}
.side-info-2 {
    overflow: hidden;
}
.side-info-2 h5 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: 'Rambla';
    color: #FFFFFF;
}
.side-info-2 h6 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: 'Rambla';
    color: #FFFFFF;
    margin-bottom: 0px;
}
.flex-shrink-1 {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow: hidden;
    padding-top: 20px;
    background-image: -webkit-gradient(linear, right bottom, left top, from(#F6CFD6), to(#EA899A));
    background-image: linear-gradient(to bottom, #FCF3F4, #EA899A);
}
.carousel-caption {
    width: 40%;
    bottom: 15px;
    padding: 30px;
    margin: 30px;
    background-color: #FFFFFF;
    position: absolute;
}
.carousel-caption h3 {
    color: #FF0D63;
}
.property-item {
    height: 270px;
    position: relative;
}
.property-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(15, 15, 15, 0)), to(rgba(48, 48, 48, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(15, 15, 15, 0) 32%, rgba(48, 48, 48, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(15, 15, 15, 0) 32%, rgba(48, 48, 48, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6303030', GradientType=0);
}
.property-info {
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    padding: 30px;
    padding-bottom: 20px;
    z-index: 5;
}
.property-info .price {
    font-family: 'Rambla';
    float: left;
    background: #FF0D63;
    padding: 7px 13px;
    min-width: 110px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
    border-radius: 20px;
}
.property-info .price:hover {
    float: left;
    background: #EA899A;
    padding: 7px 13px;
    min-width: 110px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.property-item .sale-notic, .property-item .rent-notic, .property-item .sold-notic {
    margin: 30px;
}
.price {
    font-family: 'Rambla';
    background: #FF0D63;
    border: 2px solid #FF0D63;
    padding: 7px 13px;
    min-width: 110px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
    border-radius: 20px;
}
.price:hover {
    font-family: 'Rambla';
    background: #EA899A;
    border: 2px solid #EA899A;
    padding: 7px 13px;
    min-width: 110px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.sold-notic {
    background: none;
}
.rent-notic {
    background: none;
}
.sale-notic, .rent-notic, .sold-notic {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    color: #FF0D63;
    background: none;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    z-index: 3;
}
breadcrumb-menu {
    font-family: 'Alternate Gothic';
    text-align: right;
    padding-top: 50px;
}
.breadcrumb-menu li {
    font-family: 'Avenir R';
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
}
.breadcrumb-menu li a {
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.breadcrumb-menu li a:hover {
    color: #0091B8;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
/*END BREADCRUMB*/
/*TOP MENU IMAGES*/
.home-image {
    padding-bottom: 50px;
    background-image: url(../images/home_menu_image_new_2.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/about_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.mision-vision-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/mision_vision_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/services_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.energy-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/energy_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.environment-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/environment_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.project-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/projects_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.sst-politic-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/sst_politic_menu_image_new_2.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.clients-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/clients_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.news-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/news_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact_menu_image_new.jpg) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*END TOP MENU IMAGES*/
.main-title {
    text-align: center;
    margin: 0 auto 75px;
}
.main-title .main-title-inner {
    position: relative;
    display: inline-block;
}
.main-title .main-title-left, .main-title .main-title-right {
    position: absolute;
    top: 36%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}
.main-title .main-title-left {
    left: 0;
    text-align: right;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}
.main-title .main-title-left *:nth-last-child(even) {
    color: rgba(255, 255, 255, 0.2);
}
.main-title .main-title-left * {
    padding-right: 1.25em;
}
.main-title .main-title-left *, .main-title .main-title-right * {
    display: inline;
    white-space: nowrap;
}
.main-title .main-title-right {
    right: 0;
    text-align: left;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
}
.main-title .main-title-right *:nth-child(odd) {
    color: rgba(255, 255, 255, 0.1);
}
.main-title .main-title-right * {
    padding-left: 1.25em;
}
.main-title h1 {
    font-size: 120px;
    font-family: 'Rambla';
    font-weight: bold;
}
.main-title h2 {
    font-size: 18px;
    font-family: 'Rambla';
    font-weight: bold;
    color: #FF0D63;
}
.main-title h3 {
    font-size: 30px;
    font-family: 'Rambla';
    font-weight: bold;
    text-transform: uppercase;
}
.main-title p {
    font-size: 20px;
    font-family: 'Sofia Pro';
}
/*EFFECTS*/
.quick-links {
    text-align: center;
    text-transform: uppercase;
}
.quick-links * {
    box-sizing: border-box;
}
.quick-links a {
    overflow: hidden;
    padding: 0 15px;
    margin: 15px 25px;
}
.quick-links a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
       -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
}
.quick-links a span::before {
    opacity: 1;
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: bold;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.quick-links a:hover span,
.quick-links a:focus span {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
}
.effect * {
    box-sizing: border-box;
}
.effect li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.2em;
    padding: 0;
}
.effect a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}
.effect a:before,
.effect a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
}
.effect a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #FF0D63;
}
.effect a:after {
    left: 0;
    top: 0;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #000000;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.effect a:hover:before,
.effect .current a:before {
    opacity: 1;
    width: 100%;
}
.effect a:hover:after,
.effect .current a:after {
    max-width: 100%;
}
/*END EFFECTS*/
.home-footer {
    background-color: #0091B8;
    font-family: 'Avenir R';
    padding: 30px;
    font-size: 25px;
    font-weight: bold;
}
.home-footer h4 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    color: #FFFFFF;
    opacity: .9;
}
.home-readmore {
    font-size: 18px;
    display: inline-block;
    background: #FF0D63;
    padding: 7px 13px;
    border: 2px solid #FF0D63;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore:hover {
    background: #EA899A;
    border: 2px solid #EA899A;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-2 {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #FFFFFF;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-2:hover {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #0091B8;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-3 {
    font-size: 14px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #2E4ADF;
    background-color: #2E4ADF;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.home-readmore-3:hover {
    background-color: transparent;
    border: 2px solid #2E4ADF;
    color: #2E4ADF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.fortalezas {
    padding: 20px 30px;
    border: 1px solid #0091B8;
    border-right: none;
    position: relative;
}
.fortalezas .number {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 400;
    font-family: "Alternate Gothic";
    color: #0091B8;
}
.fortalezas .f-icon i {
    font-size: 4rem;
    color: #0091B8;
}
.fortalezas .f-content p {
    font-size: 15px;
}
.services-readmore {
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.services-readmore:hover {
    color: #87BBDD;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.planet-info {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    /*background-image: url(../images/grey_background.jpg) !important;*/
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.planet-image {
    margin-bottom: 20px;
}
.planet-item h4 {
    font-size: 18px;
    font-family: 'Rambla';
    font-weight: bold;
}
.planet-item p {
    font-family: 'Sofia Pro';
}
.planet-item i {
    color: #0091B8;
    font-size: 20px;
}
.planet-info .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E74224' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.planet-info .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23E74224' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.home-about {
    font-family: 'Aller Bold';
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
}
.home-about p {
    font-family: 'Aller Regular';
}
.home-about .list-group a {
    font-size: 18px;
    display: inline-block;
    color: #87BBDD;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.home-about .list-group a:hover {
    background-color: #FFFFFF;
    color: #006FB6;
    opacity: .90;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.about-readmore {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #0091B8;
    background-color: #0091B8;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.about-readmore:hover {
    background-color: transparent;
    border: 2px solid #0091B8;
    color: #0091B8;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.project-info {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    background: #FEFAFC;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    /*background-size: cover !important;*/
}
.project-info-2 {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 150px;
    background-image: url(../images/about_overlay_2.png) !important;
    position: relative;
    /*background-position: center !important;*/
    background-repeat: no-repeat !important;
    /*background-size: cover !important;*/
}
.member-item {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.avatar-image img {
    border-radius: 2px;
    max-width: 100%;
}
.avatar-content {
    padding: 20px 30px 10px 25px;
    text-align: center;
    background-color: #006FB6;
    border-radius: 2px;
    margin: -30px 15px 0;
    box-shadow: 0 30px 50px rgba(0,0,0,.03);
    border-bottom: 1px solid transparent;
    position: absolute;
    width: calc(100% - 30px);
    transform: translateY(0);
}
/*READ MORE EFFECTS*/
.box14{position:relative}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:25px;color:#fff;padding:10px;background:#0091B8;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:140px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;margin-left:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{background:#0091B8;border-color:#0091B8}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}
/*END READ MORE EFFECTS*/
.our-advantages {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 130px;
}
.footer {
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.footer-title h2 {
    font-size: 18px;
    font-family: 'Aller Bold';
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.footer-title p {
    font-family: 'Aller Regular';
    font-size: 18px;
    opacity: .90;
    color: #FFFFFF;
    padding-bottom: 25px;
    text-align: justify
}
.footer-title img {
    max-width: 70%;
}
.footer-menu li {
    padding: 0 30px;
    display: inline-block;
    border-right: 1px solid #006FB6;
    line-height: 12px;
    font-family: 'Aller Bold';
}
.footer-menu li:last-child {
    border: none;
}
.footer2 {
    background-color: #343A40;
    padding-top: 40px;
    padding-bottom: 25px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-us-items li a {
    color: #999999;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.contact-us-items li a:hover {
    color: #FF0D63;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.contact-us-items li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    opacity: .90;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #F6F6F6;
    transition: all 300ms linear 0s;
}
.contact-us::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.copyright {
    padding-top: 40px;
    padding-bottom: 25px;
    background: #000000;
}
.copyright-item p {
    font-family: 'Rambla';
    font-size: 15px;
    color: #FF0D63;
    opacity: .9;
    font-weight: bold;
}



.feature-item {
    border-radius: 10px;
    padding: 40px 40px 40px 40px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: box-shadow .3s;
    border: 1px solid #DA291C;
}
.feature-item:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.welcome-unit {
    display: flex;
    padding: 20px 20px 20px 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: box-shadow .3s;
}
.welcome-unit:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.item-left {
    max-height: 100%;
    float: left;
}
.item-left i {
    font-size: 48px;
    color: #DA291C;
    padding-bottom: 35px;
}
.item-right {
    padding-left: 30px;
    max-height: 100%;
}
.item-right h2 {
    font-family: 'Futura Bold';
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.item-right p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #000000;
    text-align: justify;
}
.item-right img {
    max-width: 100%
}
.item-right ul {
    list-style: none;
    font-family: 'Futura Book';
    font-size: 16px;
}
.provide-item {
    font-family: 'Futura Bold';
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.our-services {
    background: #DA291C;
    padding-top: 80px;
    padding-bottom: 50px;
}
.our-services i {
    font-size: 48px;
    color: #DA291C;
    padding-bottom: 35px;
}
.our-services h4 {
    font-family: 'Futura Bold';
    font-size: 20px;
    color: #DA291C;
    font-weight: bold;
    padding-bottom: 10px;
}
.our-services p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #DA291C;
    font-weight: bold;
}
.service-item {
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: transform .7s;
}
.service-item:hover {
    transform: scale(1.1);
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.service-item p {
    font-family: 'Futura Book';
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.service-item img {
    max-width: 100%
}

.our-project {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/our_projects.png);
    background-size: cover;
}
.project-item h4 {
    font-family: 'Aller Bold';
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.project-item img {
    max-width: 100%;
}
.clients-logo {
    font-family: 'Nunito Bold';
    border-top: 1px solid #B8860B;
    color: #B8860B;
    margin: 15px auto 0;
    padding-top: 15px;
}
#owl-demo .item{
    margin: 20px;
    display: inline-block;
}
#owl-demo .item img {
    width: 120px;
    height: 120px;
    text-align: center;
}
#owl-testimonials .owl-item .active {
    width: 0px;
}
#owl-testimonials .owl-stage .active {
    width: 0px;
}
.owl-stage {
    width: 0px;
}
.owl-item {
    width: 0px;
}

.bcrumb {
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}

.about-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/about-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-footer {
    background: #DA291C;
    font-family: 'Futura Bold';
    padding: 30px;
    font-size: 25px;
    color: #EBDDB0;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6!important;
}
.counter-item {
    text-align: center;
}
.counter-item i {
    font-size: 40px;
}
.counter-item h4 {
    font-size: 35px;
    padding: 13px 0 10px;
}
.services-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/services-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services-footer {
    background: #DA291C;
    font-family: 'Futura Book';
    padding: 30px;
    font-size: 25px;
    color: #EBDDB0;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6!important;
}
.services-footer h4 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
}
.projects-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/projects-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.project-readmore {
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #DA291C;
    line-height: 50px;
    border-radius: 4px;
    color: #DA291C;
    text-decoration: none;
}
.project-readmore:hover {
    background-color: #DA291C;
    border-color: #DA291C;
    color: #EBDDB0;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
            transition: 0.3s;
}
.contact-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact-breadcrumb.jpg) !important;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contact-background {
    background: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/contact-us-2.png);
    background-size: cover;
}
.contact-items li {
    list-style: none;
    font-family: 'Futura Book';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    transition: all 300ms linear 0s;
}


.navigation-items {
    padding: 0px;
}
.navigation-items li {
    list-style: none;
}
.navigation-items li a {
    font-family: 'Futura Book';
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    text-decoration: none;
    transition: all 300ms linear 0s;
}
.navigation-items li a:hover {
    color: #DA291C;
    transform: translateX(10px);
}
.navigation-items li a i {
    font-size: 14px;
    color: #DA291C;
    padding-right: 20px;
    position: absolute;
    left: 0;
    bottom: 2px;
    transition: all 300ms linear 0s;
}
.navigation-items li a i:hover {
    transform: translateX(10px);
}
/*CSS MEDIA QUERIES*/
@media (min-width: 1025px) and (max-width: 1280px) {
    
}
@media only screen and (max-width : 1200px) {
    
}
@media only screen and (max-width : 992px) {
    
}
@media (max-width:768px){
    
}
@media screen and (max-width: 600px) {
    
}
@media only screen and (max-width : 480px) {
    
}
@media (min-width: 320px) and (max-width: 480px) {
    
}
/*END CSS MEDIA QUERIES*/