/*!
Theme Name: webizseo
Theme URI: http://underscores.me/
Author: webizseo
Author URI: https://www.webizseo.com/
Description: A wordpress theme by WebizSEO.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

webizseo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Webizseo CSS */

/*** 
=============================================
Color Css 
=============================================
***/
.btn-default {
	background: #05294d;
	background: linear-gradient(90deg,rgba(5, 41, 77, 1) 45%, rgba(107, 109, 108, 1) 70%);
}
.btn-default::after {
	background: linear-gradient(90deg,rgba(5, 41, 77, 1) 45%, rgba(107, 109, 108, 1) 70%);
}
.post-item-body, .how-we-work, .main-footer {
	background: linear-gradient(90deg,rgba(5, 41, 77, 1) 45%, rgba(107, 109, 108, 1) 70%);
}
.txt-blue {
	color: #05294d;
}
/*** 
=============================================
Header Section Css 
=============================================
***/

.main-menu ul li a {
    font-size: 20px;
    font-weight: 600;
}
.main-menu ul li a {
    color: #000000;
}
.navbar-brand img{
	height: 100px;
}
header.main-header .header-sticky{
	background-color: #eee;
}
@media (max-width: 768px){
	.navbar{
		padding: 0px;
	}
	.navbar-brand img{
		height: 85px;
	}
}
/*** 
=============================================
BreadCrumb Section Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Home Page Css 
=============================================
***/
.aw-img {
    text-align: center;
}
img.aw-partner {
    height: 150px;
}
.post-featured-image img {
    height: 290px;
}
.how-work-company-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	flex-wrap: nowrap; 
}
.company-logo img {
	max-width: 100%;
	height: 60px;
}
.testimonial-slider {
	width: 100%;
	max-width: 100%;
}
.testimonial-item {
	border: #ccc 1px solid;
	padding-bottom: 30px;
	padding: 14px 40px 30px 20px;
	display: flex;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.testimonial-item h5 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
}
.testimonial-item p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #333;
}
.our-testimonials .image-anime {
	width: 60px;
}
@media (max-width: 768px){
	.hero-btn{
		display:none;
	}
	.company-logo img {
		max-width: 100%;
		height: 45px;
	}
	.testi_slide_box {
		width: 100% !important;
		margin-left: 0% !important;
		padding: 14px 05px 30px 10px;
	}
}
/*** 
=============================================
About Page Css 
=============================================
***/
.about-us {
	background-image: url(./assets/mu-images/home/kd-home-about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.section-title p{
	font-size:18px;
}
@media (max-width: 768px){
}
/*** 
=============================================
Serivces Page Css 
=============================================
***/
.service-entry p {
	margin-top:20px;
}
.service-entry img{
	width: 100%;
	aspect-ratio: 1 / 0.615;
	object-fit: cover;
}
.service-image img{
	height: 548px;
	object-fit: cover;
}
.vision-mission {
	background: linear-gradient(145deg, rgba(0, 0, 0, 1) 35%, rgba(5, 136, 203, 1) 50%);
}
.vision-mission-box {
	background-color: #f8f8f800;
}
.vision-mission-content h3, .vision-mission-content p {
	color: var(--white-color);
}
.vision-mission-item .icon-box::before {
	border: 1px solid var(--white-color);
}
.post-item-body{
	padding: 20px;
	background-color: var(--accent-color);
}
.post-featured-image{
	margin-bottom: 0px;
}
.post-item-content h3 {
	color: var(--white-color);
	font-size: 25px;
	line-height: 1.4em;
}
.post-item-content p {
	color: var(--white-color);
}
.service-entry h4{
	padding-top: 2rem;
}
@media (max-width: 768px){
}

/*** 
=============================================
Gallery Page Css 
=============================================
***/
@media (max-width: 768px){
}
/*** 
=============================================
Contact Page Css 
=============================================
***/

.contact-info-item .icon-box{
	background-color: var(--primary-color);
}
.footer-links h3 {
	font-size: 25px;
	color: #05294d;
	margin-bottom: 20px;
}
.footer-links ul li:hover {
    color: #000000;
}
.footer-contact-item .icon-box {
	border: 1px solid var(--accent-color);
}
@media (max-width: 768px){
}
/*** 
=============================================
Footer Section Css 
=============================================
***/
.footer-copyright-text p {
    color: #003e71;
}
.footer-copyright {
    border-top: 1px solid #003e71b5;
}
.footer-contact-content p {
    color: #003e71;
    margin: 0;
}
.footer-contact-item:hover .icon-box {
    border-color: #000;
}
.footer-contact-item .icon-box i {
    color: #003e71;
}
.footer-links ul li {
    color: #05294d;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
}
footer.main-footer.aw-footer {
    background: #eee;
}
.footer-logo img {
    height: 95px;
    margin-left: -30px;
}
@media (max-width: 768px){
}
/*** 
=============================================
Floating button Area Css 
=============================================
***/
.mu-single-call-box {
	max-width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	padding: 0 50px;
}
.mu-single-call-box .mu-btn {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	transition: 0.1s;
	margin: 0 auto;
}
.floating-btn, .floating-btn-2{
	display: none;
}
.floating-btn , .floating-btn-2 
{
	background: #05294d;
	background: linear-gradient(90deg,rgba(5, 41, 77, 1) 45%, rgba(107, 109, 108, 1) 70%);
	border-radius: 10px;
	box-shadow:    0 5px #000000;
	padding:       15px 15px;
	color:         #ffffff;
	font:          normal bold 20px/1 "Open Sans", sans-serif;
	text-align:    center;
}
/*Mobile Css Start*/
@media (max-width: 768px){
	.mu-single-call-box {
		display: none;
	}
	.floating-btn, .floating-btn-2 {
		position: fixed;
		bottom: 20px;
		display: block !important;
		z-index: 999;
	}
	.floating-btn{
		left: 10px;
	}
	.floating-btn-2{
		right: 70px;
	}
	.floating-btn a, .floating-btn-2 a {
		color: white !important;
		font-size: 20px;
	}
}

/* ========== Area Cover ========== */
#mu-area-cover-box {
	padding: 30px 0;
}
#mu-area-cover-box p {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
#mu-area-cover-box h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.mu-area-cover-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 10px;
	margin-bottom: 10px;
}
.mu-area-cover-grid a {
	line-height: 1.2em;
	font-size: 15px;
	font-weight: 500;
}
.mu-area-cover-btn-box {
	text-align: center;
	margin-top: 10px;
}
button#mu-area-cover-btn {
	background: transparent;
	border: transparent;
	color: #000;
	width: auto;
	border-radius: 4px;
}
@media (max-width: 768px){
	.mu-area-cover-grid {
		grid-template-columns: 1fr;
	}
}

/*** 