/*FONT FAMILY*/
@font-face {
    font-family: 'K2D Medium';
    src: url('../fonts/K2D-Medium.ttf');
}

@font-face {
    font-family: 'K2D Bold';
    src: url('../fonts/K2D-Bold.ttf');
}

@font-face {
    font-family: 'K2D Light';
    src: url('../fonts/K2D-Light.ttf');
}

/*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: 'K2D Bold';
    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: #B4C3D3;
    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;
}

/*END CSS BUTTONS*/
/*END NAVBAR*/
breadcrumb-menu {
    font-family: 'K2D Bold';
    text-align: right;
    padding-top: 50px;
}

.breadcrumb-menu li {
    font-family: 'K2D Bold';
    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 {
    font-family: 'K2D Bold';
    padding-top: 0px;
    padding-bottom: 150px;
    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/Home_Banner_2.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/Home_Banner_1.PNG) !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;
}

.cadaster-image {
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/cadaster_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/Roofing_9.png) !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 h1 {
    font-size: 120px;
    font-family: 'K2D Bold';
    font-weight: bold;
}

.main-title h2 {
    font-size: 30px;
    font-family: 'K2D Bold';
    font-weight: bold;
    letter-spacing: 10px;
    color: #06386F;
}

.main-title h3 {
    font-size: 30px;
    font-family: 'Alternate Gothic';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.main-title p {
    font-size: 20px;
    font-family: 'K2D Light';
}

/*EFFECTS*/
.quick-links {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.quick-links * {
    box-sizing: border-box;
}

.quick-links a {
    color: #FFFFFF;
    opacity: 0.5;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 15px;
}

.quick-links li {
    display: inline-block;
    list-style: outside none none;
}

.quick-links a:before,
.quick-links a:after {
    color: #06386F;
    text-decoration: none;
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.quick-links a:before {
    color: #06386F;
    text-decoration: none;
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.quick-links a:after {
    color: #06386F;
    text-decoration: none;
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.quick-links a:hover::before,
.quick-links a:hover::after,
.quick-links a:focus::before,
.quick-links a:focus::after {
    text-decoration: none;
    color: #06386F;
    white-space: nowrap;
    text-decoration: none;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);

}

.quick-links-2 {
    text-align: center;
    text-transform: uppercase;
}

.quick-links-2 * {
    box-sizing: border-box;
}

.quick-links-2 a {
    overflow: hidden;
    padding: 0 15px;
    margin: 10px 15px;
}

.quick-links-2 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-2 a span::before {
    opacity: 1;
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: bold;
    color: #1b244a;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quick-links-2 a:hover span,
.quick-links-2 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*END EFFECTS*/
.home-footer {
    background-color: #06386F;
    font-family: 'K2D Bold';
    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;
    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;
}

.home-readmore:hover {
    background-color: transparent;
    border: 2px solid #0091B8;
    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: #2369AF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.home-readmore-3 {
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #06386F;
    background-color: #06386F;
    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: #FFFFFF;
    border: 2px solid #2369AF;
    color: #2369AF;
    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: 'K2D Medium';
    font-weight: bold;
    color: #2369AF;
}

.planet-item p {
    font-family: 'K2D Light';
}

.planet-item i {
    color: #2369AF;
    font-size: 60px;
}

.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-family: 'K2D Bold';
    font-size: 18px;
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #06386F;
    background-color: #06386F;
    line-height: 50px;
    color: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.about-readmore:hover {
    font-family: 'K2D Bold';
    background-color: transparent;
    border: 2px solid #2369AF;
    color: #2369AF;
    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: 150px;
    background-image: url(../images/about_overlay.png) !important;
    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
    }
}

.hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*END READ MORE EFFECTS*/
.our-advantages {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 130px;
}

.footer {
    background-color: #091B27;
    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: #06151F;
    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: #FFFFFF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.contact-us-items li a:hover {
    color: #2369AF;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.contact-us-items li {
    list-style: none;
    font-family: 'K2D Light';
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    opacity: .90;
    position: relative;
    padding-bottom: 10px;
    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: 'K2D Light';
    font-size: 18px;
    color: #FFFFFF;
    opacity: .9;
}



.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) {
    .navbar-brand {
        max-width: 10%;
    }

    .footer-logo img {
        max-width: 15%;
    }
}

@media only screen and (max-width : 1200px) {
    .navbar-brand {
        max-width: 10%;
    }

    .footer-logo img {
        max-width: 15%;
    }
}

@media only screen and (max-width : 992px) {
    .navbar-brand {
        max-width: 10%;
    }

    .footer-logo img {
        max-width: 15%;
    }
}

@media (max-width:768px) {
    .navbar-brand {
        max-width: 10%;
    }

    .footer-logo img {
        max-width: 15%;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand {
        max-width: 10%;
    }

    .footer-logo img {
        max-width: 15%;
    }
}

@media only screen and (max-width : 480px) {
    .navbar-brand {
        max-width: 25%;
    }

    .footer-logo img {
        max-width: 18%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .navbar-brand {
        max-width: 25%;
    }

    .footer-logo img {
        max-width: 20%;
    }
}

/*END CSS MEDIA QUERIES*/