/*
Template: Hallooou HTML5 Responsive template
Author: Mauritius D'Silva <hello@mauritiusdsilva.com>
Theme URI: http://www.mauritiusdsilva.com/themes/hallooou
Version: 1.0

*/


/*  ----------------------------------------------
            CSS TABLE OF CONTENTS
    ------------------------------------------------- */


/*
1:  Body and paragraph text color
2:  Primary color
3:  Hover color - Lighter or darker shade of Primary color for hover
4:  Secondary color
5:  Slider (Hero unit) overlay color (optional)
6:  Colors with opacity
7:  Dark color/Footer color
8:  Text selection color

/*
----------------------------------------------------- */


/* COLOR STYLES
/* ---------------------------------------------- */


/* 1:   Body and paragraph text color */


/* ---------------------------------------------- */

body {
    color: rgb(65, 65, 65);
}


/* 2:   Primary color */


/* ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
a:hover,
a:focus,
.highlight,
.navbar-custom a,
.services-item i,
.client-info h4,
blockquote {
    color: rgba(89, 169, 134, 255);
    /* Primary color */
    /* color: rgb(255, 161, 0) */
}

.pace .pace-progress,
.overlay,
.products-container span.icon,
.full-project,
.project-navigation a:hover,
.our-clients,
.cta-two-section,
.full-project,
.btn-default,
#client_acess,
.btn-overcolor,
.client-testimonials.owl-theme .owl-controls .owl-page span,
.recent-project-carousel.owl-theme .owl-controls .owl-page span,
.scroll-top a:link,
.scroll-top a:visited {
    background: rgba(89, 169, 134, 255);
    /* Primary color */
}

#menu_and_button{
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
    width: 90%;
}

#client_acess{
    border: 1px solid white;
    border-radius: 20px;
    color: #fff;
    margin-right: 20px;
    display: flex;
    padding: 10px;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 0.75em #fff;
    justify-content: center;
}

.services-item:before {
    border-color: #fff #fff #a5a5a5 #a5a5a5;
}

.testimonials p.speech,
.btn-default,
.scroll-top a:link,
.scroll-top a:visited,
blockquote {
    border-color: rgba(89, 169, 134, 255);
    /* Primary color */
}

.testimonials p.speech:before {
    border-top-color: rgba(89, 169, 134, 255);
    /* Primary color */
    border-left-color: rgba(89, 169, 134, 255);
    /* Primary color */
}

.container{
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}

/* 3:   Hover color - Lighter or darker shade of Primary color for hover */


/* ---------------------------------------------- */

.btn-default:hover,
.btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus,
.scroll-top a:hover {
    border: 1px solid rgba(89, 169, 134, 255);
    /* Hover color */
    background: rgba(89, 169, 134, 255);
    /* Hover color */
}

.full-project:hover {
    background: rgba(89, 169, 134, 255);
    /* Hover color */
}

.btn-overcolor:hover {
    border: 1px solid #fff;
    /* Optional Hover border color */
}


/* 4:   Secondary color */


/* ---------------------------------------------- */

.our-clients {
    background: rgba(58, 151, 107, 255);
    /* Secondary color */
}

.btn-outlined {
    border: 1px solid rgb(33, 33, 33);
    /* Secondary color */
    background-color: rgb(33, 33, 33);
    /* Secondary color */
}

.btn-outlined:hover,
.btn-outlined:focus {
    color: rgb(33, 33, 33);
    /* Secondary color */
    border: 1px solid rgb(33, 33, 33);
    /* Secondary color */
}


/* 5:   Slider (Hero unit) overlay color (optional) */


/* ---------------------------------------------- */

.overlay-detail {
    background: #000;
    /* optional color for overlay */
}


/* 6:   Colors with opacity - Set RGBA by generating values here--> http://hex2rgba.devoth.com/  */


/* ---------------------------------------------- */


/* RGBA of Primary color */

.navbar-custom.top-nav-collapse,
.carousel-control.left:hover,
.carousel-control.right:hover,
.team-member figure:hover figcaption,
.services-item:hover,
#cd-zoom-in,
#cd-zoom-out {
    background-color: rgba(80, 80, 80, 0.95);
    /* RGBA of Primary color - opacity .9 */
}

.top-nav-collapse {
    background-color: rgba(89, 169, 134, 255) !important;
}


/* 7:   Dark color/Footer color */


/* ---------------------------------------------- */

footer,
footer .copynote {
    background: rgb(60, 60, 60);
    /* Dark color/Footer color */
}


/* 8:   Text selection color */


/* ---------------------------------------------- */

::-moz-selection {
    background: rgba(89, 169, 134, 255);
    /* RGBA of Primary color - opacity .7 */
}

::selection {
    background: rgba(89, 169, 134, 255);
    /* RGBA of Primary color - opacity .7 */
}

body {
    webkit-tap-highlight-color: rgba(89, 169, 134, 255);
    /* RGBA of Primary color - opacity .7 */
}