/* ======================================== 
PAGELOADER CSS
==========================================*/
.pageloader {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    z-index: 2000;
    overflow: hidden;
}

.pageloader img {
    top: 35% !important;
    position: relative;
}

/*==============================
SCROLL BAR & SELECTOR CSS
==============================*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #717171;
}
::selection {
    background-color: #f1cf69;
    color: #282828;
}

/*==============================
COMMON CSS
==============================*/
p {
	color: #263a4f !important;
	font-size: 18px !important;
    line-height: 28px;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-light {
	background-color: #fafafa !important;
}
.btn-green {
	background-color: #f1cf69 !important;
	color: #263a4f !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    font-weight: 600;
}
.bg-black {
    background-color: #0000008c;
    padding: 10px;
}

#scroll-to-top {
    background-color: #263a4f !important;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
.#scroll-to-top:hover {
	background-color: #263a4f !important;
	opacity: 0.8;
}

.page-header {
    background-image: none !important; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #f1cf69 !important;
}
.page-header p {
	color: #ffffff !important;
}

.page-header:before {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.content-info p {
	margin-bottom: 20px !important;
}

.p-80 {
	padding: 80px 0px !important;
}

.custom-box-height {
	height: 211px !important;
}

.promo-item h3 {
	color: #263a4f !important;
}

.products-box h3 {
	color: #263a4f !important;
}

.service-box h3 {
	color: #263a4f !important;
}

.service-box:hover h3 {
	color: #ffffff !important;
}

/*==============================
HEADER CSS
==============================*/
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.header-menu-wrap ul li>a {
	font-size: 16px !important;
}

.header-menu-wrap li ul {
	padding: 20px 0px !important;
}

.header-menu-wrap li li {
	padding: 0px 20px !important;
}

.header-menu-wrap li li>a:hover {
	background-color: #f1cf69 !important;
	color: #263a4f !important;
	padding-left: 15px !important;
}

.counter-content h4 {
	color: #fafafa !important;
}


/*==============================
FOOTER SECTION CSS
==============================*/
.footer-section {
	background-color: #f1cf69 !important;
}
.footer-widget {
	background-color: #1d1d1d !important;
	border-bottom: 1px solid #333 !important;
}
.custom-footer-row p {
	color: rgba(255, 255, 255, 0.63) !important;
}
.custom-footer-row h2, h3, h4 {
	color: rgba(255, 255, 255, 0.63) !important;
	/*#fafafa91*/
}

.custom-footer-row ul.link-list li a {
	color: rgba(255, 255, 255, 0.63) !important;
	font-size: 18px;
}
.custom-footer-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.63) !important;
	padding-bottom: 30px;
}


ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px !important;
}
.custom-footer-row ul li + li::before {
    content: '/';
    display: inline-block;
    padding-right: 18px;
}
ul.link-list li a:hover {
	color: #f1cf69 !important;
}

.footer-bottom {
    padding: 18px 0;
    /*border-bottom: 1px solid #DBDBDB;*/
}
.footer-bottom-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.63) !important;
	padding-bottom: 18px;
}
.footer-bottom-row p {
    color: rgba(255, 255, 255, 0.63) !important;
}
.footer-bottom .footer-box-column::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.63) !important;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-box h4 {
	color: rgba(255, 255, 255, 0.63) !important;
}

.footer-section span {
    color: #263a4f !important;
}

.footer-section span a {
    color: #263a4f !important;
    font-weight: bold;
}

/*==============================
SLIDER CSS
==============================*/
.dl-slider .slick-arrow {
    background-color: #f1cf69 !important;
    color: #263a4f !important;
    font-size: 14px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.dl-slider .slick-arrow:hover {
    background-color: #f1cf69 !important;
    color: #263a4f !important;
    transition: all .3s ease-in-out;
}

/*==============================
HOME PAGE CSS
==============================*/
.branch-box {
	background-color: #ffffff !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.branch-box:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.service-box {
	background-color: #fafafa !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.service-box:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #f1cf69 !important;
}
.service-box:hover p {
	color: #ffffff !important;
}

.counter-section {
    background-image: url(../img/other/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e9f1ee;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.counter-content .counter {
	color: #f1cf69 !important;
}

.thumbnail {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 5px solid #f1cf69;
}
.thumbnail:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.thumbnail img {
	width: 400px !important;
	height: 300px !important;
}

.figure-img {
	margin-bottom: 0px !important;
}

.figure-caption {
    font-size: 16px;
    color: #263a4f;
    background-color: #ffffff;
    padding: 12px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
}

.card {
    border: 3px solid #f1cf69;
    border-radius: 0% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card-body span {
	text-transform: uppercase;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: work sans,sans-serif;
}

.card-body h3 {
	color: #263a4f !important;
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 35px;
    color: #f1cf69;
    opacity: 0.8;
}
.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    border: 4px solid #f1cf69;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.testi-content h3 {
	color: #263a4f !important;
}



/*==============================
INFRA STRUCTURE PAGE CSS
==============================*/
.products-box {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.products-box:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*==============================
ABOUT PAGE CSS
==============================*/
.business-box {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

/*==============================
CONTACT PAGE CSS
==============================*/
.contact-info h3, h4 {
	color: #263a4f !important;
}
.form-control {
	border: 1px solid #cccccc;
}
.form-control:focus {
	border: 1px solid red !important;
}
.error {
    color: red;
}
