html,body {
    font-family: "Montserrat",sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.navbar-collapse {
    background-color: #05683a
}

.navbar-collapse button {
    color: #fff
}

.navbar-collapse button:hover {
    color: #c5ad68
}

.navbar-collapse .nav-link {
    color: #fff
}

.navbar-collapse .nav-link:hover {
    color: #c5ad68
}

header h1 {
    text-transform: uppercase;
    color: #05683a;
    text-align: left;
    font-size: 3rem;
    margin-bottom: 0
}

header span {
    color: #c5ad68
}

.payOnline:hover {
    color: #c5ad68
}

.change {
    flex: 0 0 50%
}

.imputmess {
    display: inline;
    float: right
}

.inputmsg {
    width: auto
}

.bold {
    font-weight: bold
}

.space {
    margin-left: 10px
}

#background,#interest {
    height: 16px;
    width: 16px
}

.zoomImg {
    height: 100%;
    transition: all 1s
}

.mobileHeader {
    display: none
}

.desktopHeader {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .mobileHeader {
        display:block
    }

    .desktopHeader {
        display: none
    }
}

.heroImageSection {
    position: relative
}

.companyDescription {
    background-color: #05683a;
    color: #fff;
    opacity: .8;
    position: absolute;
    bottom: 20%;
    right: 6%;
    border-radius: 5px
}

.analysisImagesSection .details {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    background-color: #05683a;
    padding: 5px
}

.analysisImagesSection .analyseName {
    position: absolute;
    top: 10%;
    left: 6%;
    background-color: #05683a;
    opacity: .8;
    padding: 7px;
    border-radius: 5px
}

.analysisBoxLink {
    color: #fff
}

.active {
    color: #c5ad68;
    transition: ease 1sec
}

.zoomWraper {
    width: 292.5px;
    height: 162.5px;
    overflow: hidden
}

.zoomImg {
    height: 100%;
    transition: all 1s
}

.zoomWraper:hover .zoomImg {
    transform: scale(1.2)
}

.servicesSection a:hover {
    color: #fff;
    border: 2px solid #05683a;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px
}

.serviceEl {
    padding: 0;
    overflow: hidden;
    box-shadow: 5px 5px 10px #909090
}

.sectionContent {
    padding: 16px 8px 8px 8px;
    height: 231px
}

.aboutUsSection {
    background-image: url('media/aboutUs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-attachment: fixed;
    padding-bottom: 40px
}

.overlay {
    padding-top: 40px;
    background-color: rgba(255,255,255,.8)
}

.accreditation_section button {
    border: 2px solid #05683a;
    color: #05683a
}

.accreditation_section button:hover {
    background-color: #05683a;
    color: #fff
}

.contact_section {
    background-image: linear-gradient(to bottom,#05683a,#023b20);
    color: #fff;
    padding-top: 2rem
}

.logo {
    padding: 10px 0
}

.navigationBar {
    display: flex;
    padding: 0
}

.menuItems {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 100px
}

.hamburgerBtn {
    margin: 10px
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(5,104,58)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.custom-toggler.navbar-toggler {
    border-color: #05683a
}

.companyDescription {
    padding: 16px
}

@media only screen and (max-width: 990px) {
    .serviceEl {
        padding-bottom:10px;
        margin-bottom: 10px
    }

    .sectionContent {
        height: 176px
    }
}

@media only screen and (min-width: 768px) and (max-width:989px) {
    .zoomWraper {
        width:570px;
        height: 317px
    }
}

@media only screen and (max-width: 768px) {
    .companyDescription {
        font-size:14px;
        width: 70%;
        right: 15%;
        bottom: 10%
    }

    .zoomWraper {
        width: 570px;
        height: 317px
    }
}

@media only screen and (max-width: 450px) {
    .companyDescription {
        font-size:12px;
        padding: 10px;
        text-align: center
    }
}

@media only screen and (max-width: 380px) {
    .companyDescription {
        padding:5px;
        text-align: center
    }
}

.analysisBoxLink:hover .analyseName,
.analysisBoxLink:hover .details span, .analysisBoxLink:hover .details i {
    color: #c5ad68;
}
.container-fluid h2{
    color: #05683A;
    
}
        