:root {
  --pinkColor: #06e2f0;
  --blue: #06568f;
  --green: #6bab43;
  --navy-blue: #041d32;
  --gray: #777777;
  --grayDark: #b5b5b5;
  --text-dark: #333;
  --blackColor: #000;
  --redColor: #e4514d;
  --redlight: #d41611;
  --redDark: #cc221e;
  --yellow: #ffcc00;
  --orange: #fc5945;
  --gray-light: #fffbfa;
}

body {
  font-family:Arial;
  background: url("");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
}
a:hover, a:focus, a.active, a.active:hover {
  text-decoration: none;
  outline: none;
}
p {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 35px;
}
.boxsCat {
  text-align: center;
  padding: 17px;
  margin: 0 0 30px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 0 0 100% 100%;
  border: 2px solid #fff;
}
.boxsCat img {
  width: 54px;
}
.boxsCat p {
  font-size: 16px;
  /*font-weight:300;*/
  line-height: 24px;
  padding: 11px 0 0 0;
}
.boxsCat:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 7px 0px 0px #ffffff5c;
}
.thumb {
  margin-bottom: 30px;
}
img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
	border: 2px solid #fff;
}
.transition {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.pagehedaer{    background: #1a4b94bf;
    padding: 19px 7px; width:100%;}
	
	.pagehedaer h2{color: #fff;
                   text-align:center;width:100%;
    margin: 0;}

    .pagehedaer h4 {
        color: #fff;
        text-align: left;width:100%;
        margin: 0;
    }