@font-face {
    font-family: 'Agrandir Thin';
    src: url('../fonts/Agrandir-ThinItalic.woff2') format('woff2'),
    url('../fonts/Agrandir-ThinItalic.woff') format('woff'),
    url('../fonts/Agrandir-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/Agrandir-Regular.woff2') format('woff2'),
    url('../fonts/Agrandir-Regular.woff') format('woff'),
    url('../fonts/Agrandir-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Extrabold';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf')  format('truetype'),
    url('../fonts/OpenSans-ExtraBold.svg#Open Sans Extrabold') format('svg');
}

body{
    font-size: 1.1rem;
}

a.nav-link:focus,a.nav-link:active,a.nav-link:current,a.nav-link {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

a{
    text-decoration: none;
    color: #ff0000;
}

.header{
    background: #628F28;
    padding: 0.4rem 0;
    z-index: 1;
    position: relative;
}

.header .container{
    position: relative;
}

.header img{
    max-height: 25px;
}

.header a{
    font-family: "Agrandir Thin",sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
}

.header .social{
    position: absolute;
    top: -20%;
    right: 0;
}

.bg-light{
    /*background: #ffffffc7;*/
    background: #1c174b !important;
}

.navbar-nav .nav-item .nav-link{
    font-family: "Agrandir",sans-serif;
    font-weight: bold;
}

.navbar-nav .nav-item.active .nav-link{
    color: #628F28;
}

.navbar-brand img{
    /*max-width: 135px;*/
    max-width: 175px !important;
}

.slide-outer-container{
    position: relative;
    top: 2.5rem;
    width: 100%;
    margin-top: -10%;
}

.slider-caption{
    position: absolute;
    top: 45%;
    left: 35%;
    background: #ffffffb3;
    color: #000000;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
}

.slider-caption .slide-title{
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.slider-caption a{
    background: #628F28;
    padding: 0.5rem;
    font-size: 1.2rem;
    border-radius: 5px;
    color: #ffffff;
}

.slider-inner-container{
    position: relative;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?ggv7hg');
    src:  url('../fonts/icomoon.eot?ggv7hg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ggv7hg') format('truetype'),
    url('../fonts/icomoon.woff?ggv7hg') format('woff'),
    url('../fonts/icomoon.svg?ggv7hg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-slider-left:before {
    content: "\e901";
}
.icon-slider-right:before {
    content: "\e900";
}

.slide-down{
    position: absolute;
    bottom: 8%;
    left: 50%;
}

.slide-down img{
    max-width: 30px;
}

section.standard{
    padding: 1rem;
}

#scrollPosition img{
    max-width: 50px;
}

#scrollPosition h4{
    line-height: 50px;
}

#scrollPosition .info-block{
    padding: 0 1rem;
}

#scrollPosition p{
    text-align: justify;
}

h2.title{
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 2rem;
}


.home-service-block{
    background: #3D3D3A;
    border-radius: 10px;
    padding: 0.5rem;
    color: #ffffff;
    min-height: 12rem;
    text-align: center;
}

.home-services h3{
    text-align: center;
    font-size: 1.3rem;
}

.home-services img{
    border-radius: 60px;
}

.home-services a,.home-services a:hover{
    color: #ff0000;
}

.services-slider .slick-prev,.services-slider .slick-next{
    top: 40%;
}

.cta{
    margin-top: 1.5rem;
    padding: 1.5rem;
    font-weight: bold;
    font-size: 1.6rem;
    background: #628F28;
}

.cta a{
    color: #000000;
    background: #ff0000;
    padding: 0.5rem 1rem;
    border-radius: 30px;
}

.cta a:hover{
    color: #ffffff;
}

.project-slide{
    position: relative;
}

.project-slide .project-title-home{
    position: absolute;
    top: 45%;
    width: 100%;
    background: #000000a8;
    padding: 0.5rem 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
}


section.numbers{
    text-align: center;
    padding: 3rem 0;
}

.numbers h4{
    font-weight: bold;
    font-size: 4.5rem;
}

.numbers span{
    font-size: 1.5rem;
}

.numbers h3{
    font-weight: bold;
    font-size: 4rem;
}

.rc-rcbrand-container {
    position:relative;
    max-width:100%;
    margin-bottom: 20px;
}
.rc-rcbrand-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
}

.rc-rcbrand-inner {
    position: relative;
    overflow: hidden;
    width:100%;
    background: transparent;
    border:none;
}

.rc-rcbrand-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.rc-rcbrand-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    padding:5px 10px;
    border-radius:50%;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 102, 0, 0.5);
    color: #fff;
}

.rc-rcbrand-nav-left {
    left: 10px;
}

.rc-rcbrand-nav-left:before {
    content: "<"
}

.rc-rcbrand-nav-left.disabled {
    opacity: 0.4;
}

.rc-rcbrand-nav-right {
    right: 5px;
}

.rc-rcbrand-nav-right:before {
    content: ">"
}

.rc-rcbrand-nav-right.disabled {
    opacity: 0.4;
}

.rc-rcbrand-nav-left, .rc-rcbrand-nav-right{
    display: none;
}

.team img{
    max-width: 150px;
    border-radius: 50%;
}

.team h4{
    margin-bottom: 0;
    line-height: 1;
    font-size: 1.4rem;
}

.team h5{
    font-size: 1.25rem;
    font-weight: 200;
}

footer .main-footer{
    background: #000000;
    padding: 1rem;
    color: #ffffff;
}

footer .main-footer a{
    color: #ffffff;
}

footer .sub-footer{
    background: #628F28;
    color: #000000;
    text-align: center;
    padding: 0.5rem;
}

footer .sub-footer a{
    color: #000000;
}

footer .social{
    margin-right: 1rem;
    display: inline-block;
    padding: 0.5rem;
    font-size: 2.5rem;
    height: 4rem;
    width: 4rem;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 1rem;
}

footer a.social:hover{
    background: #ffffff;
    color: #000000;
}

.hero-section{
    background-size: cover !important;
    background: url('../img/hero-section.jpg') center;
    padding: 2rem 0;
    color: #ffffff;
}

.hero-section h1{
    font-size: 3rem;
    font-family: 'Open Sans Extrabold',sans-serif;
}

.hero-section p{
    font-size: 1.5rem;
    margin: 0;
}

.page-content{
    padding: 2rem 0;
}

.project-item{
    position: relative;
    text-align: center;
    margin-bottom: calc(var(--bs-gutter-x));
}

.project-overlay{
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.project-title{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
}

.page-content.contact i{
    color: #628F28;
}

.page-content.contact a{
    color: #212529;
}

.contact form .row{
    margin-bottom: 1rem;
}
.contact-field input, .contact-field textarea {
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    color: #999;
}

.single-input-field{
    margin-bottom: 20px;
}

.invalid-feedback {
    color: #ff0000;
    margin-bottom: 10px;
}

.contact .sidebar hr{
    border-top: 1px solid #00000030;
}

.contact .btn-primary{
    background: #628F28;
    border-color: #628F28;
}

.contact textarea{
    height: 8rem;
}

.about{
    padding-bottom: 0;
}

.about .leader-block{
    box-shadow: 0 0 30px #ccc;
    padding: 1rem;
}

.about .leader-block .content{
    min-height: 18rem;
    max-height: 18rem;
    overflow: hidden;
}

.about h3{
    text-align: center;
}

.about .team,.about .facts{
    padding: 2rem 0;
}

.about .final-text-1,.about .final-text-2{
    display: none;
}

.about .expand-team,.about .expand-videos,.about .expand-pictures{
    color: #000;
}

.about .expand-team .expand-icon,.about .expand-videos .expand-icon,.about .expand-pictures .expand-icon{
    display: inline-block;
    padding: 0.1rem;
    font-size: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    border: 2px solid #000000;
    border-radius: 50%;
    line-height: 1rem;
}

.about .expanded-team,.about .expanded-videos,.about .expanded-pictures{
    display: none;
}

.about .team-row{
    margin-bottom: 1rem;
}

.about .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #ffffff;
    background-color: #628F28;
}

.about .nav-pills .nav-link{
    color: #000000;
    background: #EAF6E7;
}

.about .nav-pills .nav-item{
    margin: 0 0.5rem;
}

.videoFrame {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 26px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    margin-bottom: 1rem;
}
.videoFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pills-pictures img{
    margin-bottom: 1rem;
}

.about .sheq{
    text-align: center;
}

.about .sheq .heading{
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
}

.about .sheq .list{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about .sheq .list span{
    padding: 0 2rem;
}

.about .sheq .policy-download{
    color: #000000;
}

.about .sheq .download-icon{
    background: #628F28;
    height: 3rem;
    width: 2.5rem;
    display: inline-block;
    padding: 0.5rem;
}

.about .sheq .download-text{
    border: 2px solid #628F28;
    padding: 0.5rem 0.5rem 0.8rem 0;
}

.about .about-tag{
    background: url('../../images/about-tag.jpg') center;
    background-size: cover !important;
    padding: 2rem;
    text-align: center;
    color: #ffffff;
    margin-top: 1.5rem;
    font-size: 2rem;
}

.project-info span{
    font-weight: bold;
    font-style: italic;
}

.service-item-container{
    position: relative;
}

.service-item-title{
    position: absolute;
    bottom: 0;
    background: #628F28;
    width: 100%;
    padding: 0.5rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
}

.service-item-title a{
    color: #ffffff;
}

.service-item-overlay{
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4rem 1rem;
    color: #ffffff;
    text-align: center;
    display: none;
}

.service-item-container .btn-service{
    background: #628F28;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    .slide-outer-container{
        position: relative;
        top: 0;
        width: 100%;
        margin-top: -12%;
    }
}

@media (min-width: 576px){
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
        color: #fff;
    }
}

.error-page-message{
    text-align: center;
    padding: 4rem;
}
