@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800&display=swap');

body {
	font-family: "Muli", sans-serif;
	color: #394D6F;
}

.html {
	font-family: "Muli", sans-serif;
}

.Header__header {
	background-position: 100% 0%;
}

.Header__globalSearch {
	width: 40%;
  	margin: 0;
  	border: none;
}

.Header__globalSearch:hover {
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  	transition: 0.3s;
}

.commonStyle__zt3BrandBg {
	background-color: #2D98DA;
}

.Input__headerSearch {
	padding: 12px 16px;
	font-size: 14px;
  	border: 1px solid #EEF2F5;
}

.Input__headerSearch::placeholder {
	color: #A5B1C2;
}

.Input__font {
	font-family: "Muli", sans-serif !important;
}

.SearchContainer__searchIcon {
	padding: 8px 12px;
  	border-radius: 0 5px 5px 0;
}

.Button__footerBtn {
	font-family: "Muli", sans-serif !important;
  	border-radius: 5px;
  	background: transparent;
  	border: 1px solid #2D98DA;
  	color: #2D98DA;
  	font-weight: 600;
}

.Button__footerBtn:hover {
	color: white;
    background: #2D98DA;
}

.Zahir__header__title {
	margin-top: 80px;
}

.Zahir__title {
 	font-style: normal;
 	font-weight: bold;
 	font-size: 32px;
  	line-height: 44px;
  	color: #394D6F;
}

.Zahir__description {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #A5B1C2;
  font-weight: 600;
  margin-bottom: 32px;
}

.Footer__footerQus {
 	font-style: normal;
 	font-weight: bold;
 	font-size: 32px;
  	line-height: 44px;
  	color: #394D6F;
}

.Footer__footerDescription {
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #A5B1C2;
  font-weight: 600;
}

.Zahir__card__wrap {
	display: flex;
  	flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.Zahir__card {
	padding: 40px 20px;
  	text-align: center;
    max-width: 300px;
 	background: #FFFFFF;
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  	border-radius: 10px;
  	transition: 0.3s;
  	margin: 10px;
}

.Zahir__card:hover {
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  	transform: translateY(-10px);
}

.Zahir__card__wrap__knowledge {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.Zahir__card__knowledge {
	padding: 40px 20px;
  	text-align: left;
 	background: #FFFFFF;
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  	border-radius: 10px;
  	transition: 0.3s;
}

.Zahir__card__knowledge:hover {
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  	transform: translateY(-10px);
}

.Zahir__card__img {
	height: 115px;
    margin-bottom: 10px;
}

.Zahir__card__title {
	font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  	color: #2D98DA;
    margin-top: 0px;
}

.Zahir__card__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  	color: #778CA3;
  	margin-bottom: 0;
  
}

.Zahir__card__title a {
  	color: #2D98DA;
}

.Zahir__card__desc a {
  	color: #778CA3;
}

.Zahir__footer {
	text-align: left;
  	padding: 30px 0;
  	display: flex;
  	flex-wrap: wrap-reverse;
  	justify-content: space-between;
}

.Zahir__footer > div {
	width: 50%;
}

.Zahir__footer p {
	color: #A5B1C2;
  	font-size: 12px;
  	font-weight: 600;
}

.Zahir__footer h4 {
	margin-top: 0;
  	margin-bottom: 17px;
  	font-weight: 800;
  	font-size: 14px;
}

.Zahir__footer a {
	font-size: 14px;
 	font-weight: 600;
}

.Zahir__footer__list {
	display: flex;
  	margin-top: 20px;
  	margin-bottom: 20px;
}

.Zahir__footer__list > div {
	width: 33%;
}

.Zahir__social__container {
  	margin-top: 20px;
	display: flex;
}

.Zahir__social__icon {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  	height: 44px;
  	width: 44px !important;
  	margin-right: 12px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-radius: 50%;
	transition: 0.3s;
}

.Zahir__social__icon:hover {
  	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  	transform: translateY(-3px);
}

@media only screen and (max-width: 700px) {
		
    .Header__globalSearch {
      	width: 100%;
    }

    .Zahir__footer div {
      	width: 100%;
	}
  
  	.Header__header {
		background-position: 40% 0%;
	}
}


