body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
}

.close {
    cursor: pointer
}

.datepicker {
    z-index: 999 !important;
	background-color: #5db34b;
	border-radius: 0;
    border-color: #fecc16;
	color: #f3f3f3;
}

.datepicker-switch {
	font-size: 16px;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background-color: transparent
}

.datepicker .day {
	padding: 5px 10px;
}

.datepicker td.day:hover {
	background-color: #fecc16 !important;
}

.datepicker td.today,
.datepicker td.active {
	background-color: #fecc16 !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255,.5)
}

.navbar-light .bi {
    font-size: 20px;
    color: #fecc16
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/loader.gif") no-repeat #fff center;
    top: 0;
	left: 0;
    z-index: 99999
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: orangered;
}

.overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
}

h1,h2,h3,h4,h5,h6,
.btn {
    text-transform: capitalize;
}

p,h1,h2,h3,h4,h5,h6  {
    margin: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 10px
}

.btn {
    font-weight: 300;
    font-size: 16px;
    border: none;
    border-radius: 35px;
}

.btn-success {
    background: #5db34b
}

.btn-success:hover {
    background: #fecc16;
}

.top_contact {
    background: #5db34b;
    color: #f3f3f3;
}

.top_contact .bi {
    background: #fecc16;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    padding: 5px 8px
}

.top_contact .bi:last-of-type {
    margin-left: 20px;
}

.logo {
    width: 200px;
    height: auto;
}

.fader * {
    transition-property: all;
    transition-duration: .5s
}

.navbar-light {
    margin-bottom: 0
}

.navbar-light .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #5db34b
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fecc16
}

.navbar-light .btn-success {
    background: #fecc16;
    padding: 5px 20px;
    margin-left: 15px;
    font-weight: normal;
    color: #fff
}

.navbar-light .btn-success:hover,
.navbar-light .btn-success:active,
.navbar-light .btn-success:focus {
    background: #5db34b;
}

.page_title {
    position: relative;
    background: url("../images/page_title_bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff
}

.page_title > .container {
    padding-top: 200px;
}

.page_title > .container,
.page_title .breadcrumb_bar {
    position: relative;
    z-index: 14
}

.page_title .breadcrumb {
    background: none;
    margin-bottom: 0;
}

.breadcrumb_bar {
    background: #fecc16
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\F234";
    font-family: 'bootstrap-icons';
    color: #fff;
}

.page_title .breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.page_title .breadcrumb-item.active {
    color: #e9e9e9
}

.banner .container {
    flex-basis: 100%;
}

#inner_banner {
	height: 650px;
}

#inner_banner,
.banner_text {
    align-items: center;
    justify-content: center;
}

.border_red {
    border: 1px solid red
}

.banner_text {
	position: relative;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    padding-top: 160px;
	z-index: 999;
	color: #f3f3f3;
}

.banner_text h2 {
    border-radius: 5px;
    margin: 5px auto 15px;
    font-weight: 300;
    font-size: 27px
}

.banner_text .bi {
    background: #fecc16;
    border-radius: 35px;
    padding: 8px 10px;
    font-size: 18px;
}

#counter span {
	background: transparent;
	font-size: 40px;
	font-weight: 600
}

.zs-enabled .zs-slideshow .zs-bullets {
	position: absolute;
	z-index: 4;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
	cursor: pointer;
	border: 1px solid #fff;
	width: 15px;
	height: 5px;
	margin: 10px 2.5px;
	background:#5db34b;
	border-radius: 2px;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
	background:#fecc16;
    width: 20px;
}

.home_services .overlay,
.services_page .overlay {
    background: rgba(0,0,0,.5);
}

.home_services .card-header,
.services_page .card-header {
    background: #fecc16;
}

.home_services .card-header p,
.services_page .card-header p,
.services_page .modal-title {
    font-weight: 500;
    color: #fff
}

.home_services .card,
.services_page .card {
    border: none;
    transition-property: all;
    transition-duration: 0.5s
}

.services_page .modal-header {
    background: #fecc16;
    border-radius: 0;
    color: #fff
}

.services_page .modal-header .close {
    color: #fff
}

.services_page .modal-header,
.services_page .modal-body {
    border: 2px solid #fecc16;
}

.services_page .modal-header {
    border-bottom: none;
}

.services_page .modal-body {
    border-top: none
}

.pic_container {
    position: relative
}

.services_page .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-duration: 0.5s;
}

.services_page .overlay .btn {
    display: none;
}

.services_page .card:hover .btn {
    display: block;
}

.projects_page .card-footer {
    background: #fecc16;
    color: #fff
}

.why_us {
    background: url("../images/home_services_bg.png") rgba(0,0,0,0.05);
    text-align: center;
    text-transform: capitalize;
}

.why_us .card {
    margin-bottom: 10px
}

.why_us p:first-of-type {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px
}

.why_us .bi {
    display: table;
    margin: 10px auto;
    font-size: 24px;
    background: #fecc16;
    padding: 8px 10px;
    border-radius: 50%;
    color: #fff
}

.welcome p,
.services_preview {
    font-size: 20px;
    line-height: 30px
}

.contact_details p {
    margin-bottom: 10px;
}

.contact_details a {
    text-decoration: none;
    color: #333
}

.contact_details .bi {
    margin-right: 5px;
    background: #fecc16;
    padding: 5px 7px;
    color: #fff;
}

.footer {
    background: #666;
}

.footer .col-sm-6 p:first-of-type,
.footer .col-sm-3 > p:first-of-type {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px
}

.footer .col-sm-6 p:last-of-type {
    line-height: normal;
}

.footer a > .bi {
    margin-right: 5px;
}

.footer img {
    margin: 10px 0;
}

.footer,
.credits {
    color: #fff
}

.credits {
    background: #383838;
}

.footer a,
.credits a {
    text-transform: capitalize;
    font-size: 14px;
    color: #f3f3f3;
}

.credits .developer,
.top_email {
    text-align: right;
}

.go-top {
	position: fixed;
	width: 40px;
	height: 40px;
	text-align: center;
	bottom: 60px;
	right: 20px;
	text-decoration: none;
	background-color: rgba(255, 204, 5, 0.7);
	font-size: 20px;
	padding: 5px;
	border-radius:50%;
	display: none;
	z-index: 99;
	color:#f3f3f3 !important;
}

.go-top:hover {
	background-color: rgba(255, 204, 5, .9);
	text-decoration: none;
}

@media(max-width:767px) {
    
    #inner_banner {
        height: 350px;
    }
    
    #inner_banner,
    .banner_text {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 60px;
    }
    
    .banner_text h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .banner_text h2 {
        border-radius: 5px;
        margin: 5px;
        font-weight: 300;
        font-size: 20px
    }
    
    .banner_text .bi {
        background: #fecc16;
        border-radius: 35px;
        padding: 5px 7px;
        font-size: 12px;
    }
    
    .zs-enabled .zs-slideshow .zs-bullets {
        display: none
    }

    
}































