/* // common  */
.grey {
    color: var(--grey) !important;
}

.gryclr {
    color: grey !important;
}

#theclients {
    background-color: red;
    display: flex;
    justify-items: center;

}

#theclients img {

    height: 200px !important;
}

.whitetext {
    color: white !important;
}

p {
    margin-bottom: 20px;
}

.h1grey {
    color: var(--grey);
}

.h1grey :hover {
    cursor: pointer;
    color: rgb(255, 255, 255);
}

#buttonwhgr {
    color: var(--toolbaralinks) !important;
    background-color: #ffffff !important;
    border: 1px solid var(--toolbaralinks);

}

.h1white {
    color: white !important;

}

.h1green {
    color: var(--toolbaralinks) !important;
}

#icongreen {
    color: var(--toolbaralinks) !important;
}

#buttonwhgr:hover {
    color: #ffffff !important;
    border: 0.5px solid white !important;
    background-color: var(--toolbaralinks) !important;
}

.logo-mobile {
    width: 70px;
}

#buttongreenu {


    color: white;
    background-color: var(--toolbaralinks);
}

.hoours {
    background-color: var(--toolbaralinks) !important;
    height: 240px;


}

.grrencolour {
    color: var(--toolbaralinks) !important;
}

.fonticonroud {
    background-color: transparent;
    padding: 8px;
    border-radius: 50%;
    color: grey !important;
    border: 2px solid grey;
}

.footer24ho {
    height: 55vh;
}

.greenclr {
    color: var(--toolbaralinks) !important;
}

.greenclorsection {
    background-color: var(--toolbaralinks) !important;
}

.crumb li {
    color: var(--toolbaralinks);
    display: inline;
    text-decoration: none;
    letter-spacing: 0;
}

.de_count h3:nth-child(2) {
    color: red !important;

}

.smokewhite {
    background-color: rgb(249, 248, 248) !important;
}

#buttongreenu:hover {
    border: 1px solid var(--toolbaralinks);
    color: var(--toolbaralinks);
    background-color: white;
}

#buttonwhitu {
    border: 1px solid var(--toolbaralinks);
    color: var(--toolbaralinks);
    background-color: #fff;

}

#numbersbackblue {
    color: var(--toolbar) !important;
    ;
    background-color: var(--littletoolbarlink) !important;
}

#buttonwhitu:hover {
    color: white;
    background-color: var(--toolbaralinks);
    border: 1px solid var(--toolbaralinks);


}

.bgtoolwhitbg {
    background-color: whitesmoke;
    color: var(--toolbar);
}

/* #btngreenwhi{
        background-color: var(--toolbaralinks) !important;
        color: white ;
    }
    #btngreenwhi:hover{
        background-color: white !important;
   
        color: var(--toolbaralinks) ;
        border: 0.5px solid var(--toolbaralinks);
    } */
/* // comon / */
* {
    --grey: grey;
    --darktoolbarlink: rgb(170, 183, 72);
    --littletoolbarlink: #7d954b;
    --toolbaralinks: #7d954b;
    --lighttoolbarlink: #b9e45d;
    --toolbar: rgb(255, 255, 255);


}

#grliwhite {
    color: white;
}

#grliwhite:hover {
    color: grey;
}

#grli {
    color: var(--toolbaralinks);
}

#grli:hover {
    color: gray;
}

.bgtoolwhitbg {
    background-color: white !important;
}

.icongree {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.icongree a {
    font-size: 30px;
    color: var(--toolbaralinks);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icongree a:hover {
    color: grey;
}

.sect11 {
    position: relative;
}

.bggrrenclor {
    position: absolute;
    top: 10px;
    width: 100%;
    background: rgb(197, 210, 109);
    background: linear-gradient(130deg, rgba(197, 210, 109, 0.8393951330532212) 0%, rgba(250, 251, 243, 0) 58%);
    height: 100%;
}

.logo-main {
    width: 100px;
    max-width: 150vw;
    transform: scale(1.3);
    margin-left: 1vw;
    height: auto;
}

.mailemail {
    top: 66%;
}

.bloglist {
    max-height: 90vh;
}

@media only screen and (min-width: 1208px) {
    .bloglist {

        max-height: 70vh;
    }
}

@media only screen and (min-width: 1208px) {

    .bloglist {
        min-height: 60vh;
        max-height: 90vh;
    }

}

#topbar {
    background-color: var(--toolbaralinks) !important;
}

#topbar {
    color: rgb(255, 0, 0) !important;
}

.topbar-widget a {
    color: var(--toolbar) !important;

}

.topbar-widget i {
    color: var(--toolbaralinks) !important;

}

#mainmenu li span {
    color: red !important;
}

#mainmenu li a {
    color: var(--toolbaralinks);

}

#mainmenu li :hover {

    color: #9da19e !important;
}



.uioption li a {
    background-color: rgb(255, 255, 255) !important;
    color: var(--toolbaralinks) !important;
}

.wow {
    color: var(--toolbaralinks);
}

.btn-mainn {
    display: inline-block;
    font-family: var(--title-font);
    text-align: center;
    color: var(--toolbaralinks);
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

}

.ticklittle {
    color: var(--toolbar) !important;
    background: var(--littletoolbarlink) !important;
}

.tickdark {
    color: var(--toolbar) !important;
    background: var(--darktoolbarlink) !important;
}

.btn-mainn:hover {
    background-color: var(--littletoolbarlink) !important;
    color: var(--grey);
}


.spacer-10 {
    background-color: white !important;
}

#repair {
    color: white;
    background-color: var(--littletoolbarlink);
}

#maintenance {
    color: white;

    background-color: var(--littletoolbarlink);

}

/* .btn-main{ background-color: white;
    margin: 1%;
    color: var(--toolbaralinks) ;
}
a.btn-main:hover,
.btn-main:hover {
    background-color:var(--toolbaralinks);color: #ffff;

   
} */
.spacer20button {
    background-color: #ffff !important;
    border: 0.5px solid grey !important;
}

/* .spacer20button:hover{
    background-color:#ff0000 !important;
    color: #eb0707 !important;
    border: 1px solid grey !important;
} */
header .info .social i {}

.post-text p {
    color: var(--grey);
}

.post-text h4 {
    color: var(--toolbaralinks) !important;
}

.wow>div div p {
    color: var(--grey);
}

#iconshow {
    background-color: var(--toolbaralinks) !important;
}

#iconsshare {
    color: var(--toolbar) !important;
}

#footcolor :hover {
    color: #fff !important;
}

#footcolor p:hover {
    color: #fff !important;
}

#footcolor {
    color: var(--grey);
}

footer a {
    font-size: large;
    color: var(--grey);
}

.logo-scroll {
    width: 100px;
    max-width: 150vw;
    transform: scale(1.3);
    margin-left: 1vw;
    height: auto;
}

.btn-main:hover {
    -webkit-box-shadow: 2px 2px 20px 0px rgb(200, 219, 75);
    -moz-box-shadow: 2px 2px 20px 0px rgb(200, 219, 75);
    box-shadow: 2px 2px 20px 0px rgb(200, 219, 75);

}



/* //                about      page       */

.contacticon {

    color: #962525;
}

#discovertn {

    color: white !important;
}

#aboutcmbtn {
    border: 0.2px solid grey !important;
    color: var(--toolbar);
    background-color: var(--toolbaralinks);


}




.id-color-2 {
    color: var(--lighttoolbarlink) !important;
}

.id-color-2:hover {
    color: red;
}

.greenid {
    color: #ffffff !important;
}

#btngreenwhi:hover .greenid {
    color: #fff !important;
}


.de_light h1,
.de_light h2,
.de_light h4,
.de_light h4,
.de_light h5,
.de_light h6 {
    color: var(--toolbaralinks);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h5,
.text-light h6 {
    color: var(--toolbaralinks);
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 :hover {
    color: var(--toolbaralinks);
}

.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: var(--grey);
}


.text-light h4 {
    color: white !important;
}

.address {
    color: var(--grey);
}

.address :hover {
    color: white;
}

.conta :hover {
    color: #ff0000;
}

.textfooter {
    color: var(--grey);
}

/* .textfooter:hover{
    color: rgb(0, 204, 204);
} */

.navlistfooter {
    width: 100%;
    height: 100%;

}

footer {
    background-color: var(--toolbaralinks);
    padding-top: 5vh;
    height: auto;
    position: relative;
}

.navlistcont {
    text-align: center;
    width: 100%;
    height: auto;

}

.navlistcont ul {
    margin-left: -3vw;
    list-style: none;

}

.footermain {
    text-align: center;
    color: #fff;
    font-weight: 800;
}


@media only screen and (min-width: 992px) {

    .navlistcont {

        margin-top: 20px;
    }

}

.footerlogo {
    margin-left: 4vw;
    transform: scale(2);
}

.fonticon {
    font-size: 50px;
}

.fonticon:hover {
    color: #fff7f7;
}

.contatfootsection h5 {
    color: grey;
}

.mobilearrow {
    display: none;
    position: absolute;
    left: -20px;
}

.contatfootsection p {
    padding: 10px;
    text-align: start;
    font-size: large;
    display: inline-block;
    max-width: 200px;
}

.arrow-divider>[class*=col-]:nth-child(n+2):after {
    content: url('../images/svg/arrow-right.svg');
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    left: -20px;
    top: 30px;
}


@media only screen and (max-width: 680px) {
    .arrow-divider {
        display: block;
    }

    .mobilearrow {
        width: 10px;
        margin-top: -2vh;
        left: 40%;
        margin-top: 1%;
        transform: translate(-60%, 0px);


        display: block;
        transform: rotate(90deg);
    }

    .de-step-s1 {
        width: 80vw;
        height: 100px;
    }

    .footerlogo {
        margin-left: 4vw;
        transform: scale(1);
    }

    .footermain {
        text-align: start;
    }

    .navlistcont ul {
        text-align: start;

        list-style: none;
    }
}

p.wow {
    color: grey;
}

.social-icons {
    /* margin-top: 5vh; */
}

@media only screen and (max-width: 1000px) {
    .footerlogo {
        margin-left: 4vw;
        transform: scale(1);
    }

    .footermain {
        text-align: start;
    }

    .navlistcont ul {
        text-align: start;

        list-style: none;
    }
}

.de-flex {
    display: flex;
}

.topnav {
    display: none;
    overflow: hidden;
    background-color: #333;
}

.topnav a:not(:last-child) {
    background-color: #ffffff;
    color: var(--toolbaralinks);
}

.topnav a {


    float: left;
    display: none;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:last-child {
    color: var(--grey);
}

.topnav a:not(:last-child):hover {
    background-color: rgb(234, 231, 231);
    color: var(--toolbaralinks);
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}


@media screen and (max-width: 995px) {
    #topbar {
        display: none;
    }

    .topnav a:last-child {
        display: block;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 995px) {

    .topnav {
        display: block;

        position: relative;
        width: 100%;
        left: 0;
        background-color: transparent;

        overflow: hidden;

    }

}

@media screen and (max-width: 995px) {
    .logo-mobile {

        transform: scale(2);
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .logo-mobile {
        position: absolute;
        top: 30%;
        left: 10%;
    }


    .topnav.responsive a {

        float: none;
        display: block;
        text-align: left;
    }
}

.relative img {
    object-fit: cover;
}

img {

    object-fit: cover !important;
}

.relative img:nth-child(2) {
    background-color: #08ab31;
}